Kodi Community Forum
XBMC Tuxbox Enigma Stream Client (Enigma / Enigma2 Based Dreambox & Dbox2) - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93)
+--- Thread: XBMC Tuxbox Enigma Stream Client (Enigma / Enigma2 Based Dreambox & Dbox2) (/showthread.php?tid=23834)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47


- Goga777 - 2010-08-29

btw - do you know which image has the latest enigma1 for dreambox 7000 ?


- nobody.loopback - 2010-08-29

http://www.pli-images.org/modules/file_downloads/file_downloads.php?fd_id=1&dir=/dm7000


- nobody.loopback - 2010-08-29

ok,
in your advancedsettings.xml

add a section "tuxbox" if not already present, and disable the use of zapstream
Code:
<advancedsettings>
    <tuxbox>
          <zapstream>false</zapstream>

    </tuxbox>
</advancedsettings>

does that help ?


- nobody.loopback - 2010-09-02

Either my tip worked, and you are now so happy that, instead of posting back your success, you now watch BABY TV all day, or, you loaded a new firmware on your DM7000 and, during that, it exploded in a big bang, destroying your Box & your PC, so that you now are unable to use the internet.

Anyway, its always good to know if things got fixed or not.

?


- Goga777 - 2010-09-02

sorry, I missed your tip concerning of advancedsettings.xml
today I will try it


- Goga777 - 2010-09-02

with today svn + with <zapstream>false</zapstream> I have more worse situation. I have a lot of unsuccessful attempts (without WORKING label) with WARNING: Zaping Failed no Zap Point found!

In the end my xbmc frozen for every-time

http://paste.ubuntu.com/487293/


- nobody.loopback - 2010-09-02

sorry,
I meanwhile checked the code if it also works without zapstream, but it does for me.

I would try a pli image.


- Goga777 - 2010-09-02

in nearest future I will not upgrade my dreambox image, so if such xbmc deadlock is not possible to fix, I will live with it Sad

ps
btw - does <zapstream>false</zapstream> option is not documented in wiki ?
http://wiki.xbmc.org/index.php?title=Advancedsettings.xml


- tajson - 2010-09-05

Goga777 Wrote:btw - does <zapstream>false</zapstream> option is not documented in wiki ?
http://wiki.xbmc.org/index.php?title=Advancedsettings.xml

I didn't document any zapstream settings I added to the wiki, maybe something I should do now when the patch finaly got accepted.


- Goga777 - 2010-09-06

which patch do you mean ?
this zapstream option doesn't have any link with any patch


- tajson - 2010-09-07

Goga777 Wrote:which patch do you mean ?
this zapstream option doesn't have any link with any patch

This one.


- therock - 2010-09-13

so with the new Dharma Beta1 it looks like streaming from a enigma2 box dont work anymore it just times out

enigma1 works flawless


- nobody.loopback - 2010-09-13

I just try to get my hand on a DM600 - which should run enigma2. Then, I can try it myself.

anyway, what error do you get?


- therock - 2010-09-14

well if you quickly can give me the command to enable debug or something i will get you some debug info when i get off work but from what i remember it try to get the stream and says "working" but then after 2mins its saying something like cant get bla bla


- nobody.loopback - 2010-09-14

You can enable debug in the settings.

does your enigma2 have zapstream, and if, it is enabled in enigma2 ?

if unsure:
do

http://wiki.xbmc.org/index.php?title=Advancedsettings.xml
Code:
<advancedsettings>
    <tuxbox>
          <zapstream>false</zapstream>

    </tuxbox>
</advancedsettings>