
Recherche avancée
Autres articles (60)
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
Publier sur MédiaSpip
13 juin 2013Puis-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 -
HTML5 audio and video support
13 avril 2011, parMediaSPIP 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 (...)
Sur d’autres sites (12898)
-
Ignore Connection Error on Multiple Rtsp Stream in FFmpeg
17 décembre 2022, par Onur KülekciSorry for my bad English. My problem is ;
ffmpeg command closes completely when one of the streams cannot be reached while multicasting. when it can't reach a single rtsp address, how can it ignore it and continue broadcasting from the others ?


Example ;


ffmpeg -i rtsp://5.63.151.4:443/atv/atv2 -map 0 c:\atv.flv -i rtsp://live.sabah.com.tr:443/ahaber/ahaber3 -map 1 c:\ahaber.flv



if it can't reach the 2nd link, keep playing the first one


Thank you !


-
Can I use ffserver to stream multiple video files from multiple users ?
4 août 2017, par zeroh7First, forgive me for not having good English.
I learned about ffmpeg and I’m studying it.
I have a question, but I can not find any related documents on the Internet.
Here are my questions.
-
Can I use ffserver to stream multiple video files from multiple users ?
-
Can I use the ffmpeg command to generate and destroy a feed in server.conf
please : )
-
-
How do I know every "stream_specifier" avaiable to use on FFMPEG ?
18 octobre 2023, par Leonardo ReisI only want to know every stream specifier I can use for parameters like "-c:v" or "-c:a".


For example, I'm trying to process a video to the stdout file using the command
ffmpeg -f concat -i names.txt -c:v h264_nvenc -f mpeg2video pipe:1
, but it took me a while to find out that "h264_nvenc ". Is there any way I can know these values for the different parameters from ffmpeg ? In the documentations there are a lot of examples of the different parameters that are avaiable, but not about the values we can apply on them.

Sorry for the bad english :/