Software Platform for Mobile TV

Size: px
Start display at page:

Download "Software Platform for Mobile TV"

Transcription

1 Software Platform for Mobile TV M. Mohsin Saleemi 1,2, Jerker Björkqvist 1, Johan Lilius 1 1 Department of Information Technologies, 2 Turku Center for Computer Science, Åbo Akademi University, Finland, {muhammad.saleemi, jerker.bjorkqvist, johan.lilius}@abo.fi Abstract This paper investigates demands and constraints for the software platform of mobile TV, suggests possible solutions for them and proposes prototype software architecture for mobile TV based on this investigation and proposed solutions. The architecture is independent of specific broadcast technology. The paper also provides description of interactive applications that can be supported by Mobile TV. This research study is based on investigating existing software platforms including DVB-MHP, OCAP, ATSC-DASE, ACAP, ARIB- BML and MIDP, to expose their capabilities and limitations and identifies the enhancements to support interactive mobile TV applications. 1. Introduction In recent years, digitization of traditional systems has made significant and rapid progress in the sector of media consumption. The migration of traditional analog broadcast systems to digital systems has become the major part of global broadcasting. By using the Internet Protocol Datacasting (IPDC) technology, digital broadcast networks makes it possible to broadcast any kind of digital content to mobile handheld devices (Staffans, 2004). It enables convergence of TV and other multimedia content to mobile devices to offers a rich context of services including interactive, position-based and multimedia services. This broadcast and mobile convergence mobile TV- also imposes some limitations and contentions. To receive interactive broadcast services to wide range of devices having varying capabilities, there must be a common software platform that allows the convergence of cellular and broadcast networks and supports the execution of interactive software applications from different vendors. Without it, users will be unable to access and consume all of the available services to their handheld terminals. The software platform for interactive mobile TV applications is an evolving research area and has not yet been explored in detail. The ongoing research and development in this area can be seen in (instinct, 2004). In this paper, we point out the design requirements for mobile TV platform by investigating existing digital TV platforms and give the possible strategies for their solution. We also propose software architecture for mobile TV based on our research study. The rest of the paper is organized as follows: Section 2 describes common existing software standards and provides their precise comparison. Section 3 describes the different interactive applications to be supported by Mobile TV. Section 4 presents the design requirements and their proposed solutions for Mobile TV software platform. Section 5 gives the comparison of existing standards against our requirement study. In section 6 we present the proposed software architecture for Mobile TV. This section also represents description of interactive mobile applications that can be developed for Mobile TV. Finally, we describe future work and conclude the paper in Section Current Software Platform Solutions In this section we briefly described and analyzed common existing software platforms of digital TV and mobile phones, which are being used for the software application and service developments. 2.1 Multimedia Home Platform DVB-MHP is an open software platform that defines generic interface between interactive digital applications and user terminals on which these applications execute. In this way, applications from various service providers are interoperable with different MHP implementations independent of the underlying hardware, vendor and software. MHP specifies a way to deliver interactive applications within digital TV stream and describes how these applications are executed on the digital TV receiver. The application model and lifecycle management functionality in MHP is provided by JavaTV API. The MHP standard specifies software environment that must be offered by the receiver in order to compatible with MHP. DVB produced the GEM (Globally Executable MHP) specification which is a cut-down version of MHP that removes any dependencies on other DVB technologies. 2.2 OpenCable Application Platform OCAP is software platform for data broadcasting defined by CableLabs and is largely based on MHP with cable specific extensions. OCAP specifies the

2 application model and signalling information for broadcast applications. It extends MHP by supporting additional monitor application to give network operator a lot more control over the receiver. OCAP also provides support for applications which can run at any time and are not related to the currently watched TV channel. Example includes video-on-demand (VoD) application. 2.3 DTV Application Software Environment ATSC-DASE is the middleware platform based on ATSC (Advanced Television Systems Committee) digital broadcast standard. It provides the core functionalities required in digital TV including application model, life cycle signalling, data storage, service management. (Lee et al., 2002) describes the systems architecture and software environment for DASE systems. 2.4 Advanced common Application Platform ACAP is new standard that is designed by integrating OCAP and ATSC-DASE. The goal of ACAP is to define a common application framework between Cable and terrestrial digital TV. It combines Java part from OCAP and HTML part from DASE. It uses the ATSC service information for handling broadcast services. ACAP includes elements from full MHP specification and GEM, including GEM application signalling. 2.5 Broadcast Mark-up Language (BML) Platform BML is a XML based multimedia coding scheme defined by ARIB STD-B24 standard. It provides multimedia data broadcasting to enable viewers to access multimedia content and to get detailed information about the TV programs. Like other digital TV middleware standards, BML standard is also based on GEM to provide application model and life cycle management functionalities. The main difference of BML to the other standards is its transport protocol to carry applications and data. It uses DSM-CC data-carousel based transport protocol instead of object carousel. 2.6 Mobile Information Device Profile The Mobile Information Device Profile (MIDP) is designed for mobile phones and entry-level PDAs. It offers core application functionality required by mobile applications including user interface, network connectivity, data storage and application management. MIDP provides a complete environment for creating applications for handheld devices while having minimum usage of memory and power consumption. The key feature of highlevel MIDP applications is their portability across various cell phones by handling issues such as screen layout and button mapping. MIDP solution is based on connection limited device configuration (CLDC) which relies on K virtual machine, a derivative of JVM for resource constrained mobile devices. Comparison The table represents the main elements that are included in above mentioned platforms to give a precise comparison. Table 1: Comparison MHP OCAP/ACAP/ DASE BML MIDP Underlying JavaTV/GEM Java- GEM-based GEM-based Platform based Based Specification Receiver and transmission Receiver Receiver Receiver GUI AWT & HAVi AWT & HAVi AWT & HAVi LCDUI Application model DVB-J DVB-J/ACAP-J ECMA-Script MIDlet Service JSR 272 JavaTV API JavaTV API JavaTV API Selection API Service JSR 272 DVB-SI API JavaTV- SI API JavaTV- SI API information API Interactivity Signalling & Data Access Monitor application Unbounded applications DSM-CC Object carousel DSM-CC Object carousel DSM-CC Data carousel No Yes No No No Yes Yes Yes Limited Not specified The interactive digital TV standards MHP, OCAP, DASE, ACAP and BML were designed for Set-top boxes and integrated digital TV and provide application and service management functionalities. The user interface provided by these solutions are based on Abstract windows toolkit (AWT) and HAVi Specification that allow extensive windows management support such as window overlapping and resizing. Media presentation and control is provides by Java Media Framework (JMF). They provide support for return channel for interactivity and include service selection APIs to access list of services. These standards provide persistent data storage management as a part of receivers file system and give support to access broadcast data and MPEG-2 streams via DSM-CC protocols. They provide security and resource management functionalities to solve conflicts between applications and to offer fine-grain access control. MHP differs to these standards in the fact that each application in MHP is tied to one or more services whereas OCAP, ACAP, DASE, BML can have unbounded applications running simultaneously. MIDP is designed for limited configuration devices and its GUI APIs are contained in LCDUI package and are not based on AWT (Pawlan, 2001). The event handling mechanism in AWT and LCDUI are different as AWT event objects are dynamically created when user interacts whereas LCDUI events are method calls that pass the event parameters. This is because of the fact that processing of dynamically created objects requires more memory

