this post was submitted on 15 Oct 2024
409 points (91.1% liked)
Games
32383 readers
1078 users here now
Welcome to the largest gaming community on Lemmy! Discussion for all kinds of games. Video games, tabletop games, card games etc.
Weekly Threads:
Rules:
-
Submissions have to be related to games
-
No bigotry or harassment, be civil
-
No excessive self-promotion
-
Stay on-topic; no memes, funny videos, giveaways, reposts, or low-effort posts
-
Mark Spoilers and NSFW
-
No linking to piracy
More information about the community rules can be found here.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Why is that surprising? A compressed video stream is obviously smaller than actual textures and mesh data of the entire planet. You can’t compare the two.
Also NVidia doesn’t produce the stream out of thin air. They are running the game on their own servers then compress the final image and send it to you over the net. While MS sends you the actual game data like meshes and textures and you compute the screen image on your own machine. It’s not the same. What Nvidia is doing is expensive since for every client that connects they need a graphics card, a cpu and a SSD running in a server farm. If MS would do it that way you have to pay a subscription fee to play Flight Simulator. What MS does is just sending files. Since bandwidth is obviously exponentially cheaper than spinning up an instance of the game on a server for every customer they’ve decided to do it this way. So you only have to pay once.