Recherche avancée

Médias (91)

Autres articles (48)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

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

  • ffmpeg throws an error after 20-30 hours of streaming

    2 septembre 2022, par dima123dm

    ffmpeg gives this error after 20 hours

    


    av_interleaved_write_frame(): Broken pipe7kB time=35:12:32.00 bitrate=6144.3kbits/s speed=   1x
Error writing trailer of rtmp://a.rtmp.youtube.com/live2/d44v-ru3s-w9fy-e847-8ktr: Broken pipe


    


    I use this command :

    


    ffmpeg -re -stream_loop -1 -i /root/vid5.mp4 -c:v libx264 -preset superfast -b:v 6M -filter:v fps=60 -f flv -flvflags no_duration_filesize rtmp://a.rtmp.youtube.com/live2/d44v-ru3s-w9fy-e847-8ktr


    


    what could be wrong ?

    


  • cbs_h2645 : Remove active ps references when it is replaced

    11 décembre 2017, par Mark Thompson
    cbs_h2645 : Remove active ps references when it is replaced
    
    • [DBH] libavcodec/cbs_h2645.c
  • lavf/webvttenc : Always write hours in the timestamp with two characters.

    17 septembre 2018, par Carl Eugen Hoyos
    lavf/webvttenc : Always write hours in the timestamp with two characters.
    

    Fixes ticket #7442.

    Reviewed-by : Reto Kromer

    • [DH] libavformat/webvttenc.c