Hacker News new | ask | show | jobs
by shafyy 1767 days ago
I would expect latency to be better because you don't need to send video data around, just some data to synchronize the 3D scene which is run locally on everyone's headset.

Edit: Not necessarily latency since latency is not related to data size, but I mean the general performance should be better.

1 comments

Latency can definitely be related to data size (even when not technically throughput constrained, thanks to "buffer bloat").
Ok, thanks, good to know. Not a networking expert :)