
Recherche avancée
Autres articles (29)
-
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 -
Contribute to a better visual interface
13 avril 2011MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community. -
La sauvegarde automatique de canaux SPIP
1er avril 2010, parDans le cadre de la mise en place d’une plateforme ouverte, il est important pour les hébergeurs de pouvoir disposer de sauvegardes assez régulières pour parer à tout problème éventuel.
Pour réaliser cette tâche on se base sur deux plugins SPIP : Saveauto qui permet une sauvegarde régulière de la base de donnée sous la forme d’un dump mysql (utilisable dans phpmyadmin) mes_fichiers_2 qui permet de réaliser une archive au format zip des données importantes du site (les documents, les éléments (...)
Sur d’autres sites (7709)
-
How can I watch my video from a sdp file ?
7 avril 2019, par Marco PecaI’m using ffmpeg to create a streaming. It works fine. I have a server and with ffplay I can watch my stream.
My only (big) constraint is real time.I have to embed it into an HTML page accessible from mobile devices.
I tried with HTML5 video tag but I can’t include sdp files into it.With ffmpeg I create a stream from my webcam. I have also created the sdp file but in HTML5 doesn’t work.
The code is here :
ffmpeg server :
sudo ffmpeg -re -f video4linux2 -i /dev/video0 -fflags no buffer rtp://224.10.20.30:20000
file.sdp
v=0
o=- 0 0 IN IP4 127.0.0.1
s=No Name
c=IN IP4 224.10.20.30
t=0 0
a=tool:libavformat 55.7.100
m=video 20000 RTP/AVP 96
b=AS:200
a=rtpmap:96 MP4V-ES/90000
a=fmtp:96 profile-level-id=1ffplay : (It works)
ffplay file.sdp
How can I view the stream in a browser ?
-
lavfi/curves : add plot option
22 juillet 2016, par Clément Bœsch -
Mask Image to Video Frame & implement animation
28 mars 2019, par VISHAL VASOYAI’m using ffmpeg to mask image into video. But i can’t get result as expected.
I want to mask images and implement animation in the video same as in MV Master app.
It’s being very helpful if anyone can help. Thank you.