So far encoder -> decoder latency is at 160ms I think.
This is good enough for now but I have seen some projects that managed 100ms latency with WebRTC.
Network latency is added on top so I should try to reduce latency as much as possible.
I've also seen someone claim they can go down to 30-40ms by avoiding WebRTC but then I would have to build a desktop app instead of a webapp.
So far encoder -> decoder latency is at 160ms I think. This is good enough for now but I have seen some projects that managed 100ms latency with WebRTC. Network latency is added on top so I should try to reduce latency as much as possible. I've also seen someone claim they can go down to 30-40ms by avoiding WebRTC but then I would have to build a desktop app instead of a webapp.