warren-bank / HLS-Proxy

Node.js server to proxy HLS video streams
http://webcast-reloaded.surge.sh/proxy.html
GNU General Public License v2.0
238 stars 68 forks source link

Dedicated bandwidth downstream to improve player experience #5

Closed hblanken closed 4 years ago

hblanken commented 4 years ago

Warren - Thank you for the code and detailed readme. I am briefly exploring proxies and wanted to ask whether this repository addresses what I am looking for: I am pushing adaptive .ts chunks to a browser via cdn. I want to further improve the player experience through dedicating bandwidth to the downstream connection from server to client player. I.e. less drop outs, less buffering. Especially with multiple parallel .ts streams. Will this proxy help?

warren-bank commented 4 years ago

Off-hand, I'd say no.

My reasoning includes:

hblanken commented 4 years ago

thanks @warren-bank very helpful.