TareqAlqutami / rtmp-hls-server

a docker file to create a streaming server that supports RTMP, HLS and DASH content based on nginx and nginx-rtmp-module.
MIT License
402 stars 193 forks source link

hls issue #2

Closed rumbis closed 4 years ago

rumbis commented 4 years ago

hls is not working on ip

TareqAlqutami commented 4 years ago

Hello @rumbis, Sorry for taking long to reply. Can you describe in details the issue. If you want to confirm HLS fragments are generated:

rumbis commented 4 years ago

Thank you very much I was able to find that now I'm trying to make it work on https with domain name it's fine to add the port 443?

TareqAlqutami commented 4 years ago

It is possible to have secured HLS. You will need to modify nginx.conif. You can mount HTML/certificates and the modified config file to the container using -v. Don't forget to expose port 443 using -p 443:443