3 and power requirements that is not realistic for handheld devices. MIDP provide features such as application life cycle management, dynamically loaded application handling, resource and data storage management and end-to-end security model for applications. It provides broadcast application and service management functionality using Mobile Broadcast Service API for Handheld Terminals (JSR 272). Currently, MIDP does not support broadcast protocols. 3. Interactivity in Mobile TV Due to the limited hardware and software resources, it is more likely that the people will use interactive services like voting, chatting, shopping, breaking news and games and interactivity related to TV programs etc rather than watching movies on their mobile phones. In this section we present description of three specific interactive applications that have diverse nature are likely to be supported by Mobile TV. 1. The first interactive application is Who wants to be Millionaire? This application contains streaming and graphics objects to be displayed on screen. This application would be in the form of precompiled java programs that require execution environment in the receivers to execute application. The viewers can take part to the game live from their homes by answering the same questions as the TV contestant using their remote controls. The real time behaviour of the application provides synchronization to the broadcast and ensures that the answers were not displayed to the viewers before the TV contestant answered the same question. The points of the viewers are accumulated and they can get application updates through return channel. The viewer with the highest points is then invited to the TV program. 2. We are implementing a multiplayer locationbased interactive mobile game Abot using DVB- H broadcast channel combined with a point-to-point channel, such as 3G or GPRS. The interactivity in such a service is dependent on the user s actions where the action of one user affects the internal status of the server providing the service, allowing all other users to experience the changes. We defined three categories of interaction in this system. Instantaneous pull-type interaction is sporadic communication which is followed by a near-instantaneous response and typically consumes very little bandwidth. Predicted push-type of interaction covers the case where the location history or some other user action sequence reveals to the system the most probable near-future communication need of the user. The server should be able to push data to the terminal before the user actually requests it. The collective push-type interaction is related to multicast data which reflects the current state of the service. 3. ESG is the interactive application that provides extensive program information and support for a variety of interactive TV services. Users can interact with ESG to purchase and download multimedia content associated with the broadcast. 4. Design Requirements and Proposed Solutions for Mobile TV Software Platform Based on the usability studies and end-user scenarios of interactive applications described in the last section, we identify the design requirements for the software platform of Mobile TV. These requirements and their possible solutions are presented in this section to draw a sketch for the development of platform supporting interactive services. R1. Capability to support IPDC IPDC is a set of specifications that defines Electronic Service Guide (ESG), service access management, delivery protocols, signaling and QoS aspects to deliver any kind of content to mobile handheld terminals using internet protocol (IP). We propose that the architecture should contain a software component to manage IPDC access and handle network interfaces for the reception of broadcast services and applications. This component would hide underlying functionalities of networks making it possible to receive and consume IPDC services from any kind of network. R2. Simple user interface One solution, to cope with variety of handheld terminals having varying capabilities, is to create different versions of application for each family of devices according to its capabilities. This is not a feasible solution as creating separate versions for each would mean to create several thousands of applications, which is not realizable. The alternative solution is to use higher abstraction which would hide the device specific functionalities making it possible for same services and applications to be able to adapt to specific user interface of the target device. We propose to build a common user interface framework which can be based on XML for describing the graphical layouts. This framework would have advantage of handling the differing user interface implementations and applications would be unaware of the user interface used (Honkala et al, 2004; Luyten & Coninx, 2001) R3. Support for low screen resolution In order to make digital TV services compelling on low resolution screens, the encoding technique must be efficient and flexible enough to support

4 lower bandwidth requirement for mobile environment. MPEG-4/H.264 is a much more flexible compression standard than MPEG-2 as it improves quality, has more error robustness and uses video frames of Quarter Common Intermediate Format (QCIF). The resolutions that need to be supported by the platform include for example 480*320, 320*320, and lower. R4. Support for run dynamically loaded applications For dynamically loaded applications the platform must have a software component for the management of these applications. This component is responsible for reception of applications, storing them into the local memory of terminal and makes them ready for execution. This component will handle complete life cycle of applications. R5. Management of interactive broadcast services and applications Broadcast services and applications can be managed by providing a software component in the platform that supports all the functionalities to administer and utilize the broadcast content and services. The main tasks of this component are to search the services that are currently available to the user, selection of service user want to access, check if the user is authorized to use that service, perform the subscription of the service if necessary, download the data that is necessary to run the applications and retrieve and consume the contents such as TV programs, audio and video etc. R6. Hardware / software resources and power consumption The general recommendation is to have the effective power saving modes to handle resource and power management. The response times need to be short even in the sleeping mode of the terminal. Reactions to the user inputs, signalling of broadcast service have to be immediate. R7. Return Channel The return channel for interactive applications and services can be provided by cellular communication networks such as 3G or GPRS. R8. Streaming Protocols For streaming services, audio/video streaming protocols should be included in the protocol stack. RTP can be used for delivering audio video streams. It is used with RTCP to monitor the QoS and to convey information about ongoing session. R9. Support for positioning techniques The Positioning techniques can be used in mobile TV context to enable the operators to deliver the location-based services to a specific geographical area based on user s current position. GPS and cell- ID techniques could be used. R10. Transparent switching between cellular and TV applications The software platform must provide some mechanism for some type of transparent switching between cellular and TV applications. There can be optionally implemented some technique that can record the live stream when the user is busy to attend the call, and when the call is finished, the program restart from the point where viewer stopped watching. R11. Format of ESG information The bandwidth required for broadcast TV contents is very expensive and processing power of the handheld terminals is low. These factors impose some limitations to the format of ESG metadata which should use simple and lightweight representation. XML based data representation would be the best option for several reasons. First, XML is best suited for describing the structured information like metadata. Second, XML is an appropriate format which is already using in existing deployed systems e.g. TV Anytime. Third, it would be easy to update the information in ESG by using XML and it can be easily converted to other formats like HTML. R12. Delivery of ESG and contents The ESG can be delivered to the terminals as one big entity or several small entities by using any of the two transmission channels: broadcast or interactive. The same protocols, ALC and FLUTE, which are used to deliver the files, can be used to deliver ESG data. In that case the ESG is partitioned into number of small packages and these packages are delivered in a FLUTE session as transport object and the delivery information can be carried in File Delivery Table (FDT). Each package has a distinct ID and by using the header information, the terminal will be capable of identifying which part of the ESG is transmitted. Service guide updates can be retrieved via the interaction channel. For delivery of ESG through interaction channel, HTTP would be used to send request for the service guide. The response of this HTTP request will contain ESG data. 5. Comparison of Existing Software Solutions Against our Requirement Study The table 1 gives concise comparison between the software platform solutions described in section 2. Table 2: Comparison against Mobile TV Requirements Requirement Analysis of Mobile MHP/ ACAP/ TV Software Platform OCAP DASE BML MIDP Support for IPDC No No No No Broadcast Protocols Yes Yes Yes No Service and app. management Yes Yes Yes Yes Service discovery and selection Yes Yes Yes Yes Support for low screen resolution No No No Yes Support for simpler user interface Not Not Not Application directly directly directly dependent Required resources More More More Fewer Support for DRM Yes Yes Yes Yes Return channel Yes Yes Yes Yes Dynamically loaded applications Yes Yes Yes Yes

