Jump to content

HBBTV Engine coming for DVBViewer?


hax169

Recommended Posts

I have found a link to buy this add on for Dvbviwer will it be out soon? :D

 

the link is Here

Edited by hax169
Link to comment

Well honestly this won't come so soon, especially if you keep in mind that we work since 2006 on a MHEG5 solution. I removed the code passage inside the php-script to avoid users buying content which exists only as some test code on my harddrive :)

 

Christian

Link to comment

IS there any "real" HBBTV delivery / content yet?

 

Also BBC & RTE are concentrating on integrating their Web offerings (iPlayer and RTEplayer) via MHEG5, which can access content via ethernet, not just DVB. So while there is aspirations about HBBTV, who is delivering it for real? What consumer equipment supports it? Many Models of Freesat HD and Freeview HD boxes/TVs now support ethernet BBC iPlayer content.

Link to comment

I guess that there is some content out there, though i have never seen it live :S

but in youtube you can find lots of videos.

Link to comment

C. HackBart, I think is more easy to implement if you only consider Internet browser and you are an expert programmer.

I've decoded a spanish channel (TV3, only available in Catalonia) and you get an URL: http://193.104.51.171/HbbTV/TV3_hbbtv_MV/index.php (see my attached image) You need send Red Button, for this example you open Javascript console and you type: handleKeyCode(VK_RED)

 

post-94740-0-30828900-1304361581_thumb.png

post-94740-0-51124000-1304361876_thumb.png

 

Start points:

 

Specification: http://pda.etsi.org/pda/home.asp?wki_id=hsZ9g8-p%27v475895z4LHX

Good introduction:

https://uti.eig.ch/dipl/2010/TE-Ohana-Revuelta-M.pdf

https://uti.eig.ch/dipl/2010/TE-Ohana-Revuelta-A.pdf (source code)

 

Test for HbbTV:

http://hbbig.com/

 

Several channels:

http://itv.mit-xperts.com/mitxpgo/

 

Come on, you can get it with our support.

 

Regards,

Josep

Link to comment
:o i never knew TV3 was broadcasting HBBTV, BTW i'm from Girona :D
Link to comment

Well to be honest it is not "just a bit of html+a simple webbrowser". I spent a lot of hours reading the specs and made several attempts to get it working with WebKit, but don't expect that this will come soon. And please do not drop me emails with questions about Hbbtv like "Come on its not that complicated".

Link to comment

Hackbart, I'm sorry for this message "Come on its not that complicated", I only want motivate you. If you need a tester you contact me (I have experience developing drivers and extensive software)

Link to comment
  • 3 months later...

Some weeks ago I tried to use HBBTV under Windows using several browsers (Safari, Chrome, Firefox, IE, Opera). Opera is only software that it complaints with CE-HTML. However HBBTV developers for Spain Channels have some problems, I can hear audio but no video, maybe a layer is incorrect order and it only works for HBBTV TVs.

 

You can test Spain HBBTV using Opera browser (see keys below to browse, press F5 function key to enter to HBBTV application):

 

http://91.224.240.37/front/LB_LITE/lastversion/

 

http://91.224.240.37/front/Telemadrid/

 

http://91.224.240.37/front/lasexta/

 

http://91.224.240.37/front/tele5/lastversion/

 

 

Now directory index is hidded, but severals channels in Spain are using same website:

 

Index of /front

Parent Directory

IB3/

LB_LITE/

Telemadrid/

entrega_laSexta/

lasexta/

php.ini

php_mbstring.dll

ss/

tele5/

tv3/

web.config

whitelabel/

whitelabel2/

whitelabel_tve/

 

 

You can browse using this keys:

 

Key pressed, javascript decimal key code

 

ENTER, 13 (VK_ENTER)

 

LEFT ARROW, 37 (VK_LEFT)

UP ARROW, 38 (VK_UP)

RIGHT ARROW, 39 (VK_RIGHT)

DOWN ARROW, 40 (VK_DOWN)

 

NUMBER 0, 48 (VK_0)

NUMBER 1, 49 (VK_1)

NUMBER 2, 50 (VK_2)

NUMBER 3, 51 (VK_3)

NUMBER 4, 52 (VK_4)

NUMBER 5, 53 (VK_5)

NUMBER 6, 54 (VK_6)

NUMBER 7, 55 (VK_7)

NUMBER 8, 56 (VK_8)

NUMBER 9, 57 (VK_9)

 

LETTER p, 80 (VK_PLAY) Play

LETTER q, 81 (VK_PAUSE) Pause

LETTER r, 82 (VK_PLAY_PAUSE) Play_pause

LETTER s, 83 (VK_STOP) Stop

LETTER u, 85 (VK_FAST_FWD) Fast forward

LETTER w, 87 (VK_REWIND) Rewind

 

FUNCTION F5, 116 (VK_RED) Red button

FUNCTION F6, 117 (VK_GREEN) Green button

FUNCTION F7, 118 (VK_YELLOW) Yellow button

FUNCTION F8, 119 (VK_BLUE) Blue button

 

, 166, VK_BACK Back

 

 

Hackbart suggests Webkit to implement HBBTV but this one needs develop an extension for CE-HTML.

I think is sufficient using Opera and pressing HBBTV developers to compliant with Opera browser.

 

Process to view HBBTV under DVBViewer (add button or option into menu similar to teletext for DVBViewer):

1. Extract URL from AIT Table.

2. Launch Opera browser.

 

I don't know if in other countries you can browse HBBTV using Opera browser.

 

Regards,

Josep Comas

Edited by jcomas
Link to comment
  • 2 weeks later...

The main problem seems from designers and not from browsers. Here there is a few code extracted from HBBTV application for TV3 Channel (Catalan television, Spain country), this code plays correctly with Opera, Safari, Firefox and Chrome using Quicktime (you need check MP4 mime type inside Quicktime configuration):

 

<!DOCTYPE html PUBLIC "-//HbbTV//1.1.1//EN" "http://www.hbbtv.org/dtd/HbbTV-1.1.1.dtd">

<?xml version='1.0' encoding='UTF-8'?>

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="cat" lang="cat">

<head>

<title>Abertis</title>

<meta http-equiv="content-type" content="application/vnd.hbbtv.xhtml+xml" charset="UTF-8"/>

<meta http-equiv="Pragma" content="no-cache"/>

</head>

<body>

<div id="videocontainer" style="visibility: visible; left: 40px; top: 220px; width: 642px; height: 361px">

<object id="video" type="video/mp4" style="left: 0px; top: 220px; width: 642px; height: 361px" data="http://tdtcom.vo.llnwd.net/r1/tele5//16_9_HD/1306835569844.mp4"> </object>

</div>

</body>

</html>

Edited by jcomas
Link to comment
  • 3 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...