Forum Discussion
M_A_Weiss
Oct 25, 2023Copper Contributor
Serving RTMP Stream Files on IIS 10
Background: I have been running IIS 10 for HTTPS web services for several years. For live streaming, I am running nginx in parallel with IIS 10. To get it to work, I have to use the nginx server ad...
M_A_Weiss
Oct 26, 2023Copper Contributor
Problem solved!!! MIME type was the problem. I added .m3u8 to IIS config and now it works. Live stream is SECURE and served form IIS web space!