Skip to content

gstrtpjitterbuffer: Custom messages when dropping packets

This commit adds custom element messages for when gstrtpjitterbuffer drops an incoming rtp packets due to for example arriving too late. Applications can listen to these messages on the bus which enables actions to be taken when packets are dropped due to for example high network jitter.

Two properties has been added, one to enable posting drop messages and one to set a minimum time between each message to enable throttling the posting of messages as high drop rates.

Edited by Simon Arnling Bååth

Merge request reports