5 This comparison is made with respect to the requirement analysis identified in last section. All of these standards provide support for mobile reception of services, although, except MIDP all were originally designed for fixed receivers. MIDP provide support for low screen resolution and simple GUI as it is developed for mobile phones. It provides service and application management functionalities using the new API Mobile Broadcast Service API for Handheld Terminals. All other standards are based on JavaTV and GEM which provide application life cycle model and service management functionalities. 6 Prototype Software Architecture of Mobile TV In this section, we propose prototype software architecture for mobile TV based on our requirement analysis and solutions. This architecture specifies all central components from the hardware level to application level, which are necessary to support digital TV and other multimedia and interactive services in mobile handheld terminals. the hardware components that are necessary for providing both functionalities i.e. cellular services and broadcast services. The hardware API provides the layer of abstraction for hardware from different manufacturers. The next higher level is the protocol stack. This protocol stack contains all the protocols that are necessary for the system to receive the digital broadcast. There are different candidate protocols that can be used e.g. ALC and FLUTE for file and ESG delivery, RTP and RTCP for A/V streaming. Parallel to these hardware and protocol stack layer is the real time operating system. For java-based applications, the Java Virtual Machine provides a dynamic platform with a secure execution environment. For the other applications like C/C++ based, the system has native libraries to execute these applications. The next higher level is middleware layer which is the core component of the software platform of mobile TV. Using different separate modules, all the functionalities related to mobile TV are implemented in this part. The IPDC module handles all the operations related to the reception and signalling of the IPDC services and applications. The ESG engine signals the receiver to tune into selected IPDC service and receives the input ESG data. The decoding of the audio and video streams is handled by the audio/video decoder software solutions. Digital right management is provided for content protection. 7. Conclusions This paper investigates the existing software platform solutions to explore their capabilities and limitations to support interactive mobile TV. Based on this research study, we identify the demands and constraints for the software structure of mobile TV, suggest possible solutions for them and propose prototype software architecture for mobile TV. As future work we plan to consider the implementation detail of this architecture and to evaluate a specific interactive mobile TV application scenario to give the proof of concept. Fig. 1: Mobile TV Architecture Figure 1 shows the overall architecture of mobile TV. In this architecture, we focused on the TV related elements of the mobile handheld terminal. The elements required for the phone functions such as phone specific software stacks, APIs, protocol stacks etc. are not shown in the figure but they, of course, are present in the system. The lowest level of this architecture, the hardware layer contains all References 1. Homepage of the Instinct project Honkala. M, Cesar P. & Vuorimaa P. (2004). A device independent XML user agent for multimedia terminals. IEEE (ISMSE 04) 3. Luyten K. & Coninx K. (2001). Systems: Design, Specification, and Verification: 8th International Workshop, DSV-IS Staffans L. (2004). Internet protocol datacasting, a technology overview. Master s thesis, Helsinki University of Technology, Finland, March Pawlan M. (2001). Introduction to digital TV applications programming. February Kwangkee Lee, Jungho Lee and Hyogun Lee (2002). A Middleware architecture for ITV receivers, Consumer Electronics, 2002.

World of Digital Interactive TV

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

More information

SmartTV User Interface Development for SmartTV using Web technology and CEA2014. George Sarosi george.sarosi@twcable.com

SmartTV User Interface Development for SmartTV using Web technology and CEA2014. George Sarosi george.sarosi@twcable.com SmartTV User Interface Development for SmartTV using Web technology and CEA2014. George Sarosi george.sarosi@twcable.com Abstract Time Warner Cable is the second largest Cable TV operator in North America

More information

A STUDY ON DIGITAL VIDEO BROADCASTING TO A HANDHELD DEVICE (DVB-H), OPERATING IN UHF BAND

A STUDY ON DIGITAL VIDEO BROADCASTING TO A HANDHELD DEVICE (DVB-H), OPERATING IN UHF BAND A STUDY ON DIGITAL VIDEO BROADCASTING TO A HANDHELD DEVICE (DVB-H), OPERATING IN UHF BAND Farhat Masood National University of Sciences and Technology, Pakistan farhatmasood@hotmail.com ABSTRACT In this

More information

- Open Architecture/Interoperability Issues

- Open Architecture/Interoperability Issues Digital Set Top Box (STB) - Open Architecture/Interoperability Issues The DVB (Digital Video Broadcast) project group has developed a family of interrelated international standards for digital television

More information

Introduction to. Bill Rose: President, WJR Consulting, Inc. Chairman: CEA R7 Home Networking Committee CEA Technology and Standards Council

Introduction to. Bill Rose: President, WJR Consulting, Inc. Chairman: CEA R7 Home Networking Committee CEA Technology and Standards Council Introduction to Bill Rose: President, WJR Consulting, Inc. Chairman: CEA R7 Home Networking Committee CEA Technology and Standards Council Copyright 2005 High-Definition Audio-Video Network Alliance. All

More information

Demonstration of Internet Protocol Television(IPTV) Khai T. Vuong, Dept. of Engineering, Oslo University College.

Demonstration of Internet Protocol Television(IPTV) Khai T. Vuong, Dept. of Engineering, Oslo University College. Demonstration of Internet Protocol Television(IPTV) 1 What is IPTV? IPTV is a general term of IP+TV = IPTV Delivery of traditional TV channels and video-ondemand contents over IP network. 2 IPTV Definition

More information

From Digital Television to Internet? A general technical overview of the- DVB- Multimedia Home Platform Specifications

