
Recherche avancée
Autres articles (52)
-
(Dés)Activation de fonctionnalités (plugins)
18 février 2011, parPour gérer l’ajout et la suppression de fonctionnalités supplémentaires (ou plugins), MediaSPIP utilise à partir de la version 0.2 SVP.
SVP permet l’activation facile de plugins depuis l’espace de configuration de MediaSPIP.
Pour y accéder, il suffit de se rendre dans l’espace de configuration puis de se rendre sur la page "Gestion des plugins".
MediaSPIP est fourni par défaut avec l’ensemble des plugins dits "compatibles", ils ont été testés et intégrés afin de fonctionner parfaitement avec chaque (...) -
Emballe médias : à quoi cela sert ?
4 février 2011, parCe plugin vise à gérer des sites de mise en ligne de documents de tous types.
Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ; -
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 (8732)
-
FFMPEG - RTSP : where does sprop-parameter-sets come from ?
13 septembre 2022, par NaryckI'm encoding .mp4 video files (h265) with
ffmpeg
to create RTSP stream, put it tortsp-simple-server
and then after aler9's restreamer the stream is available to watch. I can watch the result in VLC (adding network source rtsp ://my.server/stream), but can't watch the stream in Android application - nosprop-parameter-sets
headers exist

So, the question is : where can I get these headers and how can I add them to the stream, so that everything worked ?


P.S. if I add the stream to Wowza, these headers (
sprop-vps, sprop-sps, sprop-pps
) are added by Wowza to the stream, but I need to use the server directly.

-
FFMPEG - RTSP : where does sprop-parameter-sets comes from ?
7 septembre 2022, par NaryckI'm encoding .mp4 video files (h265) with
ffmpeg
to create RTSP stream, put it tortsp-simple-server
and then after aler9's restreamer the stream is available to watch. I can watch the result in VLC (adding network source rtsp ://my.server/stream), but can't watch the stream in Android application - nosprop-parameter-sets
headers exist

So, the question is : where can I get these headers and how can I add them to the stream, so that everything worked ?


P.S. if I add the stream to Wowza, these headers (
sprop-vps, sprop-sps, sprop-pps
) are added by Wowza to the stream, but I need to use the server directly.

-
How create synth with FFMPG ?
1er novembre 2022, par SebI am looking for the creation of a synth (synthé in french) with FFMPEG. For more explanation, a synth is a rectangle on a movie, where you can write text. In France, we had a very good science program on TV which have an example of the synth I'd like : https://www.youtube.com/watch?v=HR7HojWY-kg from 11:50 to 11:54 where it is written "Dr Luc DE HARO". As this example, I'd like to add on the left a image. I am looking for weeks to do that but I can't realise this synth. Could you help me please ?