←back to thread

292 points kixelated | 1 comments | | HN request time: 0.667s | source
Show context
pphysch ◴[] No.44988822[source]
Could MoQ be used for low-latency multiplayer/game networking in the browser?
replies(2): >>44988907 #>>44988980 #
1. englishm ◴[] No.44988980[source]
You might be interested in looking at this RTC example for ideas about how to make bi-directional data flows for arbitrary groups of participants (or players) work through a relay.

https://hang.live/

It uses a feature we haven't yet implemented, but we're thinking about how we might implement it at our scale, SUBSCRIBE_ANNOUNCES[1].

[1]: https://www.ietf.org/archive/id/draft-ietf-moq-transport-12....