A Deno Proxy For serving m3u8 playlist url through the proxy.
There is no main endpoint here which will show you, welcome stuff. That is why You will have serve your m3u8 url as
/m3u8-proxy?url=<YOUR_URL_HERE>
if you parse the actual m3u8 url it will rewrite the m3u8 content as You will need to provide a valid master playlist or the index playlist for this to work
https://example.com/index.m3u8
/m3u8-proxy?url=https://example.com/index.m3u8
https://example.com/segment-0.ts
/m3u8-proxy?url=https://example.com/segment-0.ts
It will also work for segment file data which are binary and wrapped around .html files Some Providers do that in that case Your index.m3u8 will contain .html files which are just segment data but are being wrapped around these files as text
https://example.com/segment-0.html