pierre-emmanuelJ / iptv-proxy

Reverse proxy on iptv m3u and m3u8 file and xtream codes client api
GNU General Public License v3.0
535 stars 153 forks source link

Can iptv-proxy create an M3U from XC API when the source has m3u disabled? #92

Closed brimur closed 3 years ago

brimur commented 3 years ago

Sorry for putting this in as an issue, I have an XC account and the provider has disabled native m3u support. I was hoping iptv-proxy can generate an m3u locally from the XC API parameters but I cant see how to get it working. I was successful running it with the parameters below and /xmltv.php did return the EPG but when I tried /get.php with hyst the user an passwd it just returned a blank iptv.m3u file. Thanks

iptv-proxy --xtream-user xcuser  --xtream-password xcpasswd --xtream-base-url XCurl --user user --password password --hostname

[GIN] 2021/09/06 - 12:59:15 | 500 |  128.196912ms |  192.168.200.40 | GET      /get.php?username=user&password=password&type=m3u&output=ts
Error #01: Invalid m3u file format. Expected #EXTM3U file header
brimur commented 3 years ago

Issue already exists