|
|
|
|
|
by mrmoka
3257 days ago
|
|
WebRTC is best option for media streams today for peer-to-peer cases. The goal of the topic is to explore simple option for server-client communication using low-latency communication, without reliability and without ordered delivery. WebRTC can be used for such case, although it is not designed for it. Due to that implementation is very complex and not much adopted. This is something we trying to explore, either new API or simplifications to WebRTC to make it simple choice for UDP in server-client scenarios. |
|