Category: XBMC


How to stream dreambox in xbmc with tuxbox

Edit %AppData%\XBMC\userdata\sources.xml in xbmc.
<video>
<default pathversion=”1″></default>
<source>
<name>DREAMBOX </name>
<path pathversion=”1″>tuxbox://root:dreambox@dreambox_ip:80/</path>
</source>
</video>

or add tuxbox client in video source

tuxbox://root:dreambox@dreambox_ip:80/

ps: After add tuxbox video source, I can get channel list from dreambox, but nothing happens after I click channel name .
(Tested in Window 7  Ultimate with XBMC 9.11)

How to stream dreambox in xbmc with vlc

1. Create an file named “dreambox.m3u” with following content

http://dreambox_ip:31433

2. Edit  C:\Program Files\XBMC\system\playercorefactory.xml

Add an external player vlc

<player name=”VLC” type=”ExternalPlayer” audio=”true” video=”true”>
<filename>C:\Program Files\VideoLAN\VLC\vlc.exe</filename>
<args>-f “{1}”</args>
<hidexbmc>true</hidexbmc>
<hideconsole>true</hideconsole>
<warpcursor>none</warpcursor>
<playonestackitem>true</playonestackitem>
</player>
Add http protocol rules
<rule name=”http” protocols=”http” player=”VLC” />

3. view dreambox.m3u in xbmc

4. enjoy~

ps: Tested in xbmc 9.11

Powered by WordPress | Theme: Motion by 85ideas.