Setting "rtcp-min-interval" for a session in an GstRtpBin

Olivier Crête olivier.crete at collabora.com
Thu Feb 27 16:08:19 PST 2014


On Thu, 2014-02-27 at 22:47 +0100, Sebastian Dröge wrote:
> On Do, 2014-02-27 at 03:17 -0800, Mal Pirie wrote:
> > I want to be able to set the "rtcp-min-interval", but the property is not
> > exposed by the GstRtpBin element.  I think that I should be able to use the
> > "on-new-ssrc" signal to get a session identifier, then use the
> > "get-internal-session" to get the RtpSession structure against which I can
> > set the property.
> > 
> > Is this right?
> 
> Yes, that's the idea.

Actually, the session id you don't need to wait for on-new-ssrc to get
it, you select it when you request a request pad, the number there is
the session number.

-- 
Olivier Crête
olivier.crete at collabora.com



More information about the gstreamer-devel mailing list