something about RTP streaming

Sebastian Dröge sebastian at centricular.com
Tue Nov 12 02:14:39 PST 2013


On Mo, 2013-11-11 at 18:48 -0800, yxxone wrote:
> what I really want to know is how can I get the value with gstreamer at the
> sender side . is there any function in gstreamer that can be help?

You can get it from the caps of the RTP payloader srcpad for example.
You could e.g. wait for the notify::caps signal on it, or catch the CAPS
event via a pad probe. It's available via the "caps" property, or
gst_pad_get_current_caps() once the has set the caps (which will happen
once it's ready to output buffers).

-- 
Sebastian Dröge <sebastian at centricular.com>
Centricular Ltd - http://www.centricular.com
Expertise, Straight from the Source
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 966 bytes
Desc: This is a digitally signed message part
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20131112/3428b790/attachment.pgp>


More information about the gstreamer-devel mailing list