PDA

View Full Version : Playing a channel on a Dreambox


rcs1000
2009-02-01, 18:44
Hi all,

I've been working on getting a script/plugin to show EPG data for a Dreambox.

I have successfully gotten the data out of the Dreambox, and into a XBMC gui.

What I haven't worked out is how to play the Dreambox/tuxbox streams.

Obviously, XBMC can play them, but if I try and directly play a stream by:

xbmc.Player.play('http://192.168.0.135/video.m3u')

I don't get anything working. Does anyone know how I play Dreambox streams from Python.

Thanks,

Robert

rcs1000
2009-02-01, 18:53
(obvious typo in above...)

I meant xbmc.Player().play('etc.')