buffer on WebRTC

Arsen G.

Member
Dear Max,
I have question. Maybe it sounds strange, but is it possible to have a buffer on WebRTC?
thank you in advance.
 

Max

Administrator
Staff member
No. WebRTC does not have configurable buffer. It uses adaptive jitter buffer to keep latency low.
If you encounter with high packet lost rate and freezing you may decrease requested resolution (width and height) to get less bitrate and to get less packet lost rate.
 
Top