Recherche avancée

Médias (2)

Mot : - Tags -/media

Autres articles (51)

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

Sur d’autres sites (7768)

  • FFMPEG how to restart a live stream if it stops [on hold]

    11 février 2018, par Ricky

    Is there a way to restart a stream if it dies ?

    Here is what I want to stream :

    ffmpeg -re -i "https://mnmedias.api.telequebec.tv/m3u8/29880.m3u8" -acodec aac -vcodec libx264 -f flv "rtmp://ingest-cn-tor.switchboard.zone/live/goo-2222-2222-2222-2222"
  • Different live stream resolutions with rtp and ffmpeg using bluenviron/mediamtx

    17 juin 2023, par Emad Helmi

    I am attempting to use RTP streaming with ffmpeg and Bluenviron Mediamtx. I have a sample file that I publish to the RTMP server using ffmpeg :

    


    ffmpeg -re -stream_loop -1 -i files/sample-30s.mp4 -c copy -f flv "rtmp://localhost:1935/show/test?user=myuser&pass=mypass&id=nonblockid"


    


    I can see the live stream in my browser at localhost:8888. However, I want to have the live stream as m3u8 files with different resolutions. There is no documentation on how to do this in the repo, and some of the solutions on the internet have not worked for me. For example, using this question, I have tried running the following ffmpeg command :

    


    ffmpeg -f flv -i "rtmp://server/live/livestream" \
  -map 0:v:0 -map 0:a:0 -map 0:v:0 -map 0:a:0 -map 0:v:0 -map 0:a:0 \
  -c:v libx264 -crf 22 -c:a aac -ar 44100 \
  -filter:v:0 scale=w=480:h=360 -maxrate:v:0 600k -b:a:0 500k \
  -filter:v:1 scale=w=640:h=480 -maxrate:v:1 1500k -b:a:1 1000k \
  -filter:v:2 scale=w=1280:h=720 -maxrate:v:2 3000k -b:a:2 2000k \
  -var_stream_map "v:0,a:0,name:360p v:1,a:1,name:480p v:2,a:2,name:720p" \
  -preset fast -hls_list_size 10 -threads 0 -f hls \
  -hls_time 3 -hls_flags independent_segments \
  -master_pl_name "livestream.m3u8" \
  -y "livestream-%v.m3u8"


    


    But this does not work. Should I run another ffmpeg command to get the stream and generate another stream on the same RTMP server ?

    


  • Silvia Pfeiffer Live Stream

    2 mai, par silvia

    Category : 2
    Uploaded by : Silvia Pfeiffer
    Hosted : youtube

    The post Silvia Pfeiffer Live Stream first appeared on ginger’s thoughts.