Help Required Enigma2: How can one disable HBBTV?

sophie101

Member
Joined
Apr 20, 2015
Messages
224
Reaction score
38
Points
28
My Satellite Setup
* Currently
1 x off set 60cm for 28.2e
1 x 60cm for 5w + 13e + 19.2e
Quad LNBs on each sent to different receivers in different flats.
My Location
belgium
Hi,

I see thatHBBTV is enabled on a vewiing card. I have no need to HBBTV. Can we disable this in Enigma2? I'm using OpenVIX 6.4 if it is relevant.

Fangs for any ideas!

S.
 

Mickha

Super Moderator
Staff member
Joined
Dec 10, 2004
Messages
5,986
Reaction score
895
Points
113
My Satellite Setup
1.2M Channel Master, 1224 motor, VU+ Duo 2
My Location
North West
HBBTV might be pre installed, as a plugin, have you chacked the plugin options, to try and delete it?
 

sophie101

Member
Joined
Apr 20, 2015
Messages
224
Reaction score
38
Points
28
My Satellite Setup
* Currently
1 x off set 60cm for 28.2e
1 x 60cm for 5w + 13e + 19.2e
Quad LNBs on each sent to different receivers in different flats.
My Location
belgium
HBBTV might be pre installed, as a plugin, have you chacked the plugin options, to try and delete it?
Thanks. Found it.

It's not in the plugin list, but is installed:

Code:
# opkg list|grep hbb|awk '{print $1}'
enigma2-plugin-extensions-hbbtv-webkit
enigma2-plugin-extensions-hbbtv-webkit-dbg
enigma2-plugin-extensions-hbbtv-webkit-dev
enigma2-plugin-extensions-hbbtv-webkit-src
enigma2-plugin-extensions-openhbbtvbrowser
openhbbtvbrowser
webkit-hbbtv-plugin
webkit-hbbtv-plugin-dbg
webkit-hbbtv-plugin-dev

I am very unfamiliar with the packages, and Embedded Linux.

Which one ought to be removed, or even better configuted to disable hbbtv for specific viewing card that I use in OScam?
 
Last edited:

EnoSat

Specialist Contributor
Joined
May 29, 2004
Messages
709
Reaction score
647
Points
93
Age
53
Website
enosat.euweb.cz
My Satellite Setup
TBS-5925/5220/5520SE , Dr.HD , Dreambox , Edision , Mutant
My Location
Slovakia
HbbTV does not use OScam, but an internet connection.
 

sophie101

Member
Joined
Apr 20, 2015
Messages
224
Reaction score
38
Points
28
My Satellite Setup
* Currently
1 x off set 60cm for 28.2e
1 x 60cm for 5w + 13e + 19.2e
Quad LNBs on each sent to different receivers in different flats.
My Location
belgium
Hi,

Yes, I realised, but my Fransat card uses OScam, and some how this is communicating with hbbtv, which in turn is communicating with a Fransat server somewhere, and I wish to interrupt this part of their communicate somewhere.


Looks like these are the IPs used by Fransat:


142.250.179.232:443
52.84.174.70:80

As a workaround I have dropped routing for these IPs.
Code:
route add -host 142.250.179.23 reject
route add -host 52.84.174.70 reject
 
Last edited:

sophie101

Member
Joined
Apr 20, 2015
Messages
224
Reaction score
38
Points
28
My Satellite Setup
* Currently
1 x off set 60cm for 28.2e
1 x 60cm for 5w + 13e + 19.2e
Quad LNBs on each sent to different receivers in different flats.
My Location
belgium
I have an excellent idea.

I need to disable the long press on the coloured buttons so that it does not try to start HBBTV :)


I think bindings are in /usr/share/enigma2/keymap.xml , but I do not understand the file,

This shows a long press on the red button, but not an action associated with it.:

Code:
# grep -i red_long /usr/share/enigma2/keymap.xml
        <key id="KEY_RED" mapto="red_long" flags="l" />
 
Last edited:

EnoSat

Specialist Contributor
Joined
May 29, 2004
Messages
709
Reaction score
647
Points
93
Age
53
Website
enosat.euweb.cz
My Satellite Setup
TBS-5925/5220/5520SE , Dr.HD , Dreambox , Edision , Mutant
My Location
Slovakia
142.250.179.232:443
52.84.174.70:80
Google and Amazon IP

