
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (68)
-
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...) -
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
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
Sur d’autres sites (11608)
-
ffmpeg live transcoding faster alternative ?
23 novembre 2018, par ppoeasIs there any opensource alternative to
ffmpeg
andVLC
to live video transcoding from HTTP streaming to RTMP or other ?ffmpeg
caused my CPU (AMD 4.0GHZ 8Core) is loaded 100% with only 8 SD streams.Thanks for help.
PS.
I think I don’t need to transcode my video, I can also stream with something like http video proxy. Source is in HTTP streaming format, also I am under Linux. -
Detect Live streaming stopped and resume in nginx
14 juillet 2017, par RobinI’m trying to use Nginx to do live stream to combine two stream into one, so I need to spawn FFMpeg, like so
ffmpeg -i "rtmp://in/1" -i "rtmp://in/2" -filter_complex "overlay=70:50" -vcodec libx264 -preset ultrafast -f flv rtmp://out
However, is there a way to detect if one of the incoming stream drops, and I can continue the stream ? From what I’m reading, it is not possible, and
ffmpeg
task will be killed. -
Getting issue in ffmpeg live stream using nodejs
23 février 2023, par Dharmraj Patidar

We are using node-rtsp-stream-jsmpeg library in rtsp live streaming using nodejs and we are face following error.


Error writing trailer of http://localhost:9007/s1: Broken pipe
frame= 3289 fps= 10 q=14.5 Lsize= 37663kB time=00:05:29.32 bitrate= 936.9kbits/s speed=1.01x

video:28938kB audio:6435kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead : 6.474919%
Conversion failed !