Closed stedevo closed 3 years ago
Maybe kodi.log is more helpful:
2021-03-08 12:06:31.254 T:139756919593664 NOTICE: VideoPlayer::OpenFile: pvr://channels/tv/All channels/pvr.iptvsimple_700257778.pvr
2021-03-08 12:06:31.255 T:139756347950656 NOTICE: Creating InputStream
2021-03-08 12:06:31.869 T:139756347950656 NOTICE: Creating Demuxer
2021-03-08 12:06:32.200 T:139755989988928 ERROR: CCurlFile::FillBuffer - Failed: Requested range was not delivered by the server(33)
2021-03-08 12:06:32.407 T:139756347950656 ERROR: Previous line repeats 1 times.
2021-03-08 12:06:32.407 T:139756347950656 WARNING: Seek - failed to get remaining data
2021-03-08 12:06:32.408 T:139756347950656 WARNING: Previous line repeats 1 times.
2021-03-08 12:06:32.408 T:139756347950656 ERROR: Open - Error, could not open file http://192.168.0.5:8080/movie/test/passwordtest/movie.mp4
2021-03-08 12:06:32.408 T:139756347950656 ERROR: OpenDemuxStream - Error creating demuxer
2021-03-08 12:06:32.408 T:139756347950656 NOTICE: CVideoPlayer::OnExit()
2021-03-08 12:06:32.437 T:139756919593664 NOTICE: CVideoPlayer::CloseFile()
2021-03-08 12:06:32.442 T:139756919593664 NOTICE: VideoPlayer: waiting for threads to exit
2021-03-08 12:06:32.442 T:139756919593664 NOTICE: VideoPlayer: finished waiting
It's weird, never experienced this issue in the past, I'm using also the movie part with no issue. I'll try to reproduce the issue on my side.
Also, can you provide a sample on how you started the proxy please?
Hi, it's indeed strange since it is working without proxy. I start the proxy like this:
iptv-proxy --m3u-url "http://provider/get.php?username=provideruser&password=providerpw&type=m3u_plus&output=m3u8" \
--port 8080 \
--hostname 192.168.0.5 \
--user test \
--password passwordtest
It should work like that, the issue can come from your provider API. Please, can you show the iptv-proxy logs details when you play a movie, thanks. Logs message helps to see potential error.
@stedevo can you try the latest release please: https://github.com/pierre-emmanuelJ/iptv-proxy/releases/tag/v3.1.1 It should fix your issue
Hey @pierre-emmanuelJ , i tested with release 3.1.1 and 3.1.2 and it works perfectly (both releases) now. Thanks a lot and keep up the good work. :)
When using the original, non proxyfied link it works without any problems so I guess there could be a problem at
xtreamStreamMovie
orc.stream
?