How to create a RTSP Server that immediately starts the pipeline and reuses it in Python

Tim Müller tim at centricular.com
Sat Aug 6 10:19:44 UTC 2016


On Wed, 2016-08-03 at 19:38 +0200, Peter Gerten wrote:

Hi Peter,

> Does anybody have an idea on how to solve this?
> Basically I need to have a pipeline that runs all the time and is
> (re-)used for clients of my RTSP server.

The simplest way to achieve this might be to just mark the rtsp media
factory as shared with gst_rtsp_media_factory_set_shared() and start
the first client yourself immediately after starting the server :)

Cheers
-Tim

-- 

Tim Müller, Centricular Ltd - http://www.centricular.com


More information about the gstreamer-devel mailing list