GNOME Bugzilla – Bug 560841
Provide access to packet loss
Last modified: 2008-11-20 20:11:26 UTC
I would like to see read-only properties in gstrtpbin (or its children) which provide info on packet-loss and jitter. I have made a patch that adds a packet-loss property to RTPSource. I would appreciate feedback on this patch.
Created attachment 122686 [details] [review] Adds a readable packet-loss property to RTPSource This patch is untested but builds.
Created attachment 122687 [details] [review] Adds a readable packet-loss property to RTPSource Property is a readable 32 bit int.
Added stats property to RTPSource that returns a GstStructure that contains this and much more.