New plugin : DreamDboxTV (1 Viewer)

Which receiver typ do I use ?

  • Neutriono (DBox)

    Votes: 29 42.0%
  • Enigma V1 (e.g. DM7000)

    Votes: 37 53.6%
  • Enigma V2 (e.g. DM7025)

    Votes: 7 10.1%
  • I do not know ?

    Votes: 0 0.0%

  • Total voters
    69
  • Poll closed .

nyx

Portal Member
May 1, 2007
31
0
Home Country
Norway Norway
billysate

probably something wrong with the plugins encoding of the command strings. Could you try
using these two urls in a web browser, and send me the results as a PM or a post here? (Both should work, and return a list of bouquets (in xml format))

This one is the same as the one in the error log you posted:
http://192.168.2.3/web/fetchchannel...) FROM BOUQUET "bouquets.tv" ORDER BY bouquet

This one was verified to work by another DM7025 user, although it was tested in a web browser only:
http://192.168.2.3/web/fetchchannel... FROM BOUQUET "bouquets.tv" ORDER BY bouquet


pisdu
I'll look through my backups, and see if I have a rev of the 08.11 source, and run a diff to see whats changed
it's strange as it works om my dm7000 (which is enigma v1 as well), might be gemini spesific...

would you try the following things, and test if it worked between each step ;)

try rebooting the box (cold reboot)
post the result of that streaminfo command you tested? (the xml should have something within the /streaminfo/service/reference nodes, tags, or any other favourite name you have for those xml thingies
 

pisdu

Portal Pro
March 7, 2006
202
2
Switzerland
sorry nyx , what streaminfo command ?
That one ?
http://192.168.0.114/cgi-bin/xmessage?timeout=10&caption=MediaPortal&body=Mediaportal connected 14/11/2007 09:28:36 ==> RCV: +ok 14/11/2007 09:28:36 ==> Actual group TOP actual channel RAI Uno 14/11/2007 09:28:36 ==> Actual group ---------- HOTBIRD 13°E ---------- actual channel RAI1 14/11/2007 09:29:01 ==> Load plugin 14/11/2007 09:29:03 ==> Get live url = 14/11/2007 09:29:03 ==> ERROR: NOTHING TO PLAY ! 14/11/2007 09:29:11 ==> Unload plugin

Strange is that with latest version cannot access menu , channel ,group,records didnt open

Thanks
 

nyx

Portal Member
May 1, 2007
31
0
Home Country
Norway Norway
oh, this one
192.168.0.114/xml/streaminfo

might be you'd want to run configuration and grab the bouquets again
 

pisdu

Portal Pro
March 7, 2006
202
2
Switzerland
K
here's the streaminfo

Stream Information
Service Name n/a
Service Provider n/a
Service Reference
VPID ffffffffh (-1d)
APID ffffffffh (-1d)
PCRPID ffffffffh (-1d)
TPID ffffffffh (-1d)
TSID 0000h
ONID 0000h
SID 0000h
PMT ffffffffh
Video Format n/a
Namespace 0000h

ahahaah im sleepy...sorry

Stream Information
Service Name RAI1
Service Provider RAI
Service Reference 1:0:1:d49:1450:13e:820000:0:0:0:
VPID 0200h (512d)
APID 028ah (650d)
PCRPID 0200h (512d)
TPID 0240h (576d)
TSID 1450h
ONID 013eh
SID 0d49h
PMT 0450h
Video Format 720x576 4:3 25 fps
Namespace 820000h
 

nyx

Portal Member
May 1, 2007
31
0
Home Country
Norway Norway
could you send me the source of that info?
it should been in xml format, something like this (my guess is we'll have to grab the service/reference in a different way)

<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="/xml/streaminfo.xsl"?>
<streaminfo>
<frontend>DVB-S</frontend>
<service>
<name>Discov Science</name>
<reference>1:0:1:3f7:a:46:fff60000:0:0:0:</reference>
</service>
<provider>Telenor</provider>
<vpid>0205h (517d)</vpid>
<apid>0294h (660d)</apid>
<pcrpid>0205h (517d)</pcrpid>
<tpid>0245h (581d)</tpid>
<tsid>000ah</tsid>
<onid>0046h</onid>
<sid>03f7h</sid>
<pmt>0105h</pmt>
<video_format>544x576 4:3 25 fps</video_format>
<namespace>fff60000h</namespace>
<supported_crypt_systems>4a70h Dream Multimedia TV (DreamCrypt)</supported_crypt_systems>
<satellite>08 01.0W Thor2/3,I10-02</satellite>
<frequency>12459</frequency>
<symbol_rate>28002</symbol_rate>
<polarisation>Vertical</polarisation>
<inversion>No</inversion>
<fec>3/4</fec>
<snr>73%</snr>
<agc>54%</agc>
<ber>0</ber>
<lock>Yes</lock>
<sync>Yes</sync>
<modulation>#MODULATION#</modulation>
<bandwidth>#BANDWIDTH#</bandwidth>
<constellation>#CONSTELLATION#</constellation>
<guardinterval>#GUARDINTERVAL#</guardinterval>
<transmission>#TRANSMISSION#</transmission>
<coderatelp>#CODERATELP#</coderatelp>
<coderatehp>#CODERATEHP#</coderatehp>
<hierarchyinfo>#HIERARCHYINFO#</hierarchyinfo>
</streaminfo>
 

billysate

Portal Member
November 12, 2007
6
0
Zeeland
Home Country
Netherlands Netherlands
Hi, Thanks for your Quick response:
my browser response the next:

Not Found
The resource /web/fetchchannels?ServiceListBrowse=1:7:1:0:0:0:0:0:0:0:(type%20==%201)%20||%20(type%20==%2017)%20||%20(type%20==%20195)%20||%20(type%20==%2025)FROM%20BOUQUET%20%22bouquets.tv%22%20ORDER%20BY%20bouquet cannot be found.

am I Missing a parser on the dreambox?
thanks
 

nyx

Portal Member
May 1, 2007
31
0
Home Country
Norway Norway
hmm, nope... you're not missing something in the box, but I'm making assumptions I should not ;)
maybe this command works:
command

(I assumed all images had a bouquets.tv file containing the bouquets. Obviously not)
If this won't work either, you'll have to experiment with the web interface to figure out how to get the bouquets

or perhaps this will do something useful ;)
http://192.168.2.3/web/fetchchannels


or perhaps you don't have a the web interface plugin? can you control your box with your browser?

or we could try to omit part of the command and pray it works:
command
 

David66

Portal Pro
June 18, 2007
50
0
Home Country
Germany Germany
Hi,

Maybe you can find some urls under /share/tuxbox/enigma/templates/? The DM7000S has .tmp files that roughly corespond to the WebIF commands...:)
 

pisdu

Portal Pro
March 7, 2006
202
2
Switzerland
Hi , partially solved my problems.
If i turn off the auto tv on and manually turn TV on plugin works.
There's some "weirdness" regarding channels , sometimes i have only one channel in the list and i need to re-choose
bouquets and channels re-appear.
Got some questions about EPG how will plugin deal with it?

Thanks
 

Users who are viewing this thread

Top Bottom