
Recherche avancée
Médias (1)
-
Richard Stallman et le logiciel libre
19 octobre 2011, par
Mis à jour : Mai 2013
Langue : français
Type : Texte
Autres articles (45)
-
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 -
Menus personnalisés
14 novembre 2010, parMediaSPIP utilise le plugin Menus pour gérer plusieurs menus configurables pour la navigation.
Cela permet de laisser aux administrateurs de canaux la possibilité de configurer finement ces menus.
Menus créés à l’initialisation du site
Par défaut trois menus sont créés automatiquement à l’initialisation du site : Le menu principal ; Identifiant : barrenav ; Ce menu s’insère en général en haut de la page après le bloc d’entête, son identifiant le rend compatible avec les squelettes basés sur Zpip ; (...) -
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 (4100)
-
Android live streaming multicast
10 mars 2016, par user1573559I have built a Android application based on FFMPEG, reference http://www.roman10.net/how-to-build-android-applications-based-on-ffmpeg-by-an-example/.
Now, I want to live streaming multicast ?
How to convert multicast to unicast url to live streaming ?
Please suggest. -
ffmpeg record from live m3u8 link and update it with new recording
22 novembre 2016, par yopojai try to record 59 minutes of live m3u8.
ffmpeg -i 111.111.11.11/live.m3u8 -t 3540 -c copy -y -hls_playlist_type vod MyVideo.m3u8
so for some reasons sometimes network down and ffmpeg stops, so if i start it again ffmpeg will clear all recorded and will start recording again, is there a way to add new recording after the one i recorded before
-
how to apply video filter in ffserver live streaming
28 mai 2015, par RazackWe are live streaming from camera in to ffserver through ffmpeg. We are converting the live streaming into side by side (SBS) using ffmpeg stereo3d filter. we have no problem getting the required output directly playing in MPlayer. When we stream through FFServer into a player what we get is not side by side but a single.
ffmpeg -i source.mp4 -vf stereo3d=sbsl:abl http://x.x.x.x:8090/feed1.ffm
Thanks for your help