Recherche avancée

Médias (91)

Autres articles (82)

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

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

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

Sur d’autres sites (12879)

  • Can MPMoviePlayerController play m3u8 file

    26 novembre 2013, par Nitesh

    I am trying to play a m3u8 file using MPMovieplayercontroller
    i pass the url to the MPMovieplayercontroller
    But it will not play. Is it possible ?

    I am converting flv,avi video file formats into m3u8 files using ffmpeg for live http streaming on my server.

    The m3u8 url works when i pass it to VLC as a network stream on my mac.
    I know this has been asked a number of times but i have not got any satisfactory answers.

    Regards
    Nitesh

  • FFMPEG play in HTML while converting

    26 novembre 2016, par OwenHoward

    Hello :)

    I need to be able to display any popular video format (MKV, FLV, MP4,...) inside a browser WHILE converting. To do this I’ve turned to FFMPEG to convert any video to .ovg and spent hours on Google, forums and in documentation but I can’t find a way to play the converted video real-time.

    Does anyone know how you can play a video in HTML while FFMPEG is still converting it ?

  • flv won't play until ffmpeg exits

    23 avril 2023, par valuelan

    ffmpeg -framerate 15 -f gdigrab -i desktop -vcodec libx264  -s 1280x720 -r 30 -b 1m -f flv rtmp://127.0.0.1:1935/live/rfBd56ti2SMtYvSgD5xAV0YU99zampta7Z7S575KLkIZ9PYk publish stream

    


    ffplay http://127.0.0.1:7002/live/movie.m3u8 can play

    


    ffplay rtmp://127.0.0.1:1935/live/movie can play

    


    ffplay http://127.0.0.1:7001/live/movie.flv can't play

    


    ffmpeg write q press

    


    ffplay flv popup player

    


    I expecting ffplay http://127.0.0.1:7001/live/movie.flv don't pending
I tried OBS publish stream can play