
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 (110)
-
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 -
Problèmes fréquents
10 mars 2010, parPHP et safe_mode activé
Une des principales sources de problèmes relève de la configuration de PHP et notamment de l’activation du safe_mode
La solution consiterait à soit désactiver le safe_mode soit placer le script dans un répertoire accessible par apache pour le site
Sur d’autres sites (9083)
-
Nginx allow only my domain to access a video url
4 septembre 2019, par Bruno Fi’m setting up a web server that contains live video streaming embed into the html5 video tag. My workflow is to grab the rtsp video from an ip camera, decode it to a HLS format using ffmpeg and send the video to my server.
Nginx allows access to the video through a url, which I put in my video tag as a source.Everything works perfectly, the only problem is that anyone can access the URL of the video and put that URL on their website without my permission.
Is there any way to only allow my domain to access, and block for example www.domain2.com to put it into their video tag or other framework thath they use ? i’m think Nginx can do the job maybe.
Here are the codes of Nginx and my html in case is needed.
HTML :
<video class="video-js vjs-default-skin vjs-big-play-centered vjs-fluid" controls="controls" preload="none">
<source src="//mydomain.com/live/stream.m3u8" type="application/x-mpegURL"></source>
</video>Nginx :
location /live {
types {
application/vnd.apple.mpegurl m3u8;
}
limit_conn addr 5;
alias /home/stream;
add_header Cache-Control no-cache;
add_header 'Access-Control-Allow-Origin' '*';
}Many thanks guys !
-
Encoding issue with Lagarith in ffmpeg
20 juin 2022, par tms99I want to edit some old videos that I converted with the Lagarith codec using "ffmpeg - mpdecimate" in Windows. Unfortunately, Lagarith is only allowed for decoding with ffmpeg, not for encoding. Any simple solutions for that ?


Otherwise I have to encode the videos in Huffyuv-codec but then back to Lagarith for another processing step. Can anyone tell me if I'm going to cause any visible or noticeable data loss in this process (Lagarith -> Huffyuv -> Lagarith) ?


-
Revision 7168 : Cette directive spécifique à IE nous faussait tout Amélioration de ...
23 novembre 2012, par kent1 — LogCette directive spécifique à IE nous faussait tout
Amélioration de l’erreur pour être visible sur IE