DVB- Multimedia Home Platform Specifications

Total Page:16

File Type:pdf, Size:1020Kb

DVB- Multimedia Home Platform Specifications From Digital Television to Internet? A general technical overview of the- DVB- Multimedia Home Platform Specifications Vita Hinze-Hoare Abstract • System Core This paper provides a general technical The MHP is based around a Java virtual machine overview of the Multimedia Home Platform specification from Sun Microsystems to provide (MHP) specifications. MHP is a generic generic application program interface. interface between digital applications and user machines, whether they happen to be set top • MHP Profiles boxes, digital TV sets or Multimedia Pc’s. MHP This is a specification to provide a consistent set of extends the DVB open standards. Addressed features and functions. Enhanced broadcast profile are MHP architecture, System core, and MHP concerns one-way services. Interactive broadcast Profiles. profile supports the interactive services (two- way). The Internet access profile provides a gateway to Keywords: Digital Video Broadcasting, the World Wide Web. Interactive Television, MHP. 2. MHP Overview 1. Introduction MHP is produced by the Digital Video Broadcasting Multimedia Home Platform (MHP) extends Project (DVB) a European based Consortium and existing Digital Video Broadcasting (DVB) the standards (about 1400 pages long) are standards and defines a generic interface published by the European Telecommunications between interactive digital applications and a 2 Standards Institute (ETSI). range of terminals such as set top boxes, integrated digital TV sets and multimedia PC’s. DVB-MHP adopts the Java programming language and has created the DVB-Java version for broadcast application. Existing application formats can be “The Multimedia Home Platform attempts to 3 supported using optional plug – in decoders. adapt existing Internet and Web standards to digital Television. The aim is to provide 2.1. What will MHP be used for? interactive digital content that can be viewed on 1 The MHP specification envisages three modes of set top boxes and multimedia PC’s.” use The following areas are addressed: • Enhanced Broadcasting Profile (One way services) • Interactive Broadcasting Profile (two-way • MHP Overview services) This addresses how the MHP will be used what • Internet Access profile (Internet Services) it will carry and the set-top box. This will lead to the availability of such services as: • Electronic Program Guides (EPG’s) • MHP Architecture • Super Teletext The three-layer architecture of resources, • Video Synchronized content system software and applications will be • E-commerce reviewed. • Control of Access to TV content 1 2.2. How will MHP be used? passed to the on screen display. The data streams are examined for system information, teletext or MHP will transport its data through a broadcast MHP data object, and then routed via device drivers stream, which will provide the bulk of the to the hardware/software modules for interpretation content using broadcast channel protocols. and execution. These are defined in DVB standards (EN 301 192 1.2.1) and are transmitted in the same way 2.4. What will MHP carry? as conventional TV. Static formats will allow the use of basic images The Interaction Channel will use the Internet such as JPEG, Gif etc., as well as simple text, Protocol Transmission (IP), which requires a MPEG 1 Audio and MPEG 2 Video. Streaming dial-up, wireless or cable TV connection. It is formats involve MPEG Audio, MPEG Video and intended that this can in future also be used for Subtitles. There is one built in font, which is sans purely Internet based service so the Internet is serif and called Tiresias available in four sizes. fully accessible through the television. Downloadable fonts are also available. 2.3. MHP-compliant Set Top Box (STB) MHP will allow the use of Hypertext or Super The MHP places additional requirements upon Teletext referred to as DVB-Html, which is in reality the standard STB. Figure 14 below illustrates XHTML. Cascading Style sheets are supported, as the main hardware components of a typical is a Java script based language called ECMA script. digital TV STB together with the additional The document object model DOM level 2 is included components (shaded in blue) needed to for the content and structure of documents. support MHP functionality Cookies are supported, and security is available Figure 1 MHP Compliant STB4 The Radio Frequency (RF) Input within a sandbox, which limits (from satellite dish/aerial) is demodulated into access to system resources. an MPEG-2 stream. This is spliced into its video, audio, subtitle, and data streams, and 2.5. MHP Services passed on to the CPU and Operating system. The various types of MHP content presented The data stream (usually image files) has its together are called a service. Services contain own dedicated rendering engine and is directly 2 Audio, Video, Data and stored material. These can be presented simultaneously. API (Application Programming Interface) Application Application Application Application MHP presents these on three planes: Background, Video and Graphics as shown in 5 figure 2 here . System Software Application Manager Resources Figure 4: Three layer architecture 3.1.MHP resources These include Mpeg processing, I/O devices, CPU, Memory, Graphic systems etc. The resources are provided to the MHP transparently. The application Applications are provided with regions of the should be able to access all the local resources as Graphics plane to place video and graphics. though they were part of a single entity. Video is placed on the Video Plane and still 8 images on the Background Plane. Different The following table shows typical hardware applications can operate in different regions of requirements of MHP profiles. the screen in such a way that Video can be Platform Processor RAM FLASH/ROM displayed on one part of the screen with text Basic STB 30 MHz+ 1-2MB 1-2 MB appearing in a different region of the screen. MHP 8—130 MHz+ 8-16 MB 4 MB Enhanced broadcast 3. MHP Architecture profile The architecture is in three layers, and at its MHP 80-130 MHz+ 8-16 MB 8 MB Interactive basic level MHP is set in context as shown in broadcast 6 figure 3 below profile MHP Internet 150-200 MHz+ 16-32 MB 16 MB Access Profile The MHP receives viewer input via keypad controls. Output communication is presented via a screen and loudspeakers. Data streams 3.2.System Software are accessible to the MHP, which can write the This includes the real-time Operating System, Java data to storage (sink or store). The MHP also virtual machine and device drivers. Applications are may have access to remote entities. not allowed to address the resources directly. The System software is a middle layer, isolating the application from the Hardware. The purpose of this is to provide portability of the Application so that it can be used with any resources. This enables the available resources to provide an abstract view of the platform to the applications and includes the Application manager. 3.2.1 Application Manager (Navigator) The Application Manager runs the life cycle of all MHP compliant applications based on the application signaling information that is embedded in the MPEG-2 transport stream received from the DVB The diagram in figure 4 below shows the 9 software architecture with the various layers.7 broadcaster. 3.3 Applications 3 Interactive services are implemented by the Applications. These include 4.1 Java Virtual Machine (JVM) • Electronic Program Guides With the view of possible future convergence of • Information services broadcasting and the Internet Java emerged. It was • Play along Games originally designed for networked environments, has • E-Commerce built in support for Internet protocols, and many • Secure transactions security features to protect platforms from hostile or • Educational Applications damaging applications. Furthermore security is aided by the fact that Java does not permit any direct memory access. The source code for Java 4. MHP System Core applications is compiled to produce Java byte code, MHP is based around a platform known as which can be interpreted by the Java Virtual DVB- J which includes a Java virtual machine machine. Java was attractive to MHP developers specified by Sun Microsystems. Software because it too does not favour one manufacturer's Packages provide Application program operating system technology over another. Interfaces (API's) and MHP gains access to the Moreover most competing technologies already platform only through the API's. used or opted for Java for future technological developments. DVB therefore took the decision to Applications use the API to access the actual adopt Java for the MHP and developed a version resources of the receiver including databases, called DVB-J that would be suitable for interactive streamed media decoders, static content TV applications. decoders and communications. These resources are functional entities of the receiver To sum up, Java has been adopted as the and may be finally mapped onto the hardware programming language for the MHP for four main of the receiver. reasons: Figure 5 indicates a functional diagram of the enhanced broadcast profile.10,11 4 i) It was designed for a networked 2 or accessed over Internet Protocol client/server environment with build in support for connection. Most MHP compliant receivers include TCP/IP. writeable non-volatile storage allowing Xlets to be dynamically upgraded, replaced, or augmented from ii) It does not favour one a remote location.13 Tools for conditional access microprocessor over another nor one (CA), including the DVB common scrambling Operating System over another. algorithm for the encryption of transport streams like pay per view programs are available. iii). Already competitively and widely developed, which means that 5. MHP Profiles interactive TV can benefit from the MHP provides a consistent set of features in three tools and expertise developed in areas. other industries.12 5.1 Enhanced broadcasting one way services. iv) Java has a number of built in This combines digital broadcast of audio/video security features.
Recommended publications
  • History of the DVB Project
    History of the DVB Project (This article was written by David Wood around 2013.) Introduction The DVB Project is an Alliance of about 200 companies, originally of European origin but now worldwide. Its objective is to agree specifications for digital media delivery systems, including broadcasting. It is an open, private sector initiative with an annual membership fee, governed by a Memorandum of Understanding (MoU). Until late 1990, digital television broadcasting to the home was thought to be impractical and costly to implement. During 1991, broadcasters and consumer equipment manufacturers discussed how to form a concerted pan-European platform to develop digital terrestrial TV. Towards the end of that year, broadcasters, consumer electronics manufacturers and regulatory bodies came together to discuss the formation of a group that would oversee the development of digital television in Europe. This so-called European Launching Group (ELG) expanded to include the major European media interest groups, both public and private, the consumer electronics manufacturers, common carriers and regulators. It drafted the MoU establishing the rules by which this new and challenging game of collective action would be played. The concept of the MoU was a departure into unexplored territory and meant that commercial competitors needed to appreciate their common requirements and agendas. Trust and mutual respect had to be established. The MoU was signed by all ELG participants in September 1993, and the Launching Group renamed itself as the Digital Video Broadcasting Project (DVB). Development work in digital television, already underway in Europe, moved into top gear. Around this time a separate group, the Working Group on Digital Television, prepared a study of the prospects and possibilities for digital terrestrial television in Europe.
    [Show full text]
  • R-Rec-Bt.1722-1-200712-S!!
    Rec. ITU-R BT.1722-1 1 RECOMMENDATION ITU-R BT.1722-1 Harmonization of the instruction set for the execution engine for interactive TV applications (Question ITU-R 13/6) (2005-2007) Scope This Recommendation is intended to harmonize the application environment for interactive TV applications. The potential for commonality in the executable application environment is based on the analysis of the common core identified in the work leading to this Recommendation. Such commonality would benefit content providers through knowledge of commonly adopted executable functionality and economies of scale. The ITU Radiocommunication Assembly, considering a) the need to avoid proliferation of protocols for interactive multimedia services; b) that digital broadcasting services (satellite, terrestrial and cable) are becoming widely available and offer multimedia applications; c) that multimedia applications comprising video, audio, still-picture, text, graphics, etc. associated with interactive features have been developed; d) that multimedia applications planned or deployed in some Regions are using the executable application environment; e) that common instruction sets are desirable for production and international exchange of multimedia content; f) that continuous work and review of Application Programming Interfaces (APIs) is being carried out in the ITU-R and ITU-T Sectors; g) that ITU-T Recommendation J.200 defines the high-level architecture for a harmonized set of interactive instruction sets and APIs and identifies the structure of application environment comprising the executable application environment and the declarative application environment for digital television services; h) that ITU-T Recommendation J.202 defines the executable application environment within ITU-T Recommendation J.200 and is the corresponding Recommendation to Recommendation ITU-R BT.1722, recommends 1 that the harmonized instruction set for the execution engines specified in Annex 1 should be used for interactive TV applications in the executable application environment.
    [Show full text]
  • EBU Recommendation on MHP
    EBU R 106 rev2-2008 EBU Recommendation on MHP (Multimedia Home Platform) Geneva November 2008 1 Page intentionally left blank. This document is paginated for recto-verso printing EBU R 106r2-2008 Statement on the use of DVB-MHP EBU Recommendation on Interactive Multimedia for Digital Broadcasting Geneva, November 2008 Considering: a) Earlier in 2008, the EBU withdrew its Recommendation for the use of MHP in new digital broadcasting services because of uncertainties about licence fees (see overleaf). b) Recently the licence holder Via Licensing announced that its licences for the MHP system will be free of licence charges for free-to-air broadcasters. The EBU Recommends; MHP is considered an appropriate system for interactive television services for new digital broadcasting services by EBU Members. 3 Statement on the use of DVB-MHP EBU R 106r2-2008 4 EBU R 106r2-2008 Statement on the use of DVB-MHP EBU Statement on MHP (Multimedia Home Platform) Geneva, March 2008 MHP At the end of the 1990s, the DVB Project developed, in open discussion, an API termed MHP (Multimedia Home Platform). MHP development was supported by the EBU, and was seen as a 'future proof' API that would evolve over time in different versions. A major element of MHP is the use of the JAVA programming language, developed by Sun Microsystems. In 2001, the EBU issued R106, in which it recommended that MHP should be the API of choice for new digital broadcast services by EBU members, accepting that those who had already started using alternative APIs might not be able to change them.
    [Show full text]
  • TS 102 819 V1.3.1 (2005-10) Technical Specification
    ETSI TS 102 819 V1.3.1 (2005-10) Technical Specification Digital Video Broadcasting (DVB); Globally Executable MHP version 1.0.2 (GEM 1.0.2) European Broadcasting Union Union Européenne de Radio-Télévision EBU·UER 2 ETSI TS 102 819 V1.3.1 (2005-10) Reference RTS/JTC-DVB-183 Keywords API, broadcasting, digital, DVB, interaction, multimedia, profile, video ETSI 650 Route des Lucioles F-06921 Sophia Antipolis Cedex - FRANCE Tel.: +33 4 92 94 42 00 Fax: +33 4 93 65 47 16 Siret N° 348 623 562 00017 - NAF 742 C Association à but non lucratif enregistrée à la Sous-Préfecture de Grasse (06) N° 7803/88 Important notice Individual copies of the present document can be downloaded from: http://www.etsi.org The present document may be made available in more than one electronic version or in print. In any case of existing or perceived difference in contents between such versions, the reference version is the Portable Document Format (PDF). In case of dispute, the reference shall be the printing on ETSI printers of the PDF version kept on a specific network drive within ETSI Secretariat. Users of the present document should be aware that the document may be subject to revision or change of status. Information on the current status of this and other ETSI documents is available at http://portal.etsi.org/tb/status/status.asp If you find errors in the present document, please send your comment to one of the following services: http://portal.etsi.org/chaircor/ETSI_support.asp Copyright Notification No part may be reproduced except as authorized by written permission.
    [Show full text]
  • 2 World of Digital Interactive TV
    2 World of Digital Interactive TV 2.1 Broadcast Multimedia Broadcast multimedia is discussed here in the context of digital television standards. Europe, North America and Japan have established the basic stan- dardization efforts for digital television. The basic technology for realizing dig- italization in broadcast services is the MPEG-2 standard. MPEG-2 defines the basic concepts for the provision of digital A/V services in all the digital TV standardization efforts. MPEG-2 defines a signal compression, packetization and multiplexing standard for digital audio and video as well as rudimentary mechanisms for conveying other data in a digital A/V stream. 2.1.1 MPEG-2 The systems part of the ISO/IEC 13181 standard, which defines MPEG-2, addresses the combination of single or multiple elementary streams (ES) of video, audio, and other data into streams suitable for storage or transmission. The specification basically enforces syntactical and semantic rules for systems coding and establishes two stream definitions for packet–oriented multiplexes: transport stream (TS) and program stream (PS). Both stream definitions have a specific set of application areas. The most important application area of the TS is digital TV [1]. The basic packet–oriented multiplexing approach for video, audio, and other data defined in MPEG-2 is illustrated in Fig. 2.1. Digital video and audio data is encoded into compressed MPEG-2 video and audio elemen- tary streams as defined in the ISO/IEC 13181-2 and 13181-3, respectively. These elementary streams are packetized to produce video and audio pack- etized elementary stream (PES) packets.
    [Show full text]
  • Multimedia Home Platform
    Multimedia Home Platform NokiaOKIA DVB-MPH NOKIA between the broadcasting, tel- market where users have the choice DVB agrees open interactive TV ecommunications and computing of buying a basic mobile phone for standard technologies in the horizontal mar- voice communications or a more ket.” At present, the digital TV mar- advanced model that also offers in- A new interactive broadcasting ket is developing along ‘vertical’ teractive services using the very standard is set to revolutionise the lines where broadcasters subsidise latest WAP technology.” Compat- market for digital television and proprietary set-top boxes in return ible with all of the DVB platforms, convergence services worldwide. for customers subscribing to pay- MHP will be implemented by dig- Called DVB-MHP (Multimedia TV channels. ital terrestrial (DVB-T), cable (DVB- Home Platform), this Java-based C) and satellite (DVB-S) broadcast- technology will use open software Open standard According to Timo ers both in Europe and the rest of architecture to provide interactive Lahnalampi, Product Manager, the world. “America’s OpenCable services to digital TV customers re- Nokia Multimedia Terminals, MHP consortium is currently looking for gardless of the service provider and offers several benefits over propri- a common API and is considering STB (Set Top Box) supplier. Types etary platforms - both to customer Java based approach,” states Mr of services that will be launched and service providers alike. “The Lahnalampi. Spain’s digital terres- once MHP is fully available range open approach means that the end- trial service, Quiero TV (formerly from digital text services - com- user can buy a set-top box from ONDA digital) has already stated it plete with high quality pictures and any vendor and still receive a wide will migrate to MHP from the animation - to interactive shopping range of interactive applications.” OpenTV API as soon as the manu- and Internet access.
    [Show full text]
  • Globally Executable MHP (GEM) Specification 1.1.1
    Globally Executable MHP (GEM) Specification 1.1.1 DVB Document A103 Rev. 1 May 2007 2 Contents 1 Scope........................................................................................................................................................9 2 References..............................................................................................................................................10 2.1 Superseding references .................................................................................................................................... 10 3 Definitions and abbreviations.................................................................................................................11 3.1 Definitions ....................................................................................................................................................... 11 3.1.1 Definitions from MHP ............................................................................................................................... 11 3.1.2 Definitions introduced by GEM................................................................................................................. 11 3.2 Abbreviations................................................................................................................................................... 12 4 General considerations and conventions................................................................................................13 4.1 General considerations....................................................................................................................................
    [Show full text]
  • Handbook on Digital Terrestrial Television Broadcasting Networks and Systems Implementation 2021 Edition
    ITUPublications International Telecommunication Union Radiocommunication Sector Handbook on digital terrestrial television broadcasting networks and systems implementation 2021 edition Handbook on digital terrestrial television broadcasting networks and systems implementation 2021 edition ITU-R ¤ ITU 2021 (Revised version) All rights reserved. No part of this publication may be reproduced, by any means whatsoever, without the prior written permission of ITU. Handbook on digital terrestrial television broadcasting networks and systems implementation iii Editors’ Foreword In 2002 ITU published its first Handbook on digital terrestrial television under the title Digital terrestrial television broadcasting in the VHF/UHF bands1 as guidance to engineers responsible for the implementation of digital terrestrial television broadcasting (DTTB). In the Handbook, new digital broadcasting technologies were explained in detail, for example a splendid description of the Discrete Cosine Transform (DCT) coding that is the basis of all past and present TV compression systems, as well as a very instructive chapter on signal power summation. Most of that content are not repeated in this new Handbook on digital terrestrial television broadcasting networks and systems implementation. Therefore, the version 1.01, which was published by ITU in the year 2002, has not lost value and should still be consulted. Since 2002, DTTB has tremendously evolved, not only in technical but also in regulatory aspects. For example, at the turn of the century, MPEG had just started to develop the compression scheme MPEG-4, and HEVC was not known at all. In two sessions, in 2004 and 2006, the important ITU Regional Radiocommunication Conference RRC-06 was held in Geneva and agreed a new frequency plan for digital broadcasting in Region 1 (except Mongolia) and in Iran.
    [Show full text]
  • The Multimedia Home Platform – an Overview
    APPLICATION PROGRAMMING INTERFACE The Multimedia Home Platform – an overview J.-P. Evain EBU Technical Department The Multimedia Home Platform (MHP) encompasses the peripherals and the interconnection of multimedia equipment via the in-home digital network. The MHP solution covers the whole set of technologies that are necessary to implement digital interactive multimedia in the home – including protocols, common API languages, interfaces and recommendations. This article offers an introduction to the design and harmonization of MHP receivers, starting with a reference model which has been derived from the DVB and UNITEL reference models. Introduction At the beginning of 1996, the UNITEL – universal set-top box project was launched by the ISIS Programme of the European Commission. The main aim of this project was to raise aware- ness of the benefits of developing a common platform for user-transparent access to the wid- est range of multimedia services. Promising progress has since been achieved towards the harmonization of what is now widely called the Multimedia Home Platform (MHP). The MHP Launching Group was born from the UNITEL initiative in order to open the project to external parties via joint meetings. Key representatives of the High Level Strategy Group took part in this group, and this collaboration eventually led to the transfer of these activities to the DVB Project. Two DVB working groups were subsequently set up: A commercially-oriented group, DVB-MHP, to define the user and market requirements for enhanced and interactive broadcasting in the local cluster (including Internet access). A technical group, DVB-TAM (Technical issues Associated with MHP), to work on the specification of the DVB Application Programming Interface (API).
    [Show full text]
  • The Multimedia Home Platform – an Overview
    APPLICATION PROGRAMMING INTERFACE The Multimedia Home Platform – an overview J.-P. Evain EBU Technical Department The Multimedia Home Platform (MHP) encompasses the peripherals and the inter- connection of multimedia equipment via the in-home digital network. The MHP solu- tion covers the whole set of technologies that are necessary to implement digital inter- active multimedia in the home – including protocols, common API languages, interfaces and recommendations. This article offers an introduction to the design and harmonization of MHP receivers, starting with a reference model which has been derived from the DVB and UNITEL reference models. Introduction ➩ A commercially-oriented group, compatibility in a multi-CA environ- DVB-MHP, to define the user and ment. At the beginning of 1996, the UNITEL – market requirements for enhanced universal set-top box project was and interactive broadcasting in the launched by the ISIS Programme of the local cluster (including Internet access). Reference model European Commission. The main aim of this project was to raise awareness of ➩ A technical group, DVB-TAM Different reference models have been the benefits of developing a common (Technical issues Associated with defined for each MHP system currently platform for user-transparent access to MHP), to work on the specification in use. UNITEL used object-modelling the widest range of multimedia serv- of the DVB Application Program- tools to define the application classes ices. Promising progress has since ming Interface (API). and functionalities that would ulti- been achieved towards the harmoniza- mately identify the hardware and soft- tion of what is now widely called the DVB-TAM is currently considering ware resources required by an MHP Multimedia Home Platform (MHP).
    [Show full text]
  • Multimedia Home Platform in the World
    Multimedia Home Platform in the world Albert Cañigueral Developers Program Manager Warsaw 26th June 2008 © Osmosys 2003-20082003 -200 8 Company Confidential 26 -Jun -08 Outline • Interactive TV basics • MHP versions (very quick) • MHP markets and deployments • MHP developers and applications • Smart use of MHP features • The hidden costs of “low price” • Final remarks Page 1 © Osmosys 2003 --200 8 Company Confidential 26 -Jun -08 1 InteractiveInteractive TVTV BasicsBasics (note: 26th June 2008 ) © Osmosys 2003-20082003 -200 8 Company Confidential 26 -Jun -08 Digital TV • It’s about (more) Television • In a multi-channel, multi-pipe world, it’s about more than that • It’s about connecting viewers with more content that they care about – as conveniently as possible – as fast as possible – on the big screen, as well as others Page 3 © Osmosys 2003 --200 8 Company Confidential 26 -Jun -08 2 Digital Interactive TV • It’s about (more) Television! – Surprise? • Interactive TV is not text + graphics – “teletext with pictures” is not the future • Interacting to get TV content (on your TV) – Multi-stream audio and video – VOD, Push-VOD – Internet Video with new codecs – etc. Page 4 © Osmosys 2003 --200 8 Company Confidential 26 -Jun -08 This isn ’t 1998: things have moved on Page 5 © Osmosys 2003 --200 8 Company Confidential 26 -Jun -08 3 Interactive TV toolset [2008 edition] Extra revenue opportunities + Storage local/external/remote + H.264 / HD + Broadband + Smart card reader + Return channel + Middleware Current MHEG fits here Zapper STBs and IDTVs Page 6 © Osmosys 2003 --200 8 Company Confidential 26 -Jun -08 National “books ” • Mainly deal with DVB details: - EIT categories, LCN - Subtitles forma, etc.
    [Show full text]
  • Paper, We Present the Media Gallery, a MHP-Based Ally Spend a Lot of Time Anyway: in Front of the TV
    Media Gallery TV — View and Shop your Photos on Interactive Digital Television Sabine Thieme Ansgar Scherp Melanie Albrecht, Susanne Boll CeWe Color AG Oldenburg R&D Institute for Department of Computing Science Oldenburg, Germany Computer Science Tools and Systems University of Oldenburg [email protected] (OFFIS), Oldenburg, Germany Oldenburg, Germany scherp@offis.de [email protected] ABSTRACT MHP-based applications pick up the users where they usu- In this paper, we present the Media Gallery, a MHP-based ally spend a lot of time anyway: in front of the TV. In interactive multimedia application on digital TV. This ap- cooperation with CeWe Color [2], Europe’s largest photo- plication allows customers to view and order their digital finisher, we developed the interactive MHP application Me- photos and to order physical prints and fun products from dia Gallery. The Media Gallery allows the customers to these digital photos directly from TV. The Media Gallery upload and view their digital photos and to order physi- opens a new distribution channel and market opportunity cal prints and fun products, like t-shirts and mugs, directly for the photo finisher and a platform to comfortably view from the TV. With this application, the photo-finisher CeWe and order their digital images directly on their TV. Color achieves a new distribution channel and market oppor- tunity arising from the technology of interactive applications Categories and Subject Descriptors: H.5.1 [Informa- on digital TV. tion Interfaces and Presentation]: Multimedia Information Systems; H.5.2 [User Interfaces]: Screen design; H.5.2 [User 2.
    [Show full text]