
Recherche avancée
Médias (29)
-
#7 Ambience
16 octobre 2011, par
Mis à jour : Juin 2015
Langue : English
Type : Audio
-
#6 Teaser Music
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#5 End Title
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#3 The Safest Place
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#4 Emo Creates
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#2 Typewriter Dance
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
Autres articles (55)
-
Le plugin : Podcasts.
14 juillet 2010, parLe problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
Types de fichiers supportés dans les flux
Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...) -
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 -
Prérequis à l’installation
31 janvier 2010, parPréambule
Cet article n’a pas pour but de détailler les installations de ces logiciels mais plutôt de donner des informations sur leur configuration spécifique.
Avant toute chose SPIPMotion tout comme MediaSPIP est fait pour tourner sur des distributions Linux de type Debian ou dérivées (Ubuntu...). Les documentations de ce site se réfèrent donc à ces distributions. Il est également possible de l’utiliser sur d’autres distributions Linux mais aucune garantie de bon fonctionnement n’est possible.
Il (...)
Sur d’autres sites (8331)
-
Reroute live streaming to server in Android using FFMPEG
25 août 2016, par dreamdeveloperI have an application which receives live streaming from a secondary device over same network. Now the first device is connected to a server(same network). I want to make the first device as a hub, so that it can Reroute the live streaming from Secondary device to the server. I know FFMPEG library is capable of doing this. But not sure how to proceed.
i dont even require to view the streaming in First device. First device will act as a router which will receive instruction from server to start streaming in Second device and send back the streaming from secondary to server(should be through first device). Let us assume server side, I am using a VLC to provide the instruction for streaming.
-
ffmpeg ts to mkv or mp4 live to web format (html5)
22 juillet 2018, par mister32how i can .ts to .mkv live like this :
(ssh comand CentOS)
ffmpeg -i 'url/file.ts' -c:v copy -c:a aac 'dir/test.mkv' -y
and us in web like this (filesystem without port or nginx) :
<video width="100%" height="180" controls="controls" autoplay="autoplay">
<source src="/test.mkv" type="video/mp4">
</source></video>is this possible without a crash after a few seconds when loading the file to have. :)
Very thanks friends
-
Facebook live video can only be previewed while streaming my Mac screen
24 janvier 2017, par iownthegameI use the following ffmpeg command to share my screen streaming to Facebook.
ffmpeg -f avfoundation -r 10 -video_size 352x288 -i "0" -c:v h264 -f flv
"rtmp://rtmp-api.facebook.com:80/rtmp/1269140699772419?ds=1&a=AaYsXcYcdHQrrrUF"then I can see the video preview scenes
however, once I press the ’Go Live’ button, and go to my facebook page, I can find a post said I am Live Now. When I press the ’play button’, there are only black scenes that last for 1 2 seconds, and the video ends.
And there is also a weird thing, the video can be played when I end up the live stream. When refreshing the page, I can find a post said I was Live, the video of this post can be played successfully.
Anyone knows why the video can be watched when previewing and finishing live but not the exact live moment ?
[updated]
During the live streaming period, if I press the play button, there are only 1 2 seconds black scenes and the live stream ends.
However if I press the video frame again, another modal pops up then I can see the live streaming. Is it a facebook bug ?