
Recherche avancée
Médias (1)
-
La conservation du net art au musée. Les stratégies à l’œuvre
26 mai 2011
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (104)
-
Contribute to a better visual interface
13 avril 2011MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community. -
Configuration spécifique pour PHP5
4 février 2011, parPHP5 est obligatoire, vous pouvez l’installer en suivant ce tutoriel spécifique.
Il est recommandé dans un premier temps de désactiver le safe_mode, cependant, s’il est correctement configuré et que les binaires nécessaires sont accessibles, MediaSPIP devrait fonctionner correctement avec le safe_mode activé.
Modules spécifiques
Il est nécessaire d’installer certains modules PHP spécifiques, via le gestionnaire de paquet de votre distribution ou manuellement : php5-mysql pour la connectivité avec la (...) -
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.
Sur d’autres sites (9477)
-
Live Stream from FFMpeg Not playing on mobile [on hold]
3 mai 2016, par Avishek SharmaThe following piece of code plays the live stream on the browser but not on the mobile.
ffmpeg -re -i input.mp4 -c:v copy -c:a copy -f flv "rtmp url"
-
Android live streaming [on hold]
26 mai 2015, par KelvinI’m currently on a project which is about to develop a android app to view surveillance camera’s live stream through internet. I know when the video stream transferred through internet will not be a 0 second delay live stream and the legacy could be high.
The current structure of the system is : the traditional surveillance(cameras+NVR+storage ...) + broadcast server + app. The broadcast server will get streams from cameras\NVR\Storage. It supports RTSP\HTTP\RTMP.
I googled it for two days, and I found some ways to do this.
The first way is to use webview + js player. The second way is to use the video view and the Third way is to use FFMPEG or other libraries.My questions are :
Can video view play live stream with url like "rtsp ://172.22.35.161:8554" ? All the tutorial I found is about play a video file using rtsp protocol.
How’s the performance of using webview + js player (or Html5 player) ? Any suggested player I can use ?
If using the FFMPEG or other libraries, is there any suggested library or tutorial ?
Thanks for your patient of reading my question and thanks for you help in advance.
-
Best way to stream live video under webRTC development [on hold]
5 avril 2016, par Ankit DhannaI have implemented webrtc live video chat with multiple presentors (using licode ).
However, I want to ask how can I broadcast this video stream so that multiple users who are not on webrtc can be served ?Where/Which server should I broadcast this stream to to get least lag time ?