Skip to content

rtpjitterbuffer: Add new rfc7273-use-system-clock property

When this property is used, it is assumed that the system clock is synced close enough to the media clock used by an RFC7273 stream.

As long as both clocks are at most a few seconds from each other this will give the correct results and avoids having to create an actual network clock that has to sync first.

If the system clock is actually synchronized to the media clock then everything will behave exactly the same, otherwise the reference timestamp meta will be correct but the buffer timestamps will be off by the difference between the two clocks.

Merge request reports