Recherche avancée

Médias (0)

Mot : - Tags -/page unique

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

Autres articles (109)

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

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

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

Sur d’autres sites (15503)

  • Convert live flv rtmp to hls with FFMPEG

    12 juin 2016, par mikel atef

    Ubuntu with rtmp nginx start live flv audio

    but it’s not working with Android browsers

    ffmpeg -y -loglevel warning -f dshow -i video="screen-capture-recorder" -vf crop=690:388:136:0 -r 30 -s 962x388 -threads 2 -vcodec libx264 -vpre baseline -vpre my_ffpreset -f flv rtmp:///live/myStream.sdp
  • In libav "rtmp ://url live=1" is not working as in FFmpeg

    17 janvier 2017, par Yuvraj Kakkar

    I am trying to play live rtmp stream, streamed via Red5 server.
    Command used is
    ffmpeg -i "rtmp ://IP/live/1234 live=1" -f flv rtmp ://IP/live/1234_56
    The above command for live streaming works well with ffmpeg on Window OS. But unable to stream live rtmp video below command is run on libav ,Ubuntu OS using avconv tool.

    avconv -i "rtmp ://IP/live/1234 live=1" -f flv rtmp ://IP/live/1234_56

    Even i used *rtmp_live* AVOption to play live stream or to replace live=1 parameter as given below-
    avconv -i "rtmp ://IP/live/1234 rtmp_live" -f flv rtmp ://IP/live/1234_56

    But this command doesn’t work. Please tell me how to use rtmp_live or live=1 with avconv tool

    Thanks in advance.

  • 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