Closed Wkkkkk closed 11 months ago
For now, our WebRTC connections have a latency of around 1s (what a magic number!). We need to reduce it as much as possible.
Some small tests are done with/without the SRT sink branch.
When running without the SRT sink branch, the latency is around 200ms.
When running with SRT sink, video/audio-queue has a non-zero buffer level (around same buffers for 1 second).
This has been addressed in PR. Now the end-to-end latency is around 500ms.
For now, our WebRTC connections have a latency of around 1s (what a magic number!). We need to reduce it as much as possible.
Some small tests are done with/without the SRT sink branch.
When running without the SRT sink branch, the latency is around 200ms.
When running with SRT sink, video/audio-queue has a non-zero buffer level (around same buffers for 1 second).