Yes I will test that but in the mean time I maded some logs off hbbtv debug enabled.
The ok log is with last enigma2 and my brute reverse patch applied.
The nok log is just last enigma2.
Posted 30 November 2015 - 09:59
christophecvr, can you test this one?
diff --git a/lib/dvb/pmt.cpp b/lib/dvb/pmt.cpp index 98fc9a5..eec22f3 100644 --- a/lib/dvb/pmt.cpp +++ b/lib/dvb/pmt.cpp @@ -710,7 +710,7 @@ int eDVBServicePMTHandler::getDecodeDemux(ePtr<iDVBDemux> &demux) int ret=0; /* if we're using the decoding demux as data source (for example in pvr playbacks), return that one. */ - if (m_use_decode_demux) + if (m_pvr_channel) { demux = m_demux; return ret;
Yes bingo with that patch applied hbbtv works
Posted 30 November 2015 - 10:24
Posted 30 November 2015 - 15:52
VU+ uses dumpait utility to get the url.
The dumpait utility is in /usr/lib/enigma2/python/Plugins/Extensions/HbbTV/dumpait
The dumpait utility uses demux information from iServiceInformation.sLiveStreamDemuxId (line 327 on plugin.py)
The vbcfg.DEBUG doesn't print something because debug is disabled on hbbtv plugin (can be enabled on vbcfg.py)
Now should be clear where to look and what it fails.
I already was this far (but failed to share).
* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.
Posted 30 November 2015 - 15:57
What does this mean?
It looks like a second demux was allocated for the AIT grabber, which of course doesn't get the stream from the tuner. I guess we should have another good look at the code and what happens in certain circumcstances.
* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.
Posted 30 November 2015 - 18:47
DM920UHD DVB-S2X TRIPLE tuner + Triple M.S tuner DVB-S2X, DVB-T2/T, QboxHD, QboxHD Mini, Icecrypt T2300HD,
Qviart Lunix3 4K, Raspberry Pi 4 Model B 4GB & 8GB
Vertex 4K60 4:4:4 600MHz
Posted 30 November 2015 - 18:51
Athoik and radxnl already found the problem, the fix has been pushed.
Edited by Erik Slagter, 30 November 2015 - 18:51.
* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.
Posted 30 November 2015 - 19:00
DM920UHD DVB-S2X TRIPLE tuner + Triple M.S tuner DVB-S2X, DVB-T2/T, QboxHD, QboxHD Mini, Icecrypt T2300HD,
Qviart Lunix3 4K, Raspberry Pi 4 Model B 4GB & 8GB
Vertex 4K60 4:4:4 600MHz
Posted 30 November 2015 - 19:59
Athoik found out, he can tell you
* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.
Posted 30 November 2015 - 20:20
I guess he is talking explicitly about the HbbTV/AIT plugin from VU+
* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.
Posted 30 November 2015 - 20:24
DM920UHD DVB-S2X TRIPLE tuner + Triple M.S tuner DVB-S2X, DVB-T2/T, QboxHD, QboxHD Mini, Icecrypt T2300HD,
Qviart Lunix3 4K, Raspberry Pi 4 Model B 4GB & 8GB
Vertex 4K60 4:4:4 600MHz
Posted 30 November 2015 - 20:48
DM920UHD DVB-S2X TRIPLE tuner + Triple M.S tuner DVB-S2X, DVB-T2/T, QboxHD, QboxHD Mini, Icecrypt T2300HD,
Qviart Lunix3 4K, Raspberry Pi 4 Model B 4GB & 8GB
Vertex 4K60 4:4:4 600MHz
Posted 30 November 2015 - 20:50
def mediaUrlChanged(self, mediatype, url): print "[OpenOpera] mediaUrlChanged %s" % (url)
Edited by athoik, 30 November 2015 - 20:52.
Posted 6 December 2015 - 17:21
Without resuls. Can you teach, better way? Or where do I add this debugging exactly (plugin.py file added) and where can I see the results? (on the screen?) Actually I tried in several places in the plugin.py file.
No errors, but no results also. In both cases (this means if the thing works and if does not work), I can not see the results :-( .
DM920UHD DVB-S2X TRIPLE tuner + Triple M.S tuner DVB-S2X, DVB-T2/T, QboxHD, QboxHD Mini, Icecrypt T2300HD,
Qviart Lunix3 4K, Raspberry Pi 4 Model B 4GB & 8GB
Vertex 4K60 4:4:4 600MHz
Posted 6 December 2015 - 18:20
0 members, 21 guests, 0 anonymous users