IPTVSimple PVR-addon with XMLTV EGP
(2013-09-02, 20:19)traflaz Wrote: ...

So far, by snooping around the iplayer plugin code, I was able to dynamically generate a "iplayer.m3u8" playlist with php. As far as I can tell, the link I generate and the one created by the iplayer plugin is the same (except the authorization code thing of course).

But... it doesn't work. Confused And I don't know why, I'm stuck.

My "main" playlist:
Code:
#EXTM3U
#EXTINF:-1 tvg-shift=0 tvg-id="I56.2080.microsoft.com" tvg-name="BBC_One" tvg-logo="bbc_one" group-title="UK",BBC One
http://192.168.1.120/iplayer.m3u8
#EXTINF:-1 tvg-shift=0 tvg-id="I2.751869.microsoft.com" tvg-name="France_3" tvg-logo="france3" group-title="France",France 3
mms://wm.live.tv-radio.com/bouygues/all/channel2.wmv
#EXTINF:-1 tvg-shift=0 tvg-id="I40.751873.microsoft.com" tvg-name="i_Télé" tvg-logo="i_tele" group-title="France",i>Télé
http://chunk-output-1.live.tv-radio.com/canalplus/android/index/1200/02.m3u8

...

Tested with my own updated Gotham build on Linux that compiled with FFMPEG 2.0.1 (somehow I believed I had version 1.2).

The first stream doesn't work, the other two working flawlessly, I've used the m3u playlist as you provided with no changes.
Just to make sure I was playing the last stream (Télé) over 20 minutes and had no issue.


Messages In This Thread
RE: IPTVSimple PVR-addon with XMLTV EGP - by dhead - 2013-09-08, 01:00
Problem with HLS - by san77 - 2013-10-31, 17:23
Channel Logo issues - by cdonnie - 2014-03-28, 09:21
Logout Mark Read Team Forum Stats Members Help
IPTVSimple PVR-addon with XMLTV EGP14