Recherche avancée

Médias (0)

Mot : - Tags -/logo

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (109)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

Sur d’autres sites (14974)

  • libavformat : Add Icecast protocol

    28 juillet 2014, par ePirat
    libavformat : Add Icecast protocol
    

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] Changelog
    • [DH] configure
    • [DH] doc/general.texi
    • [DH] doc/protocols.texi
    • [DH] libavformat/Makefile
    • [DH] libavformat/allformats.c
    • [DH] libavformat/icecast.c
    • [DH] libavformat/version.h
  • Convert FFMPEG's AVFrame suitable for RTMP Protocol

    3 octobre 2012, par mmmaaak

    Can anybody help m with converting AVFrame data suitable RTMP streaming (stream is realized without ffmpeg, I use ffmpeg only for getting video from RTSP stream, and I need keep this data and give to user/users by querying it).

    ffmpeg has such instrument ? Or any other ?

  • Timeout for MMSH protocol in FFmpeg

    19 juillet 2018, par Iman

    I play a live streaming with VLC and I save the stream to a mp4 file with FFmpeg.

    The FFmpeg command is :

    ffmpeg -y -i mmsh://x.x.x.x:8080  -vcodec copy -acodec copy saved_stream.mp4

    When I close the stream it takes 10 seconds to exit. How can I set 3 seconds timeout instead of 10 ?

    Neither -timeout nor -stimeout not working here.