Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
IEC 62298-1-2005 serves as the introductory and framework document for the TeleWeb series of standards (IEC 62298 parts 1-4). TeleWeb was developed in the early 2000s as a technology to bridge the digital divide—enabling consumers with television sets and a broadcast reception antenna to access web-like content without a personal computer or internet subscription. The system uses the broadcast network’s downstream bandwidth (which is abundant) to deliver HTML pages, images, style sheets, and multimedia content to the receiver, while optionally using a low-bandwidth return path (telephone modem, later GPRS) for form submissions and transactional interactions.
The application model defined in Part 1 establishes a content presentation framework based on a subset of HTML 4.01, CSS, and ECMAScript, optimized for the television viewing environment. Key adaptations for TV include: large-font rendering for typical viewing distances (3 meters), simplified navigation using remote control arrow keys, color-safe palettes accounting forTV gamma characteristics, and memory-constrained rendering on set-top box hardware with typically 4-16 MB of RAM available for the browser engine.
The TeleWeb system architecture defines four principal components:
| Component | Function | Implementation |
|---|---|---|
| TeleWeb Server | Content authoring, encoding, and broadcast insertion | Broadcaster headend system |
| Broadcast Network | Carriage of encoded TeleWeb content | DVB-T/S/C, ATSC, or ISDB transport stream |
| TeleWeb Terminal | Receiving, decoding, and rendering content | Integrated TV or set-top box |
| Return Channel | User interaction and data submission (optional) | PSTN modem, DVB-RC, or IP |
The content model defines three content types:
Content is transmitted using a carousel-based delivery model defined in the lower-layer parts of the standard (IEC 62298-2). The carousel repeatedly broadcasts a directory structure of content files; the terminal caches received files and updates them when newer versions appear in the carousel cycle. This model ensures that a receiver tuning in mid-broadcast will eventually acquire all necessary content.
IEC 62298-1-2005 specifies detailed requirements for the user interface and navigation model, recognizing that the television environment differs fundamentally from the desktop PC environment:
The standard mandates minimum font sizes (24 pixels for body text at SD resolution), high contrast ratios (minimum 4.5:1 for text), and simplified layout structures. Tables must not exceed the screen width (720 or 1920 pixels depending on resolution). Scrolling is minimized and, where unavoidable, uses directional arrow navigation rather than scrollbars.
Navigation is based on focus management rather than direct pointer interaction. The standard defines a tab-order model where navigable elements (links, buttons, form fields) are assigned a sequence, and users move between them using up/down/left/right keys. The “OK” or “Select” button activates the focused element. This model influenced the “10-foot UI” design principles later adopted by media center applications.
The standard uses a highly efficient binary encoding of HTML content (TeleWeb Binary Format, TBF) to minimize bandwidth requirements:
| Content Type | On-Air Bitrate | Typical Page Load | Compression |
|---|---|---|---|
| HTML page (text only) | ~10 kbps | 0.5-2 s | TBF (tag-based tokenization) |
| HTML + images | ~50-100 kbps | 2-5 s | TBF + JPEG/GIF |
| Application bundle | ~100-200 kbps | 5-15 s | Module packaging + compression |
| Video clip | ~500 kbps – 2 Mbps | Streamed | MPEG-2 or MPEG-4 |
While both are middleware standards for interactive TV, TeleWeb uses a web-centric model based on HTML, CSS, and JavaScript, while MHEG-5 defines its own declarative multimedia language. TeleWeb content can be authored with standard web tools, whereas MHEG-5 requires specialized authoring environments. TeleWeb is conceptually closer to modern smart TV platforms.
Dedicated TeleWeb deployments have largely been superseded by HbbTV (Europe), Ginga (Brazil), and proprietary smart TV platforms. However, the carousel-based content delivery model and the optimization techniques pioneered by TeleWeb continue to influence modern broadcast-connected TV systems, particularly in regions with limited internet penetration.
The standard defines interfaces for PSTN analog modem (V.90/V.92), DVB-RC (return channel via DVB), and IP-based return channels. The return channel is used for form submissions, purchasing transactions, and pay-per-view requests. All user-identifiable transactions must be encrypted, and the standard specifies the use of TLS for IP-based return channels.
A minimum of 8 MB of RAM was recommended for a functional TeleWeb browser, with 16 MB for full-featured implementations. The browser had to cache all resources in the application carousel (typically 1-5 MB) while maintaining decoded page data, the script engine state, and the rendering buffer. The limited memory drove the need for efficient resource management and the binary content encoding formats specified in the standard.