
Recherche avancée
Médias (3)
-
MediaSPIP Simple : futur thème graphique par défaut ?
26 septembre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Video
-
GetID3 - Bloc informations de fichiers
9 avril 2013, par
Mis à jour : Mai 2013
Langue : français
Type : Image
-
GetID3 - Boutons supplémentaires
9 avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (65)
-
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. -
Modifier la date de publication
21 juin 2013, parComment changer la date de publication d’un média ?
Il faut au préalable rajouter un champ "Date de publication" dans le masque de formulaire adéquat :
Administrer > Configuration des masques de formulaires > Sélectionner "Un média"
Dans la rubrique "Champs à ajouter, cocher "Date de publication "
Cliquer en bas de la page sur Enregistrer -
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 ;
Sur d’autres sites (9095)
-
Live Streaming using ffmpeg
28 novembre 2014, par TomIam using following command in linux to stream RTSP videos to RTMP live streaming using ffmpeg
ffmpeg -i "rtsp://mystreamingurl" -r 25 -s 640x400 -f flv -an "rtmp://mylivestream/live"
But Iam getting following Error while streaming, which is dropping the packets,
q=2.0 size= 60kB time=0.08 bitrate=6149.4kbits/s dup=0 drop=5084
Can anybody help me please ?
-
Installing Apple HTTP Live Streaming
14 avril 2016, par user2871193I need to know how to install the Apple’s HTTP Live Streaming tools on my webserver. Since the tools provided by Apple is in dmg format. I have tested the tools on my local MAC machine. Also I encoded the live streams and VOD’s using FFMpeg Library on MAC.
Since streaming videos require webserver for distributing content, how we install both these tools on webserver both FFMpeg and Live Streaming Tools by Apple ?
I guess it might be very silly question, but couldn’t get a workaround on this. Any help will be appreciated.
Thanks.
-
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.