
Recherche avancée
Médias (1)
-
Revolution of Open-source and film making towards open film making
6 octobre 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (107)
-
L’agrémenter visuellement
10 avril 2011MediaSPIP est basé sur un système de thèmes et de squelettes. Les squelettes définissent le placement des informations dans la page, définissant un usage spécifique de la plateforme, et les thèmes l’habillage graphique général.
Chacun peut proposer un nouveau thème graphique ou un squelette et le mettre à disposition de la communauté. -
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 -
Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs
12 avril 2011, parLa 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.
Sur d’autres sites (5409)
-
how can i restream http channel to youtube
15 mars 2017, par Mahmod Mostfai want to know how can i re stream HTTP channel example :
()
to you tube or Facebook or any other streaming servers
i have Linux server and windows server
i read a lot about red and ff mpeg but i want the solution to clarify my destination
thanks
i want to know how can i re stream HTTP channel example :
()
to you tube or Facebook or any other streaming servers
i have Linux server and windows server
i read a lot about red and ff mpeg but i want the solution to clarify my destination
thanks
i want to know how can i re stream HTTP channel example :
()
to you tube or Facebook or any other streaming servers
i have Linux server and windows server
i read a lot about red and ff mpeg but i want the solution to clarify my destination
thanks
-
What is wrong with my FFMPEG command for streaming ? [duplicate]
18 février 2017, par Muhammad UmerThis question is an exact duplicate of :
I am trying to stream to Facebook by using one image, but I get
Packets are not in the proper order with respect to DTS7kbits/s<br />
av_interleaved_write_frame(): Invalid argumentThis is the command I am writing :
ffmpeg \
-re -y \
-loop 1 \
-f image2 \
-i ./maxresdefault.jpg \
-i ./audio.mp3 \
-b:a 128k \
-c:a aac -strict experimental \
-vcodec libx264 \
-g 30 \
-r 30 \
-f flv \
"rtmp://rtmp-api.facebook.com:80/rtmp/..." -
FFMPEG : How to stream to multiple outputs with the same encoding independently
8 février 2017, par Lucas SchochHow my stream is working right now :
Input :
Switcher program that captures the camera and screen shots and make a different layouts. One of the windows from the software is the one used as Input in the ffmpeg command line.Output :
Facebook (example)
Youtube (example)
At the beginning, i thought that maybe could be better create two different ffmpeg processes to stream independently to each output. The problem was it uses too much CPU.
The answer for it, was to encode one time and copy it to different outputs. Ok, great, it solves the problem, but what if one of the output fails ? Both fail.I’m trying to make one encoding to two outputs and if one of these outputs is not available, the other keep going well.
Anybody have any idea to solve it ?
Thanks !