Kodi Community Forum
pvr.iptvsimple and hls redirects - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26)
+---- Forum: PVR (https://forum.kodi.tv/forumdisplay.php?fid=136)
+---- Thread: pvr.iptvsimple and hls redirects (/showthread.php?tid=240200)



pvr.iptvsimple and hls redirects - gotekno - 2015-09-26

How can i get the pvr.iptvsimple to support hls 302 redirects. I see it making the call to my load balancer which returns via 302 redirect a new url. The CDVDInputStreamPVRManager::Open - stream opened: http://lb.domain.com:1935/redirect/1/test.stream?scheme=m3u8&device_id=xxxxxxxx

Of course this doesnt work, and the player just stops. Any ideas? I have seen other posts with similar issues, but no real solutions. I would really not like to have to bandaid some kind of code if there is a proper solution that can be implemented.


RE: pvr.iptvsimple and hls redirects - zhuki - 2015-09-27

Try version 14.1 and see if it works.If so, similar issue was reported here also:
http://forum.kodi.tv/showthread.php?tid=218754

Seems they broke it with the newer versions and I hope they will fix it.