Kodi Community Forum

Full Version: Watch live stream via iptv vdr plugin
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
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
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.
I'm facing a similar problem. I cant get the RT today stream working on this plugin.

http://odna.octoshape.net/f3f5m2v4/cds/c...klist.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