From Digital Television to Internet? A general technical overview of the- 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 This paper provides a general technical overview of the

More information

Position Paper for The Fourth W3C Web and TV Workshop. Mingmin Wang Oriental Cable Network wmm@scn.com.cn

Position Paper for The Fourth W3C Web and TV Workshop. Mingmin Wang Oriental Cable Network wmm@scn.com.cn Position Paper for The Fourth W3C Web and TV Workshop Abstract This paper introduces multiple screen technology research and services implementation in China, which has the close relationship between Web

More information

How To Build A Cloud Based Data Hub For A Networked Network (Networking) System (Network)

How To Build A Cloud Based Data Hub For A Networked Network (Networking) System (Network) The Versatile Content Distribution System Highly Efficient Content Distribution The SkyScraper system from Triveni Digital is a highly convenient and efficient platform for content distribution via any

More information

M-EAS. Application Note. Mobile DTV ATSC-M/H. Mobile Emergency Alert System Analysis & Monitoring. decontis GmbH Sachsenstr. 8 02708 Löbau.

M-EAS. Application Note. Mobile DTV ATSC-M/H. Mobile Emergency Alert System Analysis & Monitoring. decontis GmbH Sachsenstr. 8 02708 Löbau. Mobile DTV ATSC-M/H M-EAS Mobile Emergency Alert System Analysis & Monitoring GmbH Sachsenstr. 8 02708 Löbau Germany +49 3585 862915 +49 3585 415629 www..com dvbsam@.com 1 Overview... 3 2 Introduction

More information

Ginga-J: The Procedural Middleware for the Brazilian Digital TV System

Ginga-J: The Procedural Middleware for the Brazilian Digital TV System Ginga-J: The Procedural Middleware for the Brazilian Digital TV System Guido Lemos de Souza Filho, Luiz Eduardo Cunha Leite, Carlos Eduardo Coelho Freire Batista Digital Video Applications Lab Department

More information

The Advantages of Using NCL 2.3

The Advantages of Using NCL 2.3 MAESTRO: The Declarative Middleware Proposal for the SBTVD TeleMidia Laboratory PUC-Rio R. Marquês de São Vicente, 225 Rio de Janeiro 22453-900 Brazil lfgs@inf.puc-rio.br ACM, (2006). This is the author's

More information

IPTV Primer. August 2008. Media Content Team IRT Workgroup

IPTV Primer. August 2008. Media Content Team IRT Workgroup TV Primer August 2008 Media Content Team IRT Workgroup What Is TV? TV is the delivery of video and audio programming via Internet Protocol () over a broadband network TV can run on a converged network

More information

SERIES H: AUDIOVISUAL AND MULTIMEDIA SYSTEMS Infrastructure of audiovisual services Communication procedures

SERIES H: AUDIOVISUAL AND MULTIMEDIA SYSTEMS Infrastructure of audiovisual services Communication procedures I n t e r n a t i o n a l T e l e c o m m u n i c a t i o n U n i o n ITU-T TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU Technical Paper (11 July 2014) SERIES H: AUDIOVISUAL AND MULTIMEDIA SYSTEMS Infrastructure

More information

Architecture and Technologies for HGW

Architecture and Technologies for HGW Architecture and Technologies for HGW Authors: Masahide Nishikawa* and Shunsuke Nishio* Home information and communication technology (ICT) service systems, where household appliances and devices are linked

More information

Update: Digital TV. Digital TV. More than TV?

Update: Digital TV. Digital TV. More than TV? Update: Digital TV Digital TV More than TV? Frankfurt 28.09.2003 Dr. Hermann Rotermund Weißes Rauschen Medienkonzepte Digital Production Digital cameras Digital video standards Digital editing Digital

More information

An architecture for the delivery. of DVB services over IP networks Rennes, January 2007 INTRODUCTION DIGITAL VIDEO TRANSPORT

An architecture for the delivery. of DVB services over IP networks Rennes, January 2007 INTRODUCTION DIGITAL VIDEO TRANSPORT An architecture for the delivery Datasheet User guide White paper þ of DVB services over IP networks Rennes, January 2007 INTRODUCTION Present paper proposes to look around technologies used today for

More information

Trends of Interactive TV & Triple Play

Trends of Interactive TV & Triple Play Trends of Interactive TV & Triple Play 1 Technology trends 4C s convergence Improvement and standardization of the encoding technology The enhancement and cost effective of IP video streaming network components

More information

Interactive Broadcast Services for Mobile Phones. Uwe Rauschenbach 1, Stephan Skrodzki 2

Interactive Broadcast Services for Mobile Phones. Uwe Rauschenbach 1, Stephan Skrodzki 2 Interactive Broadcast Services for Mobile Phones Uwe Rauschenbach 1, Stephan Skrodzki 2 1 Siemens AG, Corporate Technology, Munich, Germany, uwe.rauschenbach@siemens.com 2 GMIT, Berlin, Germany, skrodzki@gmit-gmbh.de

More information

Mobile Operating Systems Lesson 05 Windows CE Part 1

Mobile Operating Systems Lesson 05 Windows CE Part 1 Mobile Operating Systems Lesson 05 Windows CE Part 1 Oxford University Press 2007. All rights reserved. 1 Windows CE A 32 bit OS from Microsoft Customized for each specific hardware and processor in order

More information

The reference model for smart TV. China Electronics Standardization Institute

The reference model for smart TV. China Electronics Standardization Institute TM The reference model for smart TV China Electronics Standardization Institute Contents The development of Smart TV Standardization di ti suggestions The concept of Smart TV The basic requirements System

More information

Implementation of a Video On-Demand System For Cable Television

Implementation of a Video On-Demand System For Cable Television Implementation of a Video On-Demand System For Cable Television Specific VOD Implementation for one way networks This white paper is co-authored by: Teleste Oyj Edgeware AB 1(18) TABLE OF CONTENTS Confidentiality

More information

Market & Business Development in in Television HbbTV and IPTV in Australia

Market & Business Development in in Television HbbTV and IPTV in Australia Market & Business Development in in Television HbbTV and IPTV in Australia Andrew King Director : BroadSpectrum Consultants Chair : Australian Radiocommunications Study Group 6 (Broadcasting) 25 th May

More information

Internet Protocol Television (IPTV)

Internet Protocol Television (IPTV) International Journal of Electronics and Computer Science Engineering 2221 Available Online at www.ijecse.org ISSN- 2277-1956 Internet Protocol Television (IPTV) Lokesh Mittal 1, Ritika Mittal 2 Lecturer

More information

Open multi-provider delivery of TV services over IP networks

