
Recherche avancée
Autres articles (112)
-
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 (...) -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...) -
ANNEXE : Les plugins utilisés spécifiquement pour la ferme
5 mars 2010, parLe site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)
Sur d’autres sites (15539)
-
lavc/libmp3lame : send encoder delay/padding in packet side data
17 octobre 2016, par Jon Toohill -
How to send bmp frames from OpenCV to FFMPEG to get streamed
27 août 2020, par Hamza GhizaouiI don't need an exact solution or code, just the big picture.
So, there is a camera sending 4000x3000 images to (Format BMP) a software using OpenCV. the photos get downsampled to 1920x1080 and then sent to FFMPEG to be encoded to h264 or h265 and then streamed.


I want to know how to establish a connection between OpenCV and FFMPEG. I would also want to know if there are better alternatives


-
By using Gstreamer - how to receive a live-source stream by rtsp-server and send it to other client ?
31 décembre 2019, par Joseph MatanI’m trying to build a quite simple RTSP-server (apparently, it’s less simple then I thought) with gst-rtsp-server.
I used the
'test-record'
example to RECORD by the rtsp-server a stream from a rtsp-client (FFmpeg in my case). It seems to work, I can see a valid sequence in wireshark.Later I used the
'test-launch'
example to PLAY a test stream, so I can read it with rtsp-client (FFplay) and it also works well.However, I don’t understand how to combine the two examples into one rtsp-server that can RECORD a stream (a live-source) from one rtsp-client, and then send (PLAY) this stream to a second (third or even fourth) rtsp-client.
Any idea if the Gstreamer infrastructure supports this functionality ? And if so, any tips how to do it ?