Recherche avancée

Médias (0)

Mot : - Tags -/formulaire

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

Autres articles (107)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (18885)

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