gst-rtsp-server and gst-pipeline

Aleix Conchillo FlaquƩ aconchillo at gmail.com
Fri Oct 3 09:52:54 PDT 2014


On Fri, Oct 3, 2014 at 12:27 AM, aborilov <aborilov at gmail.com> wrote:
> Hi!
> Is there a way to get GstRTSPMedia from GstRTSPMediaFactory?
> I use shared property of GstRTSPMediaFactory to stream one GstRTSPMedia and
> I want to get current GstRTSPMedia to change properties of some element(ex:
> input-selector)
>

You need to subclass GstRTSPMediaFactory and implement the configure
method. There you might want to connect to the media "prepared"
signal.

Aleix


More information about the gstreamer-devel mailing list