Recherche avancée

Médias (0)

Mot : - Tags -/auteurs

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

Autres articles (72)

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

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

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

  • play vlc stream in browser with video tag

    2 juin 2013, par brux

    I am streaming files using vlc. I want to put on the home page of the site a page that uses the video tag to play the stream in the browser.

    here is my vlc command

    vlc *.mp4 --sout '#transcode{vcodec=h264,vb=92,channels=1,ab=16,samplerate=512,width=320}:standard{access=http,mux=ts,dst=:666/tv.mp4}' --sout-keep

    here is the html code i tried, if i go into the code for the page and click on the link to the stream it shows the binary for the video in the window so o know the path is right

    <video>
          <source src="http://sydomain.com:666/tv.mp4" type="&#39;video/mp4;" codecs="avc1.4D401E, mp3"></source>
    </video>

    but no stream is playing the the browser

  • Cannot play H.264 stream using MSE

    8 juillet 2016, par lian

    I’m trying to stream H.264 data over websockets to a video element using MSE.

    I’m able to send and play a pre-recorded file, but when i try to create the data stream with the following command :

    ffmpeg -i rtsp://192.168.1.101/stream.264 -vcodec copy -an -f mp4 -reset_timestamps 1
    -movflags empty_moov+default_base_moof+frag_keyframe -loglevel quiet -

    I get this in chromes media-internals :

    render_id: 215
    player_id: 13
    pipeline_state: kStopped
    event: WEBMEDIAPLAYER_CREATED
    url: blob:http%3A//127.0.0.1%3A8080/e468616d-5bde-47e0-8e59-1881ddb53abc
    debug: ISO BMFF boxes that run to EOS are not supported
    error: media::MediaSourceState::Append: stream parsing failed. Data size=727 append_window_start=0 append_window_end=inf
    pipeline_error: chunk demuxer: append failed

    I think the problem has something to do with the debug line about ISO BMFF boxes, but have been unable to find any references to this message.

  • is there a way to preload low quality in MPEG Dash or HLS so there is always something to play ?

    5 mars 2018, par Daniel Benedykt

    I created HLS manifests and DASH manifests with different resolutions and bitrates.

    The videos almost always starts low quality, then picks up quality/resolution.

    But later, if Internet speed drops, the video stops because its playing the hi resolution video.

    is there a way to preload low quality in MPEG DASH or HLS so there is always something to play ?

    Edit : I have the video preloaded. its not live streaming but once it starts playing, I am looking for a consistent stream, even if that means sacrificing quality.