Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP 0.2

Autres articles (51)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

  • 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 (...)

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

Sur d’autres sites (9461)

  • DVR + FFMPEG + IOS Authentication and Live Streaming Fails

    6 août 2013, par user1744691

    How to grab video from a DVR using ffmpeg and DVR is password protected. Is there a way to grab live stream from IP-Cam connected to DVR.

    I was able to stream a channel (may be recorded video) but whenever i tried to connect to a DVR could not get it done.

    this
    http://www.wowza.com/_h264/BigBuckBunny_175k.mov and this rtsp ://live.sabah.com.tr:443/atv/atv3/
    link works great for getting me stream
    but when i try my DVR's (http://admril:56789@mysite.com) (mysite.com = 213.115.94.108) link it fails to establish a connection using FFMEG.

    I have used a variety of variation of DVR's url but all in vein.

    Please let me know where i am wrong and how i can get live stream.

  • How can I start a live stream fixing stdout of ffmpeg prob ?

    8 janvier 2019, par Antonin Rouard

    It is my first time here. Be kind with me ^^ trying to do my best.
    I want to stream a 24/7 live opn Toutube with live-stream-radio ; everything goes well when I start until FFMPEG find an error at code 1 with stdout, probably a problem with the codec or the version of FFMPEG (bad compilation ?).

    How can I fix this to start a stream ? :) thx

    Tried to do a stream with OBS, but it is too complicated on my Raspbian (Raspberry Pi 3B+). I compiled many versions of FFMPEG and I don’t know how to fix this.

    live-stream-radio —start (file directory)

    /////

    ffmpeg stdout :

    ffmpeg err :

    Error : ffmpeg exited with code 1 : Error initializing complex filters.
    Invalid argument

    at ChildProcess.<anonymous> (/home/pi/.nvm/versions/node/v8.11.4/lib/node_modules/live-stream-radio/node_modules/fluent-ffmpeg/lib/processor.js:182:22)
    at emitTwo (events.js:126:13)
    at ChildProcess.emit (events.js:214:7)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:198:12)
    </anonymous>
  • rtp live stream with libvlc

    20 mai 2011, par sokrat3s

    I would like to use libvlc api to stream live data but instead of file I would like to stream from a data pointer (nal units from x264 encoding).

    Is there a way to do this ? Is it already implemented ?

    Thank you in advance.