Backin69
Just to correct that since I can't seem to edit it. I meant to write:
https://USERNAME:PASSWORD@TVHeadend.URL:9981/playlist/channels.m3u
Now. I've gotten a bit further in that I can generate an m3u with this. The next issue is that it's missing the actual domain string and I can't seem to find where to change it... So in the M3u the channels are missing the domain like so:
https:///stream/channelid/32020664?profile=MobileStream
I know someone is going to point me towards this:
The public-facing host name, port number and path returned by TVH within documents such as an M3U can also be modified. As TVH only recognises the X-Forwarded-Host:header when the Host:header is not present, it is recommended that only the Host:header be modified by the proxy in for following format:
Host: <External host>[:<External port>][/<External path>]```
However I don't really understand what it's saying.