![]() |
How to play php generated m3u8 streams on kodi live tv addon? - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32) +--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93) +--- Thread: How to play php generated m3u8 streams on kodi live tv addon? (/showthread.php?tid=250011) |
How to play php generated m3u8 streams on kodi live tv addon? - david14 - 2015-11-30 For example i use this url in kodi/xbmc live tv addon: http://myownwebsite.com/play.m3u8?id=5555 that redirects(using htaccess write rule) to : http://myownwebsite.com/play.php?id=5555 that generates the actual m3u8 url like this: http://aremotewebsite.com/5555.m3u8 . If i use http://myownwebsite.com/play.m3u8?id=5555 in xbmc/kodi live tv addon the xbmc/kodi keeps saying loading and it never plays the stream! could any one tell me what i am doing wrong here ? Note : i am using xbmc 13.3 RE: How to play php generated m3u8 streams on kodi live tv addon? - paulcrow - 2021-12-23 Hello. Can anyone provide a solution to this user question? This is exactly what I need. |