← Back to context

Comment by pphysch

15 hours ago

Could MoQ be used for low-latency multiplayer/game networking in the browser?

It could! We've mainly been focused on using it for audio and video for live streaming and RTC use cases, but the MoQT layer is very intentionally decoupled from the media details so the fan out infrastructure could actually be used for a lot of different things. You'd need to decide how you want to map your data to MoQT objects, groups, tracks, etc.