iptv-proxy icon indicating copy to clipboard operation
iptv-proxy copied to clipboard

Not compatible with iPlayTV ? (Apple TV app)

Open Tekka90 opened this issue 3 years ago • 4 comments

Hi Emannuel,

This issue might be linked to the previous one I opened, but this is weird... I use a XStream IPTV provider. When I set it up in iPlayTV, no issue, all work as expected When I use it with XStream through iptv-proxy, all the channels and metadata is loaded, no problem, but when I try to open a Stream all I get is an error "Some problem happened while playing the stream"

Again here I have NO log anywhere :( Am not sure how to troubleshoot... Could you please help ? PS I this time got the last git code and build a docker image locally. I also tried applying a patch present in other thread about some provider not having the correct syntax, no difference :(

Tekka90 avatar Sep 15 '21 21:09 Tekka90

Hello, if you are using docker image, can you show me the logs? docker logs -f <container-id>

Thanks

pierre-emmanuelJ avatar Sep 16 '21 16:09 pierre-emmanuelJ

Hi, Thanks a lot for taking the time to answer me! This is actually my biggest issue there is no trace of the request to play a channel in the logs (docker logs...) despite setting GIN to debug :( I mean I see logs if I navigate or connect with this App, but when I launch a stream, I just see a "Some problem happened while playing the stream". And no new logs in the container :(

[GIN] 2021/09/16 - 18:48:51 | 200 | 6.118179837s | IP.IP.IP.IP | GET /xmltv.php?username=<MyUser>&password=<MyPWD> [iptv-proxy] 2021/09/16 - 18:54:17 | IP.IP.IP.IP |Action [GIN] 2021/09/16 - 18:54:17 | 200 | 7.410356394s | IP.IP.IP.IP | GET /player_api.php?username=<MyUser>&password=<MyPWD>

And nothing else...

Again, it is working when I use the service directly (not through iptv-proxy) and I validated this behavior with 2 Providers... But only with this app...

FYI, I tried another App because I guess this one is doing something unexpected, I tried IPTVX... Well this time, it is not able to connect at all :) But at least there I have logs and I know it is trying to get a php you didn't handle (I'll do it and propose a PR if it works...)

Tekka90 avatar Sep 16 '21 19:09 Tekka90

I have the exact same issue as described above, if there is some way I can help troubleshoot please let me know since I'd really like to use iptv-proxy :)

villintehaettkonto avatar Mar 02 '22 22:03 villintehaettkonto

I had something similar with IPTVSmartersPlayer in IOS, the problem is that IOS request password=&username= and android for example request username=&password=, the solution was proxy_pass the request with nginx and rewrite it on the fly

Juancollado2003 avatar Jun 16 '23 06:06 Juancollado2003