webrtc
webrtc copied to clipboard
Is there any existing API or plan that implement custom "jitter buffer" setting ?
Regarding the Go version plan: https://github-wiki-see.page/m/pion/webrtc/wiki/Goals-2021
Add pion/interceptor jitter_buffer implementation Cache incoming packets and re-arrange them Allow users to define cache behavior (% loss, delay etc..)
I would love to make some custom jitter buffer setting to counter poor network. So I wonder if there's any mechanism or network setting to realize this requirement
Not currently no, but contributions are always welcome. I don't think anyone has expressed interest in working on this atm.