Recherche avancée

Médias (9)

Mot : - Tags -/soundtrack

Autres articles (112)

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

  • Les vidéos

    21 avril 2011, par

    Comme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
    Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
    Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...)

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

Sur d’autres sites (6185)

  • Live streaming dash content using mp4box

    15 mai 2017, par galbarm

    I’m trying to live stream H.264 content to HTML5 using the media source extensions API.

    The following method works pretty well :

    ffmpeg -i rtsp://10.50.1.29/media/video1 -vcodec copy -f mp4 -reset_timestamps 1 -movflags frag_keyframe+empty_moov -loglevel quiet out.mp4

    and then :
    mp4box -dash 1000 -frag 1000 -frag-rap out.mp4

    I can take the MP4Box output (out_dashinit.mp4) and send it through Web Sockets, chunk by chunk, to a JavaScript client that feeds it to the media source API.

    However, this is not a good method for live content.

    What I’m trying to do now, is to create a single pipeline in order to do it in realtime and with the minimum possible latency.
    With FFmpeg it’s possible to redirect the output to stdout instead of out.mp4 and grab the content.
    I couldn’t figure out if it’s possible to combine MP4Box into the pipeline.

    1. Can MP4Box take the input data from a source which is not a file ?
    2. Can MP4Box grab such a content progressively (either from a file or other source) while it is arriving in realtime ? i.e. wait a little if stream stops for 1 sec and resume automatically.
    3. Same question but for the output : can it output to something which is not a file (such as stdout) and can it do so progressively so that whenever output data is ready, I will be able to take it and transfer it to the web client, essentially generating a never-ending dashed MP4.
  • C++ stream images using rtmp protocol

    27 mars 2012, par toohtik

    I need write rtmp client for iOS which will be stream images as h264 video to wowza server using rtmp server. I compiled ffmpeg with —enable-librtmp. But what will be next step ? I can't find any example for using this feature ?

  • replace calls to url_feof() with avio_feof()

    7 août 2014, par James Almer
    replace calls to url_feof() with avio_feof()
    

    Signed-off-by : James Almer <jamrial@gmail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] ffplay.c
    • [DH] libavformat/4xm.c
    • [DH] libavformat/adp.c
    • [DH] libavformat/aiffdec.c
    • [DH] libavformat/amr.c
    • [DH] libavformat/anm.c
    • [DH] libavformat/ape.c
    • [DH] libavformat/aqtitledec.c
    • [DH] libavformat/asfdec.c
    • [DH] libavformat/astdec.c
    • [DH] libavformat/avidec.c
    • [DH] libavformat/bethsoftvid.c
    • [DH] libavformat/bfi.c
    • [DH] libavformat/bintext.c
    • [DH] libavformat/bit.c
    • [DH] libavformat/brstm.c
    • [DH] libavformat/cafdec.c
    • [DH] libavformat/cdxl.c
    • [DH] libavformat/dauddec.c
    • [DH] libavformat/dsicin.c
    • [DH] libavformat/dtshddec.c
    • [DH] libavformat/dv.c
    • [DH] libavformat/dxa.c
    • [DH] libavformat/electronicarts.c
    • [DH] libavformat/ffmdec.c
    • [DH] libavformat/ffmetadec.c
    • [DH] libavformat/filmstripdec.c
    • [DH] libavformat/flacdec.c
    • [DH] libavformat/flvdec.c
    • [DH] libavformat/gifdec.c
    • [DH] libavformat/gxf.c
    • [DH] libavformat/hls.c
    • [DH] libavformat/hlsproto.c
    • [DH] libavformat/idcin.c
    • [DH] libavformat/idroqdec.c
    • [DH] libavformat/iff.c
    • [DH] libavformat/img2dec.c
    • [DH] libavformat/ipmovie.c
    • [DH] libavformat/jacosubdec.c
    • [DH] libavformat/jvdec.c
    • [DH] libavformat/lrcdec.c
    • [DH] libavformat/lvfdec.c
    • [DH] libavformat/lxfdec.c
    • [DH] libavformat/matroskadec.c
    • [DH] libavformat/mgsts.c
    • [DH] libavformat/microdvddec.c
    • [DH] libavformat/mlvdec.c
    • [DH] libavformat/mmf.c
    • [DH] libavformat/mov.c
    • [DH] libavformat/mpc8.c
    • [DH] libavformat/mpeg.c
    • [DH] libavformat/mpegts.c
    • [DH] libavformat/mpl2dec.c
    • [DH] libavformat/mpsubdec.c
    • [DH] libavformat/msnwc_tcp.c
    • [DH] libavformat/mxfdec.c
    • [DH] libavformat/mxg.c
    • [DH] libavformat/ncdec.c
    • [DH] libavformat/nistspheredec.c
    • [DH] libavformat/nsvdec.c
    • [DH] libavformat/nutdec.c
    • [DH] libavformat/nuv.c
    • [DH] libavformat/oggdec.c
    • [DH] libavformat/paf.c
    • [DH] libavformat/pjsdec.c
    • [DH] libavformat/pmpdec.c
    • [DH] libavformat/psxstr.c
    • [DH] libavformat/qcp.c
    • [DH] libavformat/realtextdec.c
    • [DH] libavformat/redspark.c
    • [DH] libavformat/riffdec.c
    • [DH] libavformat/rmdec.c
    • [DH] libavformat/rpl.c
    • [DH] libavformat/rsd.c
    • [DH] libavformat/samidec.c
    • [DH] libavformat/smacker.c
    • [DH] libavformat/smjpegdec.c
    • [DH] libavformat/smush.c
    • [DH] libavformat/sol.c
    • [DH] libavformat/spdifdec.c
    • [DH] libavformat/srtdec.c
    • [DH] libavformat/subviewer1dec.c
    • [DH] libavformat/subviewerdec.c
    • [DH] libavformat/swfdec.c
    • [DH] libavformat/takdec.c
    • [DH] libavformat/tmv.c
    • [DH] libavformat/tty.c
    • [DH] libavformat/txd.c
    • [DH] libavformat/vc1test.c
    • [DH] libavformat/vivo.c
    • [DH] libavformat/vplayerdec.c
    • [DH] libavformat/vqf.c
    • [DH] libavformat/wavdec.c
    • [DH] libavformat/wc3movie.c
    • [DH] libavformat/wtvdec.c
    • [DH] libavformat/wvdec.c