
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 (96)
-
Configuration spécifique d’Apache
4 février 2011, parModules spécifiques
Pour la configuration d’Apache, il est conseillé d’activer certains modules non spécifiques à MediaSPIP, mais permettant d’améliorer les performances : mod_deflate et mod_headers pour compresser automatiquement via Apache les pages. Cf ce tutoriel ; mode_expires pour gérer correctement l’expiration des hits. Cf ce tutoriel ;
Il est également conseillé d’ajouter la prise en charge par apache du mime-type pour les fichiers WebM comme indiqué dans ce tutoriel.
Création d’un (...) -
Organiser par catégorie
17 mai 2013, parDans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...) -
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...)
Sur d’autres sites (6489)
-
avformat/http: cookie path attribute should be optional not compulsory
3 mars 2023, par Michael J. Walsh -
A simple linux on-the-fly video transcoding service via http?
27 novembre 2019, par Goat KarmaI’m looking for a simple-to-implement Linux plugin/package/software that can take a large source video from a particular URL, transcode it to a set size and present it to user over http.
The use case is, we store large(4GB) original MP4 videos in a source system. We want to make these available through universal viewer to end users. The source mp4 files are accessible via URLs (i.e http://example.com/get/video/4747737). Instead of pointing the universal viewer at the 4GB video, we want to point it at an intermediary service (http://example/transcode/4747737?size=720 or whatever) which would transcode the 4GB video into something with a bit more web-friendly size/resolution/bitrate.
We have ffmpeg already installed, and saw ffserver which is no longer supported. There are various web service wrappers for ffmpeg and I believe ffmpeg has an http service built in,but I can’t decipher whether that is what we need !
We have PHP available on the web server if there’s a nice easy wrapper to implement(I guess i could call shell_exec for ffmpeg and push the output ?), but I’d probably prefer something pre-packaged to some extent (i.e a debian package, or java jar/war that can run on a port and be proxied).
Any suggestions ?
-
avformat/hls : store referer message in HLS http request
1er février 2018, par Steven Liu