Earlier quoted context omitted.
Higher player counts and more detailed worlds? It's 2026 and we regularly watch 4k video streams @ 25mbps. Seems like games should be able to get away with sending this amount of bandwidth too for a higher fidelity experience.
You don't really ever stream games in normal situations in the same manner though. The content is mostly rendered client side, why does the server need so much bandwidth?
The best thing that's ever happened for multiplayer games?
11–20 of 100 posts
Re: The best thing that's ever happened for multiplayer games?
#12"This is because my space game sends a lot of bandwidth. 10-20 megabits per-second per-client" What is this game doing that uses so much bandwidth? Pretty sure most games use something like 2mbps.
Higher player counts and more detailed worlds? It's 2026 and we regularly watch 4k video streams @ 25mbps. Seems like games should be able to get away with sending this amount of bandwidth too for a higher fidelity experience.
Re: The best thing that's ever happened for multiplayer games?
#13"This is because my space game sends a lot of bandwidth. 10-20 megabits per-second per-client" What is this game doing that uses so much bandwidth? Pretty sure most games use something like 2mbps.
Something that this article doesn't mention that's going to be a big constraint: each of your clients parsing 20mbps of updates is going to have a performance impact on those clients.
At the end of the day, you can only "democratize" while you have players, and performance constraints on end users aren't getting any looser
Re: The best thing that's ever happened for multiplayer games?
#14"This is because my space game sends a lot of bandwidth. 10-20 megabits per-second per-client" What is this game doing that uses so much bandwidth? Pretty sure most games use something like 2mbps.
Yeah, this strikes me as strange. If you're sending that much data constantly, you're either syncing too much stuff too often, or you're not using compression when you should be (shout-out to Oodle) Something that this article doesn't mention that's going to be a big constraint: each of your clients parsing 20mbps of updates is going to have a performance impact on those clients. At the end of the day, you can only "…
Re: The best thing that's ever happened for multiplayer games?
#15"This is because my space game sends a lot of bandwidth. 10-20 megabits per-second per-client" What is this game doing that uses so much bandwidth? Pretty sure most games use something like 2mbps.
Higher player counts and more detailed worlds? It's 2026 and we regularly watch 4k video streams @ 25mbps. Seems like games should be able to get away with sending this amount of bandwidth too for a higher fidelity experience.
Re: The best thing that's ever happened for multiplayer games?
#16Earlier quoted context omitted.
You don't really ever stream games in normal situations in the same manner though. The content is mostly rendered client side, why does the server need so much bandwidth?
If a normal game sends 2mbps, then 20mbps would be 10 times as many objects.
Re: The best thing that's ever happened for multiplayer games?
#17Earlier quoted context omitted.
You don't really ever stream games in normal situations in the same manner though. The content is mostly rendered client side, why does the server need so much bandwidth?
If a normal game sends 2mbps, then 20mbps would be 10 times as many objects.
You can fit a lot of game in 2mbit/s with a little bit of work.
Re: The best thing that's ever happened for multiplayer games?
#18"This is because my space game sends a lot of bandwidth. 10-20 megabits per-second per-client" What is this game doing that uses so much bandwidth? Pretty sure most games use something like 2mbps.
Re: The best thing that's ever happened for multiplayer games?
#19Earlier quoted context omitted.
Yeah, this strikes me as strange. If you're sending that much data constantly, you're either syncing too much stuff too often, or you're not using compression when you should be (shout-out to Oodle) Something that this article doesn't mention that's going to be a big constraint: each of your clients parsing 20mbps of updates is going to have a performance impact on those clients. At the end of the day, you can only "…
Maybe you can just be doing all the standard compression tricks, but still have a 10-20 times larger world? If so, why not?
Re: The best thing that's ever happened for multiplayer games?
#20Earlier quoted context omitted.
Higher player counts and more detailed worlds? It's 2026 and we regularly watch 4k video streams @ 25mbps. Seems like games should be able to get away with sending this amount of bandwidth too for a higher fidelity experience.
Is there any reason that transmitted data would be much larger than player inputs (e.g. keystrokes and mouse movement)?