
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (97)
-
Les sons
15 mai 2013, par -
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 (...) -
MediaSPIP en mode privé (Intranet)
17 septembre 2013, parÀ partir de la version 0.3, un canal de MediaSPIP peut devenir privé, bloqué à toute personne non identifiée grâce au plugin "Intranet/extranet".
Le plugin Intranet/extranet, lorsqu’il est activé, permet de bloquer l’accès au canal à tout visiteur non identifié, l’empêchant d’accéder au contenu en le redirigeant systématiquement vers le formulaire d’identification.
Ce système peut être particulièrement utile pour certaines utilisations comme : Atelier de travail avec des enfants dont le contenu ne doit pas (...)
Sur d’autres sites (9385)
-
Anomalie #2612 : Forum public sur objet éditorial
24 mars 2012, par Teddy PayetOK. Mais dans ce cas là, comment se passe le forum privé sous un objet éditorial ?
-
Anomalie #4513 : Undefined au post d’un message de forum public
23 août 2020Ben franchement, je considère que mon hack est super pas propre.
Et surtout, ça marche, mais je n’ai aucune idée de pourquoi ce serait la bonne méthode.Donc, non, pas de PR en l’état de ma compréhension.
-
Can FFMPEG library be used to create a RTSP server ? [closed]
7 novembre 2022, par O ConnorI am working with FFMPEG library and C++ for a while for live-stream from the RTSP server on a camera. In this case, FFMPEG library is being used to develop a RTSP client.


Can FFMPEG library be used to develop a RTSP server ? Not just for providing video frame data, but for handling RTSP requests,
OPTIONS
,DESCRIBE
,SETUP
,PLAY
etc., from a RTSP client such as VLC ?