vade / chromium

Fork of Chromium with Syphon Client Support.
BSD 3-Clause "New" or "Revised" License
20 stars 2 forks source link

Receiving a WebRTC stream from a syphon server jitters? #4

Closed vade closed 7 years ago

vade commented 7 years ago

Weird timing issue it seems, but clients that receive a WebRC stream from a WebRTC app such as :

https://appr.tc/

Appear to have about a second of full motion video, a short stutter, then the same duration of smooth video. Its highly periodic and independent of incoming video resolution.

My only thought is that I am marking full 60Hz / 16 millisecond frame intervals but the actual delta for frames is larger. Playback during full motion is a touch faster, and we run out of buffer?

I cant think of anything else that would cause the issue.

vade commented 7 years ago

This is fixed -