
Recherche avancée
Autres articles (52)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
Le plugin : Gestion de la mutualisation
2 mars 2010, parLe plugin de Gestion de mutualisation permet de gérer les différents canaux de mediaspip depuis un site maître. Il a pour but de fournir une solution pure SPIP afin de remplacer cette ancienne solution.
Installation basique
On installe les fichiers de SPIP sur le serveur.
On ajoute ensuite le plugin "mutualisation" à la racine du site comme décrit ici.
On customise le fichier mes_options.php central comme on le souhaite. Voilà pour l’exemple celui de la plateforme mediaspip.net :
< ?php (...) -
Initialisation de MediaSPIP (préconfiguration)
20 février 2010, parLors de l’installation de MediaSPIP, celui-ci est préconfiguré pour les usages les plus fréquents.
Cette préconfiguration est réalisée par un plugin activé par défaut et non désactivable appelé MediaSPIP Init.
Ce plugin sert à préconfigurer de manière correcte chaque instance de MediaSPIP. Il doit donc être placé dans le dossier plugins-dist/ du site ou de la ferme pour être installé par défaut avant de pouvoir utiliser le site.
Dans un premier temps il active ou désactive des options de SPIP qui ne le (...)
Sur d’autres sites (2974)
-
is it good to store HLS .m3u8 file with its segment files .ts in cassandra database ?
14 septembre 2020, par Anuj GuptaI am working on video streaming app, where backend is nodejs , so i want to upload a heavy video file(may be 1gb) and convert to .m3u8 file with its segment .ts file by using FFMPEG and then i want to store them all on cassandra , is it good to do that , if not please anyone suggest any solution and yeah I wants to avoid cloud storage like azure and google cloud for cost saving purpose.


-
How generate a flash player seekable h264 video ?
16 juin 2012, par cacheI have a mp4 video file, it can play in the flash player but can not seek(jump to other time point). Thus the question is how to generate a seekable h264 video ? (The h264 seeking works in html5 players where it is support)
As I did my homework, it is probably due to the missing keyframes. I have try to encode every frames as keyframe by setting -g 1 in ffmpeg but no luck. The fps of the mp4 is 25.Anyone knows the answer ?
-
headphone/webcam - output to stream server
13 août 2014, par user867198I am in the process of making a C# desktop application. The application has to take microphone and webcam output. and it has to publish them to the server over RTMP protocol.
I am not in this domain and does not have much idea about it. So i am in desperate need from someone, i have read all the SO question related with this and working towards FFMPEG tool to stream my web cam and headphone to server via RTMP.
I appreciate any help on this. Even if someone explain the flow of what are the steps then it will be a good jump start for me. thank you.