HLS M3u8 Streaming Proxy

Hi, let’s say I want to proxy a HLS M3u8 streaming url.

Video streaming Url (remote) : http://106.102.15.20/live/index.m3u8
I want to reverse proxy like this : localhost/live/index.m3u8

How to achieve this? Thanks in advance.

Okay I solved it.

proxy /tv 106.102.15.20/live {
header_downstream Access-Control-Allow-Origin “*”
without /tv
}

and point browser to localhost/tv/index.m3u8 :grinning:

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.