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

protection feature for generateing hls proxy playlist. #47

Open siberkolosis opened 4 months ago

siberkolosis commented 4 months ago

I hope there is a protection feature so that other people cannot generate their own construction to proxy HLS. I installed hls proxy on the internet webserver. for example, there is password verification when running construction to generate hls proxy. Is it possible?

warren-bank commented 4 months ago

relevant options:

--acl-ip <ip_address_list>
--acl-pass <password_list>

refer to the descriptions and examples in README.

siberkolosis commented 3 months ago

I use hlsproxy on the public domain with nginx. but many people use my hlsproxy to proxy iptv without my permission. Currently I am using a firewall which only allows URL sources that I allow for hlsproxy. for example I only allow https://cph-msl.akamaized.net/hls/live/2000341/test/master.m3u8 it might be very good if hlsproxy had this feature.