RedButton MHEG Engine: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
m (moved RedButton to RedButton MHEG Engine: name)
(some reworking of page; sections, links)
Line 1: Line 1:
RedButton MHEG Engine is a small suite of software, released under the GPL, that allows you to use the interactive [[MHEG-5|MHEG]] applications broadcast with DVB digital TV services (e.g. the BBC red button service in the UK). MHEG replaces the text only services available with analogue TV [[Teletext]].
=RedButton MHEG Engine=
RedButton allows you to use the interactive MHEG applications broadcast with DVB digital TV services (e.g. the BBC red button service in the UK). MHEG replaces the text only services available with analogue TV.


==Components==
RedButton consists of two parts.
RedButton consists of two parts.
*'''rb-download''', allows MHEG data to be downloaded from a DVB service.
*'''rb-download''', allows MHEG data to be downloaded from a DVB service.
Line 10: Line 10:
The '''rb-author''' package contains tools for working with MHEG applications. If you want to write your own MHEG applications, you can use the '''mhegc''' compiler to generate the ASN1 format files rb-browser expects. If you want to see how other peoples applications work, you can use the '''mhegd''' tool to convert ASN1 format files into the text form.
The '''rb-author''' package contains tools for working with MHEG applications. If you want to write your own MHEG applications, you can use the '''mhegc''' compiler to generate the ASN1 format files rb-browser expects. If you want to see how other peoples applications work, you can use the '''mhegd''' tool to convert ASN1 format files into the text form.


==Also See==
The source is released under the GPL.
* [[Red Button]]
* [[MHEG-5]]


==External Links==
Home Page: http://redbutton.sourceforge.net
* [http://redbutton.sourceforge.net RedButton MHEG Engine Homepage]

The [http://code.google.com/p/openmheg/source/browse/trunk/OpenMheg/Resources/tt7268m_802.ttf tt7268m_802.ttf] font can be found at http://code.google.com/p/openmheg/source/browse/trunk/OpenMheg/Resources .
* The [http://code.google.com/p/openmheg/source/browse/trunk/OpenMheg/Resources/tt7268m_802.ttf tt7268m_802.ttf] font can be found at [http://code.google.com/p/openmheg/source/browse/trunk/OpenMheg/Resources OpenMheg].

[[MHEG-5]]


[[Category:Software]]
[[Category:Software]]

Revision as of 00:54, 17 October 2011

RedButton MHEG Engine is a small suite of software, released under the GPL, that allows you to use the interactive MHEG applications broadcast with DVB digital TV services (e.g. the BBC red button service in the UK). MHEG replaces the text only services available with analogue TV Teletext.

Components

RedButton consists of two parts.

  • rb-download, allows MHEG data to be downloaded from a DVB service.
  • rb-browser, allows the downloaded MHEG applications to be displayed.

Both rb-download and rb-browser can be run on the same host, or rb-download can be run on a host with a DVB card and rb-browser can be run on a remote frontend without a DVB card.

The rb-author package contains tools for working with MHEG applications. If you want to write your own MHEG applications, you can use the mhegc compiler to generate the ASN1 format files rb-browser expects. If you want to see how other peoples applications work, you can use the mhegd tool to convert ASN1 format files into the text form.

Also See

External Links