Kodi Community Forum
Watch live stream via iptv vdr plugin - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Service Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=152)
+---- Thread: Watch live stream via iptv vdr plugin (/showthread.php?tid=216646)



Watch live stream via iptv vdr plugin - Stanly_STM - 2015-01-29

Hi,
I have upgraded my vdr-addon to 4.1.7 which uses 2.1.3 iptv plugin. I want to know the way I can watch live streaming via vdr iptv plguin. For an example I'd like to watch "http://odna.octoshape.net/f3f5m2v4/cds/ch5_320p/chunklist.m3u8" via VDR IPTV plugin. May I have a help on this?

Thanks


RE: Watch live stream via iptv vdr plugin - komplex - 2015-01-29

You need to make a m3u file and add your steam url to it

Code:
#EXTM3U tvg-shift=3
    #EXTINF:-1 tvg-id="id1" tvg-name="Channel_1" tvg-logo="logo1" group-title="Group 1",Channel 1
    http://STREAMURL
    #EXTINF:-1 tvg-id="id2" tvg-name="Channel_2" tvg-logo="logo2" group-title="Group 2",Channel 2
    udp://STREAMURL

http://kodi.wiki/view/Add-on:IPTV_Simple_Client read the examples


RE: Watch live stream via iptv vdr plugin - Stanly_STM - 2015-01-30

Thanks for the reply.

Yep...the configuration you have given works for Simple IPTV client add-on. But I would like to know configuration for vdr iptv plugin. I want to watch live stream via vdr backend.


RE: Watch live stream via iptv vdr plugin - DanWho - 2015-02-06

I'm facing a similar problem. I cant get the RT today stream working on this plugin.

http://odna.octoshape.net/f3f5m2v4/cds/ch5_320p/chunklist.m3u8

The stream works on my browser and vlc but I cant get it to work on VDR VNSI with IPTV plugin which I got from here
http://www.saunalahti.fi/~rahrenbe/vdr/iptv/

tried different combinations of settings but none worked. eg

Code:
TV1;IPTV:10:S=1|P=0|F=HTTP|U=http%3A//odna.octoshape.net/f3f5m2v4/cds/ch5_320p/chunklist.m3u8|A=1234:I:0:512:650:2321:0:1:0:0:0
TV1;IPTV:10:S=0|P=0|F=HTTP|U=http%3A//odna.octoshape.net/f3f5m2v4/cds/ch5_320p/chunklist.m3u8|A=1234:I:0:512:650:2321:0:1:0:0:0
TV1;IPTV:10:S=1|P=1|F=HTTP|U=http%3A//odna.octoshape.net/f3f5m2v4/cds/ch5_320p/chunklist.m3u8|A=1234:I:0:512:650:2321:0:1:0:0:0
TV1;IPTV:10:S=0|P=1|F=HTTP|U=http%3A//odna.octoshape.net/f3f5m2v4/cds/ch5_320p/chunklist.m3u8|A=1234:I:0:512:650:2321:0:1:0:0:0

TV1;IPTV:10:S=1|P=0|F=CURL|http%3A//odna.octoshape.net/f3f5m2v4/cds/ch5_320p/chunklist.m3u8|A=0:I:0:512:650:2321:0:1:0:0:0
TV1;IPTV:10:S=0|P=0|F=CURL|http%3A//odna.octoshape.net/f3f5m2v4/cds/ch5_320p/chunklist.m3u8|A=0:I:0:512:650:2321:0:1:0:0:0
TV1;IPTV:10:S=1|P=1|F=CURL|http%3A//odna.octoshape.net/f3f5m2v4/cds/ch5_320p/chunklist.m3u8|A=0:I:0:512:650:2321:0:1:0:0:0
TV1;IPTV:10:S=0|P=1|F=CURL|http%3A//odna.octoshape.net/f3f5m2v4/cds/ch5_320p/chunklist.m3u8|A=0:I:0:512:650:2321:0:1:0:0:0