FranSat call
Address : fransat-frontend.wiztivi.io
Address (fransat-frontend.wiztivi.io) is not a valid IP address
Lookup in DNS .. resolved : 18.66.27.26
 

sophie101

Member
Joined
Apr 20, 2015
Messages
224
Reaction score
38
Points
28
My Satellite Setup
* Currently
1 x off set 60cm for 28.2e
1 x 60cm for 5w + 13e + 19.2e
Quad LNBs on each sent to different receivers in different flats.
My Location
belgium
I think I found it, but the references to Dreambox are a bit odd because I have a n Edision. Did this keymap.xml start life in a Dreambox?

<map context="InfobarRedButtonActions">
<device name="dreambox advanced remote control (native)">
<key id="KEY_RED" mapto="activateRedButton" flags="l" />
</device>
</map>
<key id="KEY_RED" mapto="activateRedButton" flags="l" />
 
Last edited:

sophie101

Member
Joined
Apr 20, 2015
Messages
224
Reaction score
38
Points
28
My Satellite Setup
* Currently
1 x off set 60cm for 28.2e
1 x 60cm for 5w + 13e + 19.2e
Quad LNBs on each sent to different receivers in different flats.
My Location
belgium
Google and Amazon IP

FranSat call
Address : fransat-frontend.wiztivi.io
Address (fransat-frontend.wiztivi.io) is not a valid IP address
Lookup in DNS .. resolved : 18.66.27.26
Yep, one is Google and one is Amazon. One geolocates to Ile de France Paris.

The 18.x.x.x. is:

$ host 18.66.27.26
26.27.66.18.in-addr.arpa domain name pointer server-18-66-27-26.vie50.r.cloudfront.net.
 
Last edited:

rodscha

Specialist Contributor
Joined
Sep 7, 2010
Messages
1,390
Reaction score
385
Points
83
Age
68
Location
carcassonne south France(Languedoc)
My Satellite Setup
See signature
My Location
carcassonne south france,700ks south of Paris ,300k N of Barcelona
If you are using the French bouquet,HBBtv is useful for Arte,w9,tfx and C8
it gives you replay,info on channel & lots of things to watch,very useful.especially on Arte (no ads pollution)
red button gives website,blue gives "back to the start" function. I use it a lot.
 

sophie101

Member
Joined
Apr 20, 2015
Messages
224
Reaction score
38
Points
28
My Satellite Setup
* Currently
1 x off set 60cm for 28.2e
1 x 60cm for 5w + 13e + 19.2e
Quad LNBs on each sent to different receivers in different flats.
My Location
belgium
If you are using the French bouquet,HBBtv is useful for Arte,w9,tfx and C8
it gives you replay,info on channel & lots of things to watch,very useful.especially on Arte (no ads pollution)
red button gives website,blue gives "back to the start" function. I use it a lot.
Hi,

Absolutely agree, but it means Fransat can use my data to profile me. Which object to.

I don't recall too many ads on Arte. I use the feed from 19.2 or 13.
 

Fisty McB

Member
Joined
Aug 11, 2012
Messages
433
Reaction score
630
Points
93
My Satellite Setup
See my signature...
My Location
County Tyrone, N. Ireland
I thought OpenVix didn't have HbbTV by default, or am I wrong?
 

sophie101

Member
Joined
Apr 20, 2015
Messages
224
Reaction score
38
Points
28
My Satellite Setup
* Currently
1 x off set 60cm for 28.2e
1 x 60cm for 5w + 13e + 19.2e
Quad LNBs on each sent to different receivers in different flats.
My Location
belgium
I thought OpenVix didn't have HbbTV by default, or am I wrong?
Hi,

You could be right.

i just realised my earlier search was wrong, because I did an opkg list of an opkg list-installed.D'oh. I shall have a look this evening.

However, a long press on the red button establishes a connection with two IP addresses ( google and amazon ), which means something is happening.
 

sophie101

Member
Joined
Apr 20, 2015
Messages
224
Reaction score
38
Points
28
My Satellite Setup
* Currently
1 x off set 60cm for 28.2e
1 x 60cm for 5w + 13e + 19.2e
Quad LNBs on each sent to different receivers in different flats.
My Location
belgium
Hi, Just looked and the webkit is pre-installed in the openvix image:

Code:
# opkg list-installed|grep -i hbb
enigma2-plugin-extensions-hbbtv-webkit - 2.0-r0-69+56f9556-r0
webkit-hbbtv-plugin - 2.0-r0-69+56f9556-r0

Nowt else.
 
Top