Watch VDR Channels
#1
Hey Everybody,

have some problem to view my VDR Channels in XBMC.
I made an Playlist and M3u File to List the Channels in my XBMC Video Category.

Code:
#EXTM3U
#EXTINF:-1,VOX
http://192.168.168.201:3000/PES/8
#EXTINF:-1,SAT1
http://192.168.168.201:3000/PES/9
#EXTINF:-1,Prosieben
http://192.168.168.201:3000/PES/10
#EXTINF:-1,Kabel1
http://192.168.168.201:3000/PES/11
#EXTINF:-1,RTL
http://192.168.168.201:3000/PES/6
#EXTINF:-1,RTL2
http://192.168.168.201:3000/PES/5

Code:
[playlist]

File1=http://192.168.168.201:3000/PES/8

Title1=VOX

Length1=-1

File2=http://192.168.168.201:3000/PES/9

Title2=SAT1

Length2=-1

File3=http://192.168.168.201:3000/PES/10

Title3=Prosieben

Length3=-1

File4=http://192.168.168.201:3000/PES/11

Title4=Kabel1

Length4=-1

File5=http://192.168.168.201:3000/PES/6

Title5=RTL

Length5=-1

File6=http://192.168.168.201:3000/PES/5

Title6=RTL2

Length6=-1

NumberOfEntries=6

Version=2

Xbmc show the pls and the m3u but when i choose one channel. Xbmc dont play them.

What can i do?

I know the alwinus patch but i dont know how to integrate it into my stable XBMC Live HTPC.
Reply
#2
vtp streamdev protocol is implemented in current linux branches. You can add a new video source with :
vtp://vdrip:2004/
Reply
#3
Thank you very much =)
Reply

Logout Mark Read Team Forum Stats Members Help
Watch VDR Channels0