2

Is it possible to buffer the video/audio in WebRTC (of course, having then a delay on the other side) to improve the quality?

Adrian Ber
  • 20,474
  • 12
  • 67
  • 117

2 Answers2

1

WebRtc does buffering automatically when it is necessary. You don't have to think about it.

Andrey Kon
  • 747
  • 2
  • 6
  • 16
1

There's no exact way to fully control this, but there are some settings in the Opus codec that can influence it, like, minptime, ptime, maxptime. Please check https://datatracker.ietf.org/doc/html/draft-spittka-payload-rtp-opus-03#page-12 for more info.

Community
  • 1
  • 1
Adrian Ber
  • 20,474
  • 12
  • 67
  • 117