Hi,
I am working on developing a streaming service based on nginx.
I already configured the basic rtmp module and secure SSL module & can able to pull hls stream via https://domain_name/live/stream_name.m3u8
My target is to forbid delivering m3u8 files & deliver clients a single manifest with multi bitrate & resolution.
I am trying my best to get a workaround for this.
I will ask for help if I need any.