Jump to content


Photo

HbbTV issue


  • Please log in to reply
123 replies to this topic

Re: HbbTV issue #61 christophecvr

  • Senior Member
  • 3,131 posts

+140
Excellent

Posted 30 November 2015 - 09:50

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.

 

 

Attached Files



Re: HbbTV issue #62 christophecvr

  • Senior Member
  • 3,131 posts

+140
Excellent

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



Re: HbbTV issue #63 christophecvr

  • Senior Member
  • 3,131 posts

+140
Excellent

Posted 30 November 2015 - 10:17

On log indeed can be seen that liny 327 on plugin.py by hbbtv does not work

				demux = info.getInfoString(iServiceInformation.sLiveStreamDemuxId)

with patch above it work's or with the brute reverse it worked.



Re: HbbTV issue #64 athoik

  • PLi® Core member
  • 8,458 posts

+327
Excellent

Posted 30 November 2015 - 10:24

With above patch check that everything works, playback, ts recordings, timeshift, scrambled channels, timshift on scrambled channels, recording with timer, recording, etc, etc.
Wavefield T90: 0.8W - 1.9E - 4.8E - 13E - 16E - 19.2E - 23.5E - 26E - 33E - 39E - 42E - 45E on EMP Centauri DiseqC 16/1
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916

Re: HbbTV issue #65 christophecvr

  • Senior Member
  • 3,131 posts

+140
Excellent

Posted 30 November 2015 - 10:53

all works ok,

 

The only thing which I did not is timeshift I don't how to do that.



Re: HbbTV issue #66 christophecvr

  • Senior Member
  • 3,131 posts

+140
Excellent

Posted 30 November 2015 - 10:56

Oeps found the timeshift button on vuduo2 that also work perfect.



Re: HbbTV issue #67 Erik Slagter

  • PLi® Core member
  • 46,951 posts

+541
Excellent

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.


Re: HbbTV issue #68 Erik Slagter

  • PLi® Core member
  • 46,951 posts

+541
Excellent

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.


Re: HbbTV issue #69 zeros

  • PLi® Contributor
  • 1,635 posts

+61
Good

Posted 30 November 2015 - 18:47

Thank you, that you're touching to solve it. I have a question, how you enabled the hbbtv debug? I'd like to get one of the hbbtv channel, the debug log with dreambox that isn't working properly here (similar to that, such was posted by Christopher in front of here).

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


Re: HbbTV issue #70 Erik Slagter

  • PLi® Core member
  • 46,951 posts

+541
Excellent

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.


Re: HbbTV issue #71 zeros

  • PLi® Contributor
  • 1,635 posts

+61
Good

Posted 30 November 2015 - 19:00

Yes, I read that :-)
But when you are dealing with it anyway, then would solve one of the local problem here, if it's no trouble to you?

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


Re: HbbTV issue #72 Erik Slagter

  • PLi® Core member
  • 46,951 posts

+541
Excellent

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.


Re: HbbTV issue #73 athoik

  • PLi® Core member
  • 8,458 posts

+327
Excellent

Posted 30 November 2015 - 20:04

What hbbtv plugin are you using? (openopera?)

Are there any logs?

Is this an OpenPLi problem only?
Wavefield T90: 0.8W - 1.9E - 4.8E - 13E - 16E - 19.2E - 23.5E - 26E - 33E - 39E - 42E - 45E on EMP Centauri DiseqC 16/1
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916

Re: HbbTV issue #74 Erik Slagter

  • PLi® Core member
  • 46,951 posts

+541
Excellent

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.


Re: HbbTV issue #75 zeros

  • PLi® Contributor
  • 1,635 posts

+61
Good

Posted 30 November 2015 - 20:24

Yes, with dreambox I use OpenOpera plugin. And no, this is some kind of streaming problem. I suspect that box does not know how to play that stream, or can't play the stream. This problem we have here from beginning with one local channel (Kanal 2).

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


Re: HbbTV issue #76 zeros

  • PLi® Contributor
  • 1,635 posts

+61
Good

Posted 30 November 2015 - 20:48

I made a screenshot from my problem. Loading remains and the stream does not begin. How to debug that problem?

Attached Files


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


Re: HbbTV issue #77 athoik

  • PLi® Core member
  • 8,458 posts

+327
Excellent

Posted 30 November 2015 - 20:50

Open file /usr/lib/enigma2/python/Plugins/Extensions/OpenOpera/plugin.py and put some debugging in before eServiceReference calls. Eg url paramters.


Eg.
    
    def mediaUrlChanged(self, mediatype, url):
        print "[OpenOpera] mediaUrlChanged %s" % (url)

Edited by athoik, 30 November 2015 - 20:52.

Wavefield T90: 0.8W - 1.9E - 4.8E - 13E - 16E - 19.2E - 23.5E - 26E - 33E - 39E - 42E - 45E on EMP Centauri DiseqC 16/1
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916

Re: HbbTV issue #78 zeros

  • PLi® Contributor
  • 1,635 posts

+61
Good

Posted 1 December 2015 - 06:31

Ok, I will try. The 'Reconnecting...' is shown also with DVBViewer.

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


Re: HbbTV issue #79 zeros

  • PLi® Contributor
  • 1,635 posts

+61
Good

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 :-( .

Attached Files


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


Re: HbbTV issue #80 athoik

  • PLi® Core member
  • 8,458 posts

+327
Excellent

Posted 6 December 2015 - 18:20

You have to run manualy the enigma fron telnet (init 4 && enigma2). You will get messages on telnet.
Wavefield T90: 0.8W - 1.9E - 4.8E - 13E - 16E - 19.2E - 23.5E - 26E - 33E - 39E - 42E - 45E on EMP Centauri DiseqC 16/1
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916


1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users