
Recherche avancée
Autres articles (100)
-
Qu’est ce qu’un masque de formulaire
13 juin 2013, parUn masque de formulaire consiste en la personnalisation du formulaire de mise en ligne des médias, rubriques, actualités, éditoriaux et liens vers des sites.
Chaque formulaire de publication d’objet peut donc être personnalisé.
Pour accéder à la personnalisation des champs de formulaires, il est nécessaire d’aller dans l’administration de votre MediaSPIP puis de sélectionner "Configuration des masques de formulaires".
Sélectionnez ensuite le formulaire à modifier en cliquant sur sont type d’objet. (...) -
D’autres logiciels intéressants
12 avril 2011, parOn ne revendique pas d’être les seuls à faire ce que l’on fait ... et on ne revendique surtout pas d’être les meilleurs non plus ... Ce que l’on fait, on essaie juste de le faire bien, et de mieux en mieux...
La liste suivante correspond à des logiciels qui tendent peu ou prou à faire comme MediaSPIP ou que MediaSPIP tente peu ou prou à faire pareil, peu importe ...
On ne les connais pas, on ne les a pas essayé, mais vous pouvez peut être y jeter un coup d’oeil.
Videopress
Site Internet : (...) -
Automated installation script of MediaSPIP
25 avril 2011, parTo overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
The documentation of the use of this installation script is available here.
The code of this (...)
Sur d’autres sites (4169)
-
Why are there multiple .m3u8 requests made by the browser ?
20 mai 2020, par 47fa0cI usually download my lectures instead of watching them on the online player provided by my university. I do this by finding requests that include .m3u8 in their url. There always seems to be two of these for each of the videos that I want to download, with one slight difference in the urls but otherwise identical. Why is that the case ?



My wild guess is that one of them is supposed act as a backup if the other failed to fetch but I am not sure.



I can't share the urls as they contain copyrighted material but it looks something like



domain/a/b/hashedvalue1/c/video.mp4/index.m3u8




and



domain/a/b/hashedvalue2/c/video.mp4/index.m3u8




Thanks for your help :)


-
stream reddit video without saving it, using BytesIO
11 juin 2020, par TheKill -996I'm looking to stream a reddit video without download anything to my server.
Unfortunately reddit store each video separed from its audio, so there are two different files(video and audio).



I'm already able to download each file into a BytesIO object, but is there a way to merge these objects ?
Or if that is not the right way to do it, is there another way ?


-
Stream H264 video with packetization mode 0
26 février 2014, par AlanI have a video that is originally not in packetization mode 0 (http://www.bigbuckbunny.org/index.php/download/).
I would like to stream that video but have the h264 data packed in the RTP payload as packetization mode 0.
Please suggest a gstreamer or a ffmpeg pipeline to achieve this. I've tried doing it with VLC but failed to specify the encoding to such detail.