
Recherche avancée
Médias (2)
-
Valkaama DVD Label
4 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Image
-
Podcasting Legal guide
16 mai 2011, par
Mis à jour : Mai 2011
Langue : English
Type : Texte
Autres articles (73)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains 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 ;
-
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 -
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.
Sur d’autres sites (8456)
-
Keep alive streaming ffmpeg rtmp
19 mars 2020, par Eder DominguezHow can I keep a streaming connection alive when the file is over ?
I am using ffmpeg 4
I tried the timeout option but it doesn’t work, so my example would be :ffmpeg -i input.webm -timeout -f flv rtmp ://streaming
Thanks a lot.
-
Streaming live video from ios
12 février 2014, par JohnI have a need to stream video from the iPhone/iPad camera to a server. It looks like this will need to be done with AVCaptureSession but I don't know how to best architect this.
I found this post :
streaming video FROM an iPhone
But it doesn't handle the "live" part, latency needs to be 2 or 3 seconds at most. Devices can be constrained to 4 or 4S capability if needed, and there is no requirement for HD, VGA is probably what we'll end up with. I assume any solution would use ffmpeg, I haven't found any more appropriate library.
How is this best accomplished ?
-
How to use ffmpeg for rtsp streaming
9 juin 2017, par Pranay KumarHow to use FFMPEG for RTSP Streaming ?
I am able to stream though UDP and RTP. Streaming RTSP using ffmpeg and ffserver is there. But as per http://ffmpeg.org/index.html#ffserv FFserver has been dropped. How to use FFMPEG directly for RTSP Streaming.
RTP command looks like :
#ffmpeg -i space.mp4 -re -vcodec copy -an -f rtp rtp://192.168.1.8:1234
What is the command for transmitting through RTSP protocol