Open multi-provider delivery of TV services over IP networks Open multi-provider delivery of TV services over IP networks Introduction Content of the presentation 8 Introduction to DVB-IPI and its application to Medianet open system vision 8 Challenges in realistic

More information

NorDig PVR metadata for

NorDig PVR metadata for 1 (20) NorDig PVR metadata for NorDig compliant PVR signalization A whitepaper by NorDig Table of Contents 2 (20) 1 Document History... 3 2 Purpose of this document... 3 3 References... 3 4 List of Abbreviations...

More information

ADVANTAGES OF AV OVER IP. EMCORE Corporation

ADVANTAGES OF AV OVER IP. EMCORE Corporation ADVANTAGES OF AV OVER IP More organizations than ever before are looking for cost-effective ways to distribute large digital communications files. One of the best ways to achieve this is with an AV over

More information

Copyright 2006 TeleMídia

Copyright 2006 TeleMídia Copyright 2006 TeleMídia Agenda ISDB-T Reference Model and ITU-T Reference Model overview Middleware requirements Ginga Final Remarks 2 Copyright 2006 TeleMídia DTV Reference Model Copyright 2006 TeleMídia

More information

Dynamic Bluetooth File Sharing With Cellular Devices. Project Goals

Dynamic Bluetooth File Sharing With Cellular Devices. Project Goals Dynamic Bluetooth File Sharing With Cellular Devices Steve Brar George Chen Michael Hair Jon Wagoner Project Goals Establishing a Bluetooth connection Download application software to client Look up existing

More information

Quality of Service Management for Teleteaching Applications Using the MPEG-4/DMIF

Quality of Service Management for Teleteaching Applications Using the MPEG-4/DMIF Quality of Service Management for Teleteaching Applications Using the MPEG-4/DMIF Gregor v. Bochmann and Zhen Yang University of Ottawa Presentation at the IDMS conference in Toulouse, October 1999 This

More information

DLNA for HD Video Streaming in Home Networking Environments

DLNA for HD Video Streaming in Home Networking Environments DLNA for HD Video Streaming in Home Networking Environments With the proliferation of digital content and the expanding variety of connected and IP-enabled consumer electronics (CE) devices, consumers

More information

ETSI and Broadcast Broadband Television

ETSI and Broadcast Broadband Television ETSI BROADCAST AND CONTENT DELIVERY TOPICS Presented by Michael Sharpe, ETSI ESP VP for ETSI Workshop in Georgia May 2012 ETSI 2012. All rights reserved ETSI standardization activities 2 ETSI 2012. All

More information

Bandwidth Control in Multiple Video Windows Conferencing System Lee Hooi Sien, Dr.Sureswaran

Bandwidth Control in Multiple Video Windows Conferencing System Lee Hooi Sien, Dr.Sureswaran Bandwidth Control in Multiple Video Windows Conferencing System Lee Hooi Sien, Dr.Sureswaran Network Research Group, School of Computer Sciences Universiti Sains Malaysia11800 Penang, Malaysia Abstract

More information

IP Data Over Satellite To Cable Headends And A New Operation Model With Digital Store And Forward Multi-Media Systems

IP Data Over Satellite To Cable Headends And A New Operation Model With Digital Store And Forward Multi-Media Systems IP Data Over Satellite To Cable Headends And A New Operation Model With Digital Store And Forward Multi-Media Systems Paul Harr Wegener Communications ABSTRACT The success of the Internet has proved it

More information

Content Protection in Silverlight. Microsoft Corporation

Content Protection in Silverlight. Microsoft Corporation Content Protection in Silverlight Microsoft Corporation April 2010 Contents Contents...2 Introduction...3 What is Content Protection?... 3 Why Should You Protect Online Content?... 3 Techniques for Protecting

More information

CSE 237A Final Project Final Report

CSE 237A Final Project Final Report CSE 237A Final Project Final Report Multi-way video conferencing system over 802.11 wireless network Motivation Yanhua Mao and Shan Yan The latest technology trends in personal mobile computing are towards

More information

Video conferencing. Introduction Standards Products Internet telephony Computer Telephony Integration (CTI) Petri Vuorimaa 1

Video conferencing. Introduction Standards Products Internet telephony Computer Telephony Integration (CTI) Petri Vuorimaa 1 Video conferencing Introduction Standards Products Internet telephony Computer Telephony Integration (CTI) Petri Vuorimaa 1 Introduction Video conferencing can be used for + Audio-visual communication

More information

ENERGY STAR Technical Specifications for Cable, Satellite, and Telecom Service Providers. Table of Contents

ENERGY STAR Technical Specifications for Cable, Satellite, and Telecom Service Providers. Table of Contents ENERGY STAR Technical Specifications for Cable, Satellite, and Telecom Service Providers Table of Contents Section 1: Definitions 2 Section 2: Qualifying Products 5 Section 3: Testing Products for ENERGY

More information

AXIS Video Capture Driver. AXIS Video Capture Driver. User s Manual

AXIS Video Capture Driver. AXIS Video Capture Driver. User s Manual AXIS Video Capture Driver User s Manual 1 Introduction The AXIS Video Capture Driver enables video stream input from one Axis network video product to be recorded and shown with third party products, e.g.

More information

Emerging Markets for H.264 Video Encoding

Emerging Markets for H.264 Video Encoding Leveraging High Definition and Efficient IP Networking WHITE PAPER Introduction Already dominant in traditional applications such as video conferencing and TV broadcasting, H.264 Advanced Video Coding

More information

IPTV and its transportation...

IPTV and its transportation... IPTV and its transportation... Broadcast Multimedia course TUT - 2008 Adrian Hornsby IPTV...like in IP + TV?? Yea!! IP + TV = IPTV!! Sending television-like content over an IP network And even more!! Trip

More information

The EMSX Platform. A Modular, Scalable, Efficient, Adaptable Platform to Manage Multi-technology Networks. A White Paper.

The EMSX Platform. A Modular, Scalable, Efficient, Adaptable Platform to Manage Multi-technology Networks. A White Paper. The EMSX Platform A Modular, Scalable, Efficient, Adaptable Platform to Manage Multi-technology Networks A White Paper November 2002 Abstract: The EMSX Platform is a set of components that together provide

More information

Local and Ultra Local Content in Broadcast Mobile TV

Local and Ultra Local Content in Broadcast Mobile TV Local and Ultra Local Content in Broadcast Mobile TV Richard LHERMITTE ENENSYS Technologies France ABSTRACT Broadcast Mobile TV is meant to be one of the next killer application for Mobile operators and

More information

Chapter 6: Broadcast Systems. Mobile Communications. Unidirectional distribution systems DVB DAB. High-speed Internet. architecture Container

