|
|
|
|
|
by hnlmorg
342 days ago
|
|
That’s already how it works. The binary is a compressed artefact and the stream is a TLS pipe. But the principle is the same. In fact videos streams over the web are actually based on how HTTP documents are chunked and retrieved, rather than the other way around. |
|
My goal was to question the way we do things. Game streaming, for example, works differently. The game runs entirely on a remote server. The server has a GPU/CPU combo that renders the game in real time and user input is sent back to the server via UDP/WebRTC or a TCP tunnel.
Also, native mobile apps work quite differently from both video and game streaming.
Bottom line: we've seen some great innovations over the last 35 years, and I'm hoping to see plenty more. The most important thing is to question everything we do, to have that "yes, but why?" mindset.