|
|
|
|
|
by Jakob
496 days ago
|
|
It’s actually not harder thanks to HLS: https://en.m.wikipedia.org/wiki/HTTP_Live_Streaming Live streaming with HLS is equal to distributing static files and can be very low latency. If you need to go below 3s of latency, yes it becomes harder, but everything else is thankfully solved. The bigger issue with live streaming are the peaks: 0 views in one second and millions in the next. Even with static content delivery that leads to all kinds of issues. |
|
well, since it's so easy for you, you should apply at Netflix as they can't figure it out.