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
244 stars 75 forks source link

How to make this work in website? #20

Open Bipin-Neupane opened 1 year ago

Bipin-Neupane commented 1 year ago

As mentioned in the repo, "host must be an IP address of the server on the LAN". Is it possible to configure secured host(SSL domains) and use this feature for live streaming on own website? I have very little idea on how everything works here. Any suggestions?

xvpc commented 1 year ago

I would like an answer to that too!

warren-bank commented 1 year ago

quick set of bulletpoints..

@xvpc ..regarding your specific attempt to use Github Pages to host an instance of hls-proxy ..to the best of my knowledge, that's not possible ..my understanding (and personal usage) of Github Pages is that it's only for static file hosting ..but hls-proxy is not static ..it binds to a port and listens for incoming connections ..world of difference

@xvpc ..regarding your example on stackoverflow ..I should just point out that you're completely forgetting about base64 encoding ..you should really read the README