Recherche avancée

Médias (91)

Autres articles (34)

  • Emballe Médias : Mettre en ligne simplement des documents

    29 octobre 2010, par

    Le plugin emballe médias a été développé principalement pour la distribution mediaSPIP mais est également utilisé dans d’autres projets proches comme géodiversité par exemple. Plugins nécessaires et compatibles
    Pour fonctionner ce plugin nécessite que d’autres plugins soient installés : CFG Saisies SPIP Bonux Diogène swfupload jqueryui
    D’autres plugins peuvent être utilisés en complément afin d’améliorer ses capacités : Ancres douces Légendes photo_infos spipmotion (...)

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

Sur d’autres sites (2814)

  • Merge commit ’6877537ff321136cf78ab03b8b91e6b6f218db5b’

    30 juillet 2015, par Michael Niedermayer
    Merge commit ’6877537ff321136cf78ab03b8b91e6b6f218db5b’
    

    * commit ’6877537ff321136cf78ab03b8b91e6b6f218db5b’ :
    hmac : add missing version bump and APIChanges entry

    Conflicts :
    libavutil/version.h

    version.h is not changed as the code has been added 2 years ago in FFmpeg

    See : 82ef67016ef731268ab7b8e91139bd5f16edc991
    Merged-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] doc/APIchanges
  • What would be the simplest way to convert an IP Camera's RTSP feed to WebRTC, to be viewed on a webpage ? [closed]

    27 septembre 2024, par Sam Lomas

    I am aware that there are many questions similar to this on SO, but many of them do not fully answer the question, are outdated by 8+ years or are incredibly convoluted.

    &#xA;

    I am in possession of two IP cameras, which both serve an RTSP stream. I'd like to view the live feeds of both cameras on demand, so I am hosting a small-scale webserver from a raspberry pi 4. In the past, I tried using ffmpeg to convert the RTSP streams into HLS, but the latency of standard HLS was anywhere from 10 to 20 seconds. WebRTC is what came to mind, so I looked into some media servers to help me serve the RTSP stream in a WebRTC wrapper, and many of them are very poorly documented and require a very in-depth knowledge of WebRTC to function at all.

    &#xA;

    So my question is, what would the easiest method be for me to put these IP camera feeds on my webpage, with as little effort required and with the lowest latency possible ?

    &#xA;

  • libxvid : Drop PPC-specific CPU detection hack

    21 juillet 2014, par Diego Biurrun
    libxvid : Drop PPC-specific CPU detection hack
    

    It is doubtful if the hack (still) works and Xvid had ten years to fix it.

    • [DH] libavcodec/libxvid.c