Chapter 6: Broadcast Systems. Mobile Communications. Unidirectional distribution systems DVB DAB. High-speed Internet. architecture Container Mobile Communications Chapter 6: Broadcast Systems Unidirectional distribution systems DAB DVB architecture Container High-speed Internet Prof. Dr.-Ing. Jochen Schiller, http://www.jochenschiller.de/ MC

More information

Evolving Telecommunications to Triple Play:

Evolving Telecommunications to Triple Play: Hands-On IPTV, VoIP, 3D TV and Delivery Systems for System Engineers Course Description With the introduction of Next Generation Networks to telecommunications carrier infrastructures, customers expect

More information

Computer Network. Interconnected collection of autonomous computers that are able to exchange information

Computer Network. Interconnected collection of autonomous computers that are able to exchange information Introduction Computer Network. Interconnected collection of autonomous computers that are able to exchange information No master/slave relationship between the computers in the network Data Communications.

More information

Audiovisual Services on Internet

Audiovisual Services on Internet Audiovisual Services on Internet Audiovisual on Internet Services A/V on IP Focus on IPTV Services characteristics page 3 Audiovisual on Internet Services A/V on IP Focus on IPTV Services characteristics

More information

Espial IPTV Middleware. Evo Solution Whitepaper. <Title> Delivering Interactive, Personalized 3-Screen Services

Espial IPTV Middleware. Evo Solution Whitepaper. <Title> Delivering Interactive, Personalized 3-Screen Services Espial IPTV Middleware Evo Solution Whitepaper Delivering Interactive, Personalized 3-Screen Services April 2010 Espial Group 1997-2010. All rights reserved The 3-Screen Challenge Differentiate

More information

ATSC Standard: ATSC Security and Service Protection Standard

ATSC Standard: ATSC Security and Service Protection Standard ATSC Standard: ATSC Security and Service Protection Standard Doc. A/106 28 September 2015 Advanced Television Systems Committee 1776 K Street, N.W. Washington, D.C. 20006 202-872-9160 1 The Advanced Television

More information

How to establish an. MHPapplication development environment. Olav Frølich Danmarks Radio

How to establish an. MHPapplication development environment. Olav Frølich Danmarks Radio How to establish an MHPapplication development environment Olav Frølich Danmarks Radio Danmarks Radio (DR) has carried out an analysis on how to establish an MHP application development environment. In

More information

Traffic load and cost analysis for different IPTV architectures

Traffic load and cost analysis for different IPTV architectures Traffic load and cost analysis for different IPTV architectures SKENDER RUGOVA, ARIANIT MARAJ Post and Telecommunication of Kosova-PTK Dardania, p.nr., Prishtina, Republic of Kosova Skender.rugova@ptkonline.com,

More information

reach a younger audience and to attract the next-generation PEG broadcasters.

reach a younger audience and to attract the next-generation PEG broadcasters. PEG Streaming Public, Education, and Government (PEG) TV channels have been going through an evolution. Once the exclusive domain of "cable TV", PEG's have evolved to become Community Media Centers, serving

More information

LIVE VIDEO STREAMING USING ANDROID

LIVE VIDEO STREAMING USING ANDROID LIVE VIDEO STREAMING USING ANDROID Dharini Chhajed 1, Shivani Rajput 2 and Sneha Kumari 3 1,2,3 Department of Electronics Engineering, Padmashree Dr. D. Y. Patil Institute of Engineering and Technology,

More information

Junos Space for Android: Manage Your Network on the Go

Junos Space for Android: Manage Your Network on the Go Junos Space for Android: Manage Your Network on the Go Combining the power of Junos Space and Android SDKs to build powerful and smart applications for network administrators Challenge It is important

More information

Cisco Digital Media System: Comprehensive. Scalable. Network-Centric.

Cisco Digital Media System: Comprehensive. Scalable. Network-Centric. Cisco Digital Media System: Comprehensive. Scalable. Network-Centric. Executive Summary The Cisco Digital Media System (DMS) is a comprehensive suite of digital signage, Enterprise TV, and desktop video

More information

Abstract. An SNMP Agent for a DTV Data Server. Dinkar Bhat David Catapano James Kenealy Gomer Thomas

Abstract. An SNMP Agent for a DTV Data Server. Dinkar Bhat David Catapano James Kenealy Gomer Thomas An SNMP Agent for a DTV Data Server by Dinkar Bhat David Catapano James Kenealy Gomer Thomas Abstract This paper presents a framework for remote control and monitoring of a DTV data server using the Simple

More information

a whitepaper on hybrid set-top-box

a whitepaper on hybrid set-top-box a whitepaper on hybrid set-top-box A Set-top-Box (STB) is a very common name heard in the consumer electronics market. It is a device that is attached to a Television for enhancing its functions or the

More information

5.1 audio. How to get on-air with. Broadcasting in stereo. the Dolby "5.1 Cookbook" for broadcasters. Tony Spath Dolby Laboratories, Inc.

5.1 audio. How to get on-air with. Broadcasting in stereo. the Dolby 5.1 Cookbook for broadcasters. Tony Spath Dolby Laboratories, Inc. 5.1 audio How to get on-air with the Dolby "5.1 Cookbook" for broadcasters Tony Spath Dolby Laboratories, Inc. This article is aimed at television broadcasters who want to go on-air with multichannel audio

More information

An Introduction to VoIP Protocols

An Introduction to VoIP Protocols An Introduction to VoIP Protocols www.netqos.com Voice over IP (VoIP) offers the vision of a converged network carrying multiple types of traffic (voice, video, and data, to name a few). To carry out this

More information

Ginga-J - An Open Java-based Application Environment for Interactive Digital Television Services

Ginga-J - An Open Java-based Application Environment for Interactive Digital Television Services Ginga-J - An Open Java-based Application Environment for Interactive Digital Television Services Raoni Kulesza 1,2, Jefferson F. A. Lima, Álan L. Guedes, Lucenildo L. A. Junior 1, Silvio R. L. Meira 2,

More information

Mobile Operating Systems. Week I

Mobile Operating Systems. Week I Mobile Operating Systems Week I Overview Introduction Mobile Operating System Structure Mobile Operating System Platforms Java ME Platform Palm OS Symbian OS Linux OS Windows Mobile OS BlackBerry OS iphone

More information

Mobile TV with DVB-H. Markus Lindqvist Director, Server & Network Solutions Multimedia, Nokia. 1 2005 Nokia Nseries

Mobile TV with DVB-H. Markus Lindqvist Director, Server & Network Solutions Multimedia, Nokia. 1 2005 Nokia Nseries Mobile TV with DVB-H Markus Lindqvist Director, Server & Network Solutions Multimedia, Nokia 1 2005 Nokia Nseries MobileTV & Video User Paradigms Multiple ways to receive, download and play TV and video

