Open rouissi-iheb opened 2 years ago
It happened to me also, I solved it just editing the playlist with nano and added the line #EXTM3U again
@Juancollado2003 I downloaded the m3u file from service provider, it looks as in readme.md file. Via iptv-proxy if fails and below logs is recorded
iptv-proxy | 2022/11/27 17:52:32 [iptv-proxy] 2022/11/27 - 17:52:32 | 127.0.0.1 | xtream cache m3u file iptv-proxy | [GIN] 2022/11/27 - 17:52:43 | 500 | 10.630179643s | 127.0.0.1 | GET "/get.php?username=test&password=testpassword&type=m3u_plus&output=ts" iptv-proxy | Error #01: invalid m3u file format. Expected #EXTM3U file header
Can you explain me in brief ? As I too experience the same.
@Juancollado2003 I downloaded the m3u file from service provider, it looks as in readme.md file. Via iptv-proxy if fails and below logs is recorded
iptv-proxy | 2022/11/27 17:52:32 [iptv-proxy] 2022/11/27 - 17:52:32 | 127.0.0.1 | xtream cache m3u file iptv-proxy | [GIN] 2022/11/27 - 17:52:43 | 500 | 10.630179643s | 127.0.0.1 | GET "/get.php?username=test&password=testpassword&type=m3u_plus&output=ts" iptv-proxy | Error #1: invalid m3u file format. Expected #EXTM3U file header
Can you explain me in brief ? As I too experience the same.
My answer is clear, I solved it just editing the playlist with nano and added the line #EXTM3U again at first line
@Juancollado2003 Got it. I am not able to download m3u file from iptv-proxy docker instance.
@Juancollado2003 Got it. I am not able to download m3u file from iptv-proxy docker instance.
Are you running iptv-proxy to proxy an url or a m3u file?
@Juancollado2003 Got it. I am not able to download m3u file from iptv-proxy docker instance.
Are you running iptv-proxy to proxy an url or a m3u file?
I tried via xtream credentials , m3u url and m3u file.
via xtream client, it works fine. but when I try to download m3u file or url, error occurs.
logs below
on fetching m3u file iptv-proxy | 2022/12/01 20:35:33 [iptv-proxy] 2022/12/01 - 20:35:33 | 192.168.1.7 | xtream cache m3u file iptv-proxy | [GIN] 2022/12/01 - 20:35:46 | 500 | 12.755901277s | 192.168.6.27 | GET "/get.php?username=test&password=testpassword&type=m3u_plus&output=ts" iptv-proxy | Error #01: invalid m3u file format. Expected #EXTM3U file header
Via xtream client iptv-proxy | [GIN] 2022/12/01 - 20:45:50 | 200 | 31m34s | 192.168.1.8 | GET "/live/test/testpassword/33481.ts" iptv-proxy | [GIN] 2022/12/01 - 20:45:59 | 200 | 9.635587453s | 192.168.18 | GET "/live/test/testpassword/33486.ts" iptv-proxy | [GIN] 2022/12/01 - 21:13:52 | 200 | 2.959335281s | 192.168.1.7 | GET "/test/testpassword/318765"
Hi , hope you all safe ,
Am trying to run the docker container with valid IPTV M3U file wich i did play on VLC media player but i always get this error :
this is my docker-compose.yml file :
i did create an iptv.m3u file inside iptv folder :
Did not work for me since the fomrat was not the same as in README.md file so i used the same links of my working iptv file with the exemple format so my iptv.m3u file lokks like this now :
but still showing the same issue. Can anyone help me with that ? what i did wrong or what's missing ?