Reduced-size RTCP (RFC5506) support
Ingemar Johansson
ingemar.s.johansson at ericsson.com
Thu Feb 7 17:12:26 UTC 2019
Thanks all for the help.. I will have a look and see if I manage to get this
happening. Had a look into rtpsession.c and it seems like this should
definitely be working.
I currently have these settings to get a sufficiently if RTCP feedback rate
(perhaps a little overkill:-)
g_object_set((filter->rtpSession),
"rtcp-min-interval", 5000000000,
"rtcp-fraction", 0.5,
"bandwidth", 10000000.0,
"rtp-profile", GST_RTP_PROFILE_AVPF,
NULL);
I assume that I should add
"rtcp-reduced-size", true,
But what about the other parameters ?
/Ingemar
--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
More information about the gstreamer-devel
mailing list