Recherche avancée

Médias (1)

Mot : - Tags -/biographie

Autres articles (66)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

Sur d’autres sites (7189)

  • Revision 15838 : mettre l’id sur le paragraphe qui englobe la note (permet d’utiliser le ...

    14 juillet 2010, par fil@… — Log

    mettre l’id sur le paragraphe qui englobe la note (permet d’utiliser le css :target), et pas sur le lien + suppression du hack s/spip/spip_note/

  • Revision 4bbca2e263 : README : add a note about the test vectors Change-Id : I8b3299bf1579962c6dbb29b61

    31 mai 2014, par James Zern

    Changed Paths :
     Modify /README



    README : add a note about the test vectors

    Change-Id : I8b3299bf1579962c6dbb29b61c16801fef2460fd

  • What really causes stutter in RTSP stream ? Live555/FFMPEG server, Android Client

    2 mars 2015, par Wajih

    Ok,I am going to ask you a few simple questions after I had some lengthy arguments with my manager. I am not going to post lengthy code snippets, but just try to explain what I know and I know someone can guide me.

    1. I am working on a opensource project that contains two different streaming servers, FFMPEG and Live555. Both stream H264 video over UDP
    2. I can easily switch between the two and the client seems to understands which server it is talking to.
    3. At the android client, the code uses hardware decoding via MediaCodec apis for Android SDK 4.1.2

    From this point onward I have been arguing with my manager that video breakage and stutter are two different things, where breakage is caused by packet loss over the network. And stutter is completely different, though my knowledge about stutter is limited, I could not argue much so I turned to SO.

    I am not really sure as to why stutter is frequently occuring. Even at 0% 1% packet loss, packets encoded as H264 stream are being received at Android Client - Client tries to decode the stream and render it. I did not expect stutter to occur so frequently and so badly. I feel it sometimes even induces lag or delay in video play by couple of seconds. Stutter occurs after almost every minute or so.

    I am not really into H.264 streaming or H264 codec - both are new to me.
    May be someone can guide me in the right direction, any possibility that stutter occurs due to re-transmission of UDP packets ?