
Recherche avancée
Autres articles (9)
-
Contribute to translation
13 avril 2011You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
MediaSPIP is currently available in French and English (...) -
La sauvegarde automatique de canaux SPIP
1er avril 2010, parDans le cadre de la mise en place d’une plateforme ouverte, il est important pour les hébergeurs de pouvoir disposer de sauvegardes assez régulières pour parer à tout problème éventuel.
Pour réaliser cette tâche on se base sur deux plugins SPIP : Saveauto qui permet une sauvegarde régulière de la base de donnée sous la forme d’un dump mysql (utilisable dans phpmyadmin) mes_fichiers_2 qui permet de réaliser une archive au format zip des données importantes du site (les documents, les éléments (...) -
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 (4813)
-
Start RTSP server on Linux with USB Web-cam source [on hold]
4 juin 2019, par NecroFillinI would like to write a script that runs the RTSP server on a PC with Linux, using ffmpeg, gstreamer, or other media framework.
- Video source : Web camera connected via USB to PC.
- Provide the ability to view the video stream using VLC or another RTSP client.
- Dump traffic using tcpdump
What have I done for now :
streamed the USB camera to a rtsp server by using ffmpeg :ffmpeg -f v4l2 -input_format h264 -timestamps abs -video_size hd720 -i /dev/video0 -c:v copy -c:a none -f rtsp rtsp://10.52.9.104:45002/cameraTx1
What to do next ? Is it possible to make some bush-script for it ?
-
People who are using FFmpeg to stream out a live video/audio over RTSP - what is the RTSP-server you are using ?
26 décembre 2019, par Joseph MatanI’m working with this RTSP-server in-order to stream RTSP from FFmpeg (however, this server doesn’t support the codec I need).
This is the FFmpeg command I’m using, that works with the RTSP-server I’m using (just for example) :
ffmpeg -f v4l2 -i /dev/video0 -c:v libx264 -intra -an -f rtsp -rtsp_transport tcp rtsp://192.168.1.10:8554/test
Any suggestions for RTSP-servers that can work with the command above ?
I’ve tried so many servers, but none of them supports what I need.
Most of the servers works only on dead-sources (VOD), or directly from devices (like ip-cameras). The server I’m using, is great but don’t support many codecs... -
Generate video thumbnail using ffmpeg ; Grab from RTMP server
10 janvier, par floatleftI have research how to generate a video thumbnail user FFMPEG like so :



ffmpeg -i myfile.flv -vcodec mjpeg -vframes 1 -an -f rawvideo -s 640x480 foo.jpg



But how can I generate a thumbnail when the file is on another server ? Specifically a RTMP server ? for example :
rtmp://foo.rtmphost.com/videos