Recherche avancée

Médias (0)

Mot : - Tags -/médias

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

Autres articles (80)

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

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

  • Emballe Médias : Mettre en ligne simplement des documents

    29 octobre 2010, par

    Le plugin emballe médias a été développé principalement pour la distribution mediaSPIP mais est également utilisé dans d’autres projets proches comme géodiversité par exemple. Plugins nécessaires et compatibles
    Pour fonctionner ce plugin nécessite que d’autres plugins soient installés : CFG Saisies SPIP Bonux Diogène swfupload jqueryui
    D’autres plugins peuvent être utilisés en complément afin d’améliorer ses capacités : Ancres douces Légendes photo_infos spipmotion (...)

Sur d’autres sites (4512)

  • Fixed race condition when cancelling the second file selection.

    8 juillet 2015, par blueimp
    Fixed race condition when cancelling the second file selection.
    This bug occurred with the settings replaceFileInput : false, forceIframeTransport : true.
    Thanks @nkovacs for the report.
    Closes #3406.
  • Delayed broadcast of live stream with FFMPEG [closed]

    19 août 2022, par Bahiz

    I have an m3u file. I want to buffer and stream this broadcast for 60 seconds with FFMPEG. Is there a way to this ?
I want to pause the live broadcast for 60 seconds and broadcast it again
That's how I do it, but I'm still getting the live stream as it is. 60 Seconds doesn't lag behind.

    


    -i http://192.168.1.1:1935/hdstv/playlist.m3u8 -map 0:0 -c:v copy -af adelay=60000 -f flv rtmp://192.168.1.1:1935/live/haylox


    


  • Fixed race condition when cancelling the second file selection.

    8 juillet 2015, par blueimp
    Fixed race condition when cancelling the second file selection.