More information

Next Generation. Surveillance Solutions. Cware. The Advanced Video Management & NVR Platform

Next Generation. Surveillance Solutions. Cware. The Advanced Video Management & NVR Platform Next Generation Surveillance Solutions Cware The Advanced Video Management & NVR Platform Advanced Open Management Benefit from the most effective CCTV management platform Cware is an advanced video management

More information

Application Note. Low Bandwidth Media Configuration V7.0

Application Note. Low Bandwidth Media Configuration V7.0 Application Note Low Bandwidth Media Configuration V7.0 INTRODUCTION... 3 Network Overview... 3 Wireless Wide Area Networks (Cellular)... 3 Satellite... 3 Onsight Solution Architecture... 4 ONSIGHT BANDWIDTH

More information

Cisco ROSA Video Service Manager (VSM) Version 05.03

Cisco ROSA Video Service Manager (VSM) Version 05.03 Data Sheet Cisco ROSA Video Service Manager (VSM) Version 05.03 The Cisco ROSA Video Service Management (VSM) system provides service providers with a complete, powerful solution for the management of

More information

Multimedia Communications Voice over IP

Multimedia Communications Voice over IP Multimedia Communications Voice over IP Anandi Giridharan Electrical Communication Engineering, Indian Institute of Science, Bangalore 560012, India Voice over IP (Real time protocols) Internet Telephony

More information

The Advantages of Broadband Services

The Advantages of Broadband Services Broadband Services Using Databroadcasting and Point-to-Point Networks Hans-Jörg Vögel, Peter Krummenacher, Erik Troelsen The Fantastic Corporation, Tel. +41 91 6115-213, h.voegel@fantastic.com Abstract.

More information

ENABLING WIRELESS DATA COMMUNICATION IN CONSTRUCTION MANAGEMENT SYSTEM

ENABLING WIRELESS DATA COMMUNICATION IN CONSTRUCTION MANAGEMENT SYSTEM ENABLING WIRELESS DATA COMMUNICATION IN CONSTRUCTION MANAGEMENT SYSTEM Liu Yanxiang & Yow Kin Choong School of Computer Engineering Nanyang Technological University Nanyang Avenue, Singapore 639798 Keywords:

More information

Mobile Devices: Server and Management Lesson 05 Service Discovery

Mobile Devices: Server and Management Lesson 05 Service Discovery Mobile Devices: Server and Management Lesson 05 Service Discovery Oxford University Press 2007. All rights reserved. 1 Service discovery An adaptable middleware in a device (or a mobile computing system)

More information

Chapter 1 Basic Introduction to Computers. Discovering Computers 2012. Your Interactive Guide to the Digital World

Chapter 1 Basic Introduction to Computers. Discovering Computers 2012. Your Interactive Guide to the Digital World Chapter 1 Basic Introduction to Computers Discovering Computers 2012 Your Interactive Guide to the Digital World Objectives Overview Explain why computer literacy is vital to success in today s world Define

More information

In: Proceedings of RECPAD 2002-12th Portuguese Conference on Pattern Recognition June 27th- 28th, 2002 Aveiro, Portugal

In: Proceedings of RECPAD 2002-12th Portuguese Conference on Pattern Recognition June 27th- 28th, 2002 Aveiro, Portugal Paper Title: Generic Framework for Video Analysis Authors: Luís Filipe Tavares INESC Porto lft@inescporto.pt Luís Teixeira INESC Porto, Universidade Católica Portuguesa lmt@inescporto.pt Luís Corte-Real

More information

White Paper. Interactive Multicast Technology. Changing the Rules of Enterprise Streaming Video

White Paper. Interactive Multicast Technology. Changing the Rules of Enterprise Streaming Video Interactive Multicast Technology Changing the Rules of Enterprise Streaming Video V Table of Contents Introduction IP Multicast Technology in a Nutshell The Missing Interactivity: VCON Interactive Multicast

More information

FMC Market View Qualcomm Incorporated December 2007

FMC Market View Qualcomm Incorporated December 2007 Qualcomm Incorporated December 2007 Table of Contents Executive Summary... 1 [1] What is Fixed-Mobile Convergence (FMC)... 1 [2] Benefits of FMC... 2 2.1 Benefits to Operators... 2 2.2 Benefits to Customers...

More information

PQoS Parameterized Quality of Service. White Paper

PQoS Parameterized Quality of Service. White Paper P Parameterized Quality of Service White Paper Abstract The essential promise of MoCA no new wires, no service calls and no interference with other networks or consumer electronic devices remains intact

More information

How to Send Video Images Through Internet

How to Send Video Images Through Internet Transmitting Video Images in XML Web Service Francisco Prieto, Antonio J. Sierra, María Carrión García Departamento de Ingeniería de Sistemas y Automática Área de Ingeniería Telemática Escuela Superior

More information

Dipl. Ing. Andy Brefort Department: Sound and Picture Processing. IRT/TB Dipl. Ing. Andy Brefort Bringing MHP to the Internet October 2000 Folie: 1

Dipl. Ing. Andy Brefort Department: Sound and Picture Processing. IRT/TB Dipl. Ing. Andy Brefort Bringing MHP to the Internet October 2000 Folie: 1 Dipl. Ing. Andy Brefort Department: Sound and Picture Processing IRT/TB Dipl. Ing. Andy Brefort Bringing to the Internet October 2000 Folie: 1 & Internet Thinking about and Internet most people think of

More information

Overview of Voice Over Internet Protocol

Overview of Voice Over Internet Protocol Overview of Voice Over Internet Protocol Purva R. Rajkotia, Samsung Electronics November 4,2004 Overview of Voice Over Internet Protocol Presentation Outline History of VoIP What is VoIP? Components of

More information

UPnP Control Point for Mobile Phones in Residential Networks

UPnP Control Point for Mobile Phones in Residential Networks 1 UPnP Control Point for Mobile Phones in Residential Networks Andreas Häber 1, Frank Reichert 2, and Andreas Fasbender 3 Abstract Together, Ericsson and HiA are studying the role of WiFi-enabled mobile

More information

How Java Software Solutions Outperform Hardware Accelerators

How Java Software Solutions Outperform Hardware Accelerators How Java Software Solutions Outperform Hardware Accelerators MIPS Technologies, Inc. April 2005 Java is a programming language which has one big advantage and one big disadvantage: the big advantage is

More information

LetsVi: A Collaborative Video Editing Tool Based on Cloud Storage

LetsVi: A Collaborative Video Editing Tool Based on Cloud Storage LetsVi: A Collaborative Video Editing Tool Based on Cloud Storage Hyeong-Bae An Department of Electrical/Electronic and Computer Engineering, University of Ulsan, Nam-gu, Ulsan, South Korea. E-mail: ahb910306@gmail.com

More information

Fujitsu Gigabit Ethernet VOD Solutions

Fujitsu Gigabit Ethernet VOD Solutions Fujitsu Gigabit Ethernet Solutions Overview Cable networks are quickly evolving from basic analog TV distribution systems to broadband multiple services networks supporting hundreds of digital video channels,

More information

Important HP Media Center PC Updates

Important HP Media Center PC Updates Important HP Media Center PC Updates Your system uses Microsoft Windows XP Media Center Edition 2005. Before starting the system and using the Media Center setup wizard, please read this updated information

More information

Monitoring Conditional Access Systems

Monitoring Conditional Access Systems Monitoring Conditional Access Systems Introduction A Conditional Access system is a key component for most digital TV operations. They secure the operators investments by encrypting the signals and ensures

More information

VegaStream Network Design

VegaStream Network Design Design of a multimedia content-delivery service architecture for 3 rd generation networks Andrea Calvagna Dipartimento di Ingegneria Informatica e delle Telecomunicazioni Università di Catania Viale A.

More information

Smart LNB. White Paper. May 2014

Smart LNB. White Paper. May 2014 Smart LNB White Paper May 2014 This document contains information proprietary to Ayecka Communication Systems Ltd. and may not be reproduced in whole or in part without the express written consent of Ayecka

More information

DVB-S2 and DVB-RCS for VSAT and Direct Satellite TV Broadcasting

DVB-S2 and DVB-RCS for VSAT and Direct Satellite TV Broadcasting Hands-On DVB-S2 and DVB-RCS for VSAT and Direct Satellite TV Broadcasting Course Description This course will examine DVB-S2 and DVB-RCS for Digital Video Broadcast and the rather specialised application

More information

Internet Protocols for Synchronous Distance Learning

Internet Protocols for Synchronous Distance Learning Internet Protocols for Synchronous Distance Learning Ch. Bouras Computer Technology Institute, Greece E-mail: bouras@cti.gr A. Gkamas Computer Technology Institute, Greece E-mail: gkamas@cti.gr Th. Tsiatsos

More information

Session 4. Market & Business Development in mobile TV, satellite TV, Cable TV, IP TV, etc.

Session 4. Market & Business Development in mobile TV, satellite TV, Cable TV, IP TV, etc. Session 4 Market & Business Development in mobile TV, satellite TV, Cable TV, IP TV, etc. 2015 Kuala Lumpur, Malaysia Dr AMAL Punchihewa Director ABU Technology Asia-Pacific Broadcasting Union A Vice Chair

More information

SFWR 4C03: Computer Networks & Computer Security Jan 3-7, 2005. Lecturer: Kartik Krishnan Lecture 1-3

SFWR 4C03: Computer Networks & Computer Security Jan 3-7, 2005. Lecturer: Kartik Krishnan Lecture 1-3 SFWR 4C03: Computer Networks & Computer Security Jan 3-7, 2005 Lecturer: Kartik Krishnan Lecture 1-3 Communications and Computer Networks The fundamental purpose of a communication network is the exchange

More information

Using the Presence Technology for Mobile TV

Using the Presence Technology for Mobile TV Daniele ABBADESSA, Telemaco MELIA Abstract With the increasing development of 3G packet switched based networks, combined with the availability of advanced multi-mode terminals, a wide variety of new applications

More information

Agent Languages. Overview. Requirements. Java. Tcl/Tk. Telescript. Evaluation. Artificial Intelligence Intelligent Agents

Agent Languages. Overview. Requirements. Java. Tcl/Tk. Telescript. Evaluation. Artificial Intelligence Intelligent Agents Agent Languages Requirements Overview Java Tcl/Tk Telescript Evaluation Franz J. Kurfess, Cal Poly SLO 211 Requirements for agent Languages distributed programming large-scale (tens of thousands of computers)

More information

Chapter 19 Cloud Computing for Multimedia Services

Chapter 19 Cloud Computing for Multimedia Services Chapter 19 Cloud Computing for Multimedia Services 19.1 Cloud Computing Overview 19.2 Multimedia Cloud Computing 19.3 Cloud-Assisted Media Sharing 19.4 Computation Offloading for Multimedia Services 19.5

More information

Integrate VoIP with your existing network

Integrate VoIP with your existing network Integrate VoIP with your existing network As organisations increasingly recognise and require the benefits voice over Internet Protocol (VoIP) offers, they stop asking "Why?" and start asking "How?". A

More information

PushTalk Service System

PushTalk Service System PushTalk Service System Naomasa Yoshida, Masaharu Nakagawa, Makoto Nakayama, Youhei Ikai, Miya Matsuda and Masanobu Yamagiwa We have developed a system for providing the PushTalk service, which allows

More information

IP Video Surveillance

IP Video Surveillance IP Video Surveillance Solutions and Services Wireless IP PDA Administration Wireless Access Point Viewer Remote Control IP Video Server IP Network Alarm Management Video Recording Analog Video Server Access

More information

CONDIS. IT Service Management and CMDB

CONDIS. IT Service Management and CMDB CONDIS IT Service and CMDB 2/17 Table of contents 1. Executive Summary... 3 2. ITIL Overview... 4 2.1 How CONDIS supports ITIL processes... 5 2.1.1 Incident... 5 2.1.2 Problem... 5 2.1.3 Configuration...

More information

Cable TV Headend Solutions

Cable TV Headend Solutions Product Family DVX Platform Cable TV Headend Solutions The DVX platform TELESTE DVX is a complete solution for digital and analogue broadcasting infrastructures for cable operators. The offering includes

More information

A Robust Multimedia Contents Distribution over IP based Mobile Networks

A Robust Multimedia Contents Distribution over IP based Mobile Networks , pp. 283-288 http://dx.doi.org/10.14257/ijseia.2015.9.9.24 A Robust Multimedia Contents Distribution over IP based Mobile Networks Ronnie D. Caytiles, Seungyong Shin and Byungjoo Park * Multimedia Engineering

More information

Future of Mobile Java and Mobility Middleware

Future of Mobile Java and Mobility Middleware Future of Mobile Java and Mobility Middleware Jon Bostrom CTO okia Java Platform copyright 2004 by OSGi Alliance All rights reserved. The Mobile Application Ecosystem >100 operators deployed Java >300

More information

Following statistics will show you the importance of mobile applications in this smart era,

Following statistics will show you the importance of mobile applications in this smart era, www.agileload.com There is no second thought about the exponential increase in importance and usage of mobile applications. Simultaneously better user experience will remain most important factor to attract

More information