HTML5 on TV - was fehlt? Cloud-basierte TV apps auf der Basis neuester Webtechnologien

Size: px
Start display at page:

Download "HTML5 on TV - was fehlt? Cloud-basierte TV apps auf der Basis neuester Webtechnologien"

Transcription

1 HTML5 on TV - was fehlt? Cloud-basierte TV apps auf der Basis neuester Webtechnologien Dr.-Ing. Stefan Arbanowski stefan.arbanowski@fokus.fraunhofer.de

2 Outline Trends Cross platform applications Smart Media Service Personalization Cloud computing Web and TV why should this be a special case? HTML5 What is it and where we are? What is missing? Some example apps Conclusion

3 Future Media Internet is interactive, personalized, everywhere FAME - Future Applications and Media

4 Cross-platform applications Extremely fragmented landscape of operating systems and app ecosystems Devices categories are converging and devices are becoming more interconnected. However, operating systems are proliferating and the support of multiple devices is extremely difficult Device and platform fragmentation Application development complexity Development costs Technologies delivering a single application to many device types Increase convergence Reduce development costs Increases the convenience for consumers when using different devices Web technology is a good potential approach to solve terminal/device fragmentation Strong developer community and a fast adoption curve Available on all common operating systems and devices Seamless integration of local applications and the cloud

5 Fixmystadt cross-platform app FAME - Future Applications and Media

6 Smart Media Convergence of media, internet and broadcasting industry is ongoing New interactive kinds of media delivery channels as well as content formats are needed New web based media delivery platforms focusing on Interactive media to be put on various devices new ways to interact with content Content delivery platforms for IPTV and Web TV, and Hybrid TV Converged media solutions combining telco, broadband and internet technologies Web based media clients

7 Smart Content Smart Content technology enables interactive, clickable video experience Objects within the video become interactive and clickable metadata is attached to objects and can be used for product placements, targeted advertisement or just info creates a higher personal involvement and better user experience Content Object Recommendations Interactive & Description clickable content

8 New Media Clients Next Generation feature set FAME - Future Applications and Media

9 Personalization Personalization of services and media is key for current and future applications Social media adds even more complexity Information overload needs automatic filtering and recommendation mechanisms Advanced personalization technologies are needed that focus on: Embedding recommendation systems into various application domains Context-awareness for dynamic application adaptation Semantic data processing and automatic reasoning Intelligent presentation of available information Data analysis and filtering Usually non of the above mentioned functions can be provided without server side processing or at least storage capacity Server is dead, long live the cloud

10 Cloud Computing Not yet well defined and variety of open issues the many faces of cloud computing Clouds are not such a new concept Data centers for data management Telecommunication industry for load balancing Web server hosts for access control and load balancing etc. At the convergence of several trends Virtualization SaaS, On-Demand billing model Thin client, web-based computing A Fake? Everything is being repainted Cloud"... Source: The future of Cloud Computing EU Report

11 Web and TV A special case? Current approaches often attached to the past TV is primarily for watching videos Examples are always the same applications VoD Teletext (News/Weather/Sports pages) EPG Done that on MHEG-5, done that in MHP, in Open TV Standards focus strongly on current input/output devices fixed screen size cursor navigation coloured buttons low computing / rendering power

12 Web and TV A special case? Current approaches often attached to the past TV is primarily for watching videos Examples are always the same applications VoD Teletext (News/Weather/Sports pages) EPG Done that on MHEG-5, done that in MHP, in Open TV Standards focus strongly on current input/output devices fixed screen size cursor navigation coloured buttons low computing / rendering power Learn from mobile phones!

13 Web and TV A special case? Current approaches often attached to the past TV is primarily for watching videos Examples are always the same applications VoD Teletext (News/Weather/Sports pages) EPG The same way that mobile phones are for making phone calls? Done that on MHEG-5, done that in MHP, in Open TV Standards focus strongly on current input/output devices fixed screen size cursor navigation coloured That buttonsled to WAP low computing / rendering power

14 Web and TV A special case? Current approaches often attached to the past TV is primarily for watching videos Examples are always the same applications VoD Teletext (News/Weather/Sports pages) EPG Done that on MHEG-5, done that in MHP, in Open TV Standards focus strongly on current input/output devices fixed screen size Are cursor the navigation primary mobile phone coloured buttons low computing / rendering power applications (even the web based ones) currently contact lists and calendars?

15 Web and TV A special case? Phones need to handle different screen sizes Current approaches often attached to the past and TV even is primarily changing for watching videos orientation. Can't be that hard to do... Examples are always the same applications VoD Teletext (News/Weather/Sports pages) EPG Done that on MHEG-5, done that in MHP, in Open TV Standards focus strongly on current input/output devices fixed screen size cursor navigation coloured buttons low computing / rendering power

16 Web and TV A special case? Current approaches often attached to the past TV is primarily for watching videos Phones have full keyboards, cursor keyboards, numeric keyboards, joysticks, pens, touch screens, multi Examples are always the same applications VoD Teletext (News/Weather/Sports touch pages) EPG Done that on MHEG-5, done that in MHP, in Open TV Standards focus strongly on current input/output devices fixed screen size cursor navigation coloured buttons low computing / rendering power

17 Web and TV A special case? Current approaches often attached to the past TV is primarily for watching videos Even now TVs offer control by Examples are always the same applications smart phones and pointer devices VoD Teletext (News/Weather/Sports pages) EPG Done that on MHEG-5, done that in MHP, in Open TV Standards focus strongly on current input/output devices fixed screen size cursor navigation coloured buttons low computing / rendering power

18 Web and TV A special case? Current True approaches now often and attached will to the be past true as long as TV better is primarily teletext for watching videos is all there is to offer. Put what if someone sells a TV that can play World of Warcraft (HD)? Or even Farmville (HD)? Users pay for phones that can handle Angry Birds Examples are always the same applications VoD Teletext (News/Weather/Sports pages) EPG Done that on MHEG-5, done that in MHP, in Open TV Standards focus strongly on current input/output devices fixed screen size cursor navigation coloured buttons low computing / rendering power

19 Intermediate Summary (and hopefully fuel for discussion): Don't rely too much on the future being just a nicer looking past Don't take technical criteria too serious The can change quickly They can be covered in profiles or recommendations, not core standards Plan for strong features of the domain TV viewing is often social TV screens can typically be seen by more than one person in most homes with VDSL, TVs are probably the devices with the fastest Internet connection

20 HTML5 core features: Multimedia and UI <canvas> dynamic and scriptable rendering of bitmaps and 2D content designing applications which are looking like native applications becomes easier <video> and <audio> Allows for standardized video playback, e.g., promo videos for application or games No need for Adobe flash plugin anymore but up to now multiple source files with different encoding must be provided to ensure playback on all browser <video> can be connected with <canvas> which allows realtime manipulation of video content DRM is not supported, thus, the content is not protected unless dedicated codecs are used.

21 HTML5 core features: Persistence HTML5 Web Storage new easy to use key-value storage as Cookie replacement permanent or session based e.g. allows for storing client/user dependent and server/backend independent configurations directly on the client to reduce server load (e.g. configurations or preferences) Application Cache makes web site offline executable application parts (sub-pages) which needing internet access and which not is defined using an application cache manifest file e.g, allows the creation of web based portal pages which may link to bought web applications which can then be executed in offline mode additional proprietary extensions may be needed to integrate cached applications into the native OS or into the browser 2

22 HTML5 core features: More features Drag&Drop brings drag & drop functionality to web applications which makes user interactions more intuitive, e.g., for selecting objects and add them to another context. Web Messaging Two approaches, Cross Document Messaging and Channel Messaging, for event based communication (postmessage / addeventlistener) Web Sockets reverse AJAX replacement, no need for polling for server updates Reduces server load for real-time communication with clients Web Workers preforming expensive calculations without blocking the UI

23 W3C Web and TV Special Interest Group use the TV as central hub to control other home devices support for VoD (Video on Demand) delivered through a broadband connection support for video conference, chat and "social" applications the ability to purchase through the Internet items advertised during a commercial HTML5 and TV Feedback from companies/specification groups using or planning to use Web technologies in their products/specifications on potential limitations in current W3C specifications (e.g. support of broadcast video using <video> element) Role of profiling HTML5/CSS for TV sets Methods to enforce compliance and interoperability (testing), e.g. for CE devices Plans to support HTTP adaptive streaming Plans to support Web-based technologies, e.g., HTML5, what kind of additional standards are needed

24 What is missing in HTML5 to fit into the TV environment? Essential: interoperable and open DRM systems that works across devices HTTP adaptive streaming (Micro-) Payment for Web and TV Support for multi screen" scenarios Support for remote controls Nice to have P2P integrating for content distribution Well defined APIs for local device resources

25 HTML 5 based media client FAME - Future Applications and Media

26 ScatterPoker: A Distributed App Interation of location service Distributed application logic Private and shared resources March 2011 Interation of local camera Private and shared resources 2

27 Example: Cross platform gaming using multiple devices FAME - Future Applications and Media

28 Other devices FOKUS MEGASTORE is an application store FAME labs that allows application deployment to several types of devices.

29 Conclusion Many companies are being comitted to make HTML5 a success in the TV domain Web technologies, especially HTML5, provides a good basis for developing advanced feature rich interactive (streaming) applications Standardardization work is still ongoing to really fit to the TV environment It is time to start using what is already there and to influence HTML5 work And that browser will be in your TV set

30 Show it is working - FAME - Future Applications and Media

31 Contact

32 HTML5 and TV scenarios HMTL 5 video object Simple handling (compared to other video players like Flash etc.) No interleaved(+embedded) objects, No different code for different browsers when embedded a video less code complexity > less fault prone code No more Javascript requirement for object transforming No more integration pain (code complexity) when using swfobjects Simple compatibility check mechanisms clear and ease integration Multi device capabel WebSockets Benefit for especially real-time, event-driven web applications. Very small footprint / overhead compared to AJAX or COMET added value for interactive IPTV services like quiz shows, gaming, fast channel switching etc.

33 HTML5 and TV scenarios... for enhanced IPTV GUIs CSS3.0 Web Apps can look like native apps. -> Transitions, Reflections, Shadows... Helps to improve cross browser look and feel (compatibility etc..) Canvas allows fast animations -> enriches GUIs, allows rich IPTV services on top. Embedding SVG / MathML optional. OIPF accepted, SVG as Image format HTML as root grafical based approch for drawing rich interactive grafical user interfaces. Highly scaleable GUIs HTML5 improved error handling reduces time and money required to display things consistently. astimated much less malformed HTML pages compared to HTML4 pages.

COURSE OUTLINE MOC 20480: PROGRAMMING IN HTML5 WITH JAVASCRIPT AND CSS3

COURSE OUTLINE MOC 20480: PROGRAMMING IN HTML5 WITH JAVASCRIPT AND CSS3 COURSE OUTLINE MOC 20480: PROGRAMMING IN HTML5 WITH JAVASCRIPT AND CSS3 MODULE 1: OVERVIEW OF HTML AND CSS This module provides an overview of HTML and CSS, and describes how to use Visual Studio 2012

More information

Fraunhofer FOKUS. Fraunhofer Institute for Open Communication Systems Kaiserin-Augusta-Allee Berlin, Germany.

Fraunhofer FOKUS. Fraunhofer Institute for Open Communication Systems Kaiserin-Augusta-Allee Berlin, Germany. Fraunhofer Institute for Open Communication Systems Kaiserin-Augusta-Allee 31 10589 Berlin, Germany www.fokus.fraunhofer.de Web on TV - Browser, Widgets, Applications. Where do we go? Oliver Friedrich

More information

nangu.tv Interactive Multimedia Solution

nangu.tv Interactive Multimedia Solution 1. nangu.tv Interactive Multimedia Solution nangu.tv represents comprehensive solution for delivering Interactive TV services anywhere and for anyone. Regardless you are an ISP, Cable, Mobile or Hospitality

More information

Course 20480: Programming in HTML5 with JavaScript and CSS3

Course 20480: Programming in HTML5 with JavaScript and CSS3 Course 20480: Programming in HTML5 with JavaScript and CSS3 Overview About this course This course provides an introduction to HTML5, CSS3, and JavaScript. This course helps students gain basic HTML5/CSS3/JavaScript

More information

COURSE 20480B: PROGRAMMING IN HTML5 WITH JAVASCRIPT AND CSS3

COURSE 20480B: PROGRAMMING IN HTML5 WITH JAVASCRIPT AND CSS3 ABOUT THIS COURSE This course provides an introduction to HTML5, CSS3, and JavaScript. This course helps students gain basic HTML5/CSS3/JavaScript programming skills. This course is an entry point into

More information

Programming in HTML5 with JavaScript and CSS3

Programming in HTML5 with JavaScript and CSS3 Programming in HTML5 with JavaScript and CSS3 20480B; 5 days, Instructor-led Course Description This course provides an introduction to HTML5, CSS3, and JavaScript. This course helps students gain basic

More information

20480C: Programming in HTML5 with JavaScript and CSS3. Course Code: 20480C; Duration: 5 days; Instructor-led. JavaScript code.

20480C: Programming in HTML5 with JavaScript and CSS3. Course Code: 20480C; Duration: 5 days; Instructor-led. JavaScript code. 20480C: Programming in HTML5 with JavaScript and CSS3 Course Code: 20480C; Duration: 5 days; Instructor-led WHAT YOU WILL LEARN This course provides an introduction to HTML5, CSS3, and JavaScript. This

More information

Mobile Cloud Computing & Adaptive Streaming

Mobile Cloud Computing & Adaptive Streaming Mobile Cloud Computing & Adaptive Streaming 20 th Mar 2012 Suriya Mohan, Aricent Group, Chennai Agenda Mobile Cloud Computing Tablet / Smartphone Evolution Cloud Computing 3 Fundamental Models Clouds in

More information

Web Development 20480: Programming in HTML5 with JavaScript and CSS3. Upcoming Dates. Course Description. Course Outline

Web Development 20480: Programming in HTML5 with JavaScript and CSS3. Upcoming Dates. Course Description. Course Outline Web Development 20480: Programming in HTML5 with JavaScript and CSS3 Learn how to code fully functional web sites from the ground up using best practices and web standards with or without an IDE! This

More information

Feature List. I Feature List

Feature List. I Feature List Feature List 1 Kidamom TechSolution: SVOD/AVOD and Personal Video Cloud Kidamom TechSolution is the proprietary technology developed by Kidamom for storing, delivering, managing, sharing and streaming

More information

Pay TV solution from ADB

Pay TV solution from ADB Pay TV solution from ADB Complete solution for broadcast and broadband environment Integrated with personalised recommendations Consistent content discovery across multiple devices Entire functionality

More information

IPTV / OTT End-to-end Solution. Launch, manage and monetize your interactive TV system

IPTV / OTT End-to-end Solution. Launch, manage and monetize your interactive TV system IPTV / OTT End-to-end Solution Launch, manage and monetize your interactive TV system 1 Telebreeze IPTV/OTT Platform Telebreeze provides professional technical solution for IPTV / OTT businesses. The Telebreeze

More information

BUILDING LARGE VOD LIBRARIES WITH NEXT GENERATION ON DEMAND ARCHITECTURE. Weidong Mao Comcast Fellow Office of the CTO Comcast Cable

BUILDING LARGE VOD LIBRARIES WITH NEXT GENERATION ON DEMAND ARCHITECTURE. Weidong Mao Comcast Fellow Office of the CTO Comcast Cable BUILDING LARGE VOD LIBRARIES WITH NEXT GENERATION ON DEMAND ARCHITECTURE Weidong Mao Comcast Fellow Office of the CTO Comcast Cable Abstract The paper presents an integrated Video On Demand (VOD) content

More information

Jim Jackson II Ian Gilman

Jim Jackson II Ian Gilman Single page web apps, JavaScript, and semantic markup Jim Jackson II Ian Gilman FOREWORD BY Scott Hanselman MANNING contents 1 HTML5 foreword xv preface xvii acknowledgments xx about this book xxii about

More information

2/27

2/27 1/27 2/27 3/27 4/27 5/27 6/27 Content diversity Open Platform 1. Platform Conversion 3D Smart TV 2. Content Service Broadband TV 3. UX & Input Device Digital TV 4. Ecosystem Analog TV Interactivity 7/27

More information

Programming in HTML5 with JavaScript and CSS3

Programming in HTML5 with JavaScript and CSS3 20480 - Programming in HTML5 with JavaScript and CSS3 Duration: 5 days Course Price: $2,975 Software Assurance Eligible Course Description Course Overview This training course provides an introduction

More information

Delivering on Cloud Transformation Infinite Solutions update. Presenter: Adam Davies, January 20 th, 2016

Delivering on Cloud Transformation Infinite Solutions update. Presenter: Adam Davies, January 20 th, 2016 Delivering on Cloud Transformation Infinite Solutions update Presenter: Adam Davies, January 20 th, 2016 Agenda Market Landscape, Opportunities and Challenges Update on Cisco Infinite Solutions Related

More information

CipherTV STB 3.5A User Guide WORLD ENTERTAINMENT ON DEMAND.

CipherTV STB 3.5A User Guide WORLD ENTERTAINMENT ON DEMAND. CipherTV STB 3.5A User Guide www.ciphertv.com CipherTV Corporation B11-970 Burrard Street, Vancouver British Columbia, Canada V6Z 2R4 Table of Contents WORLD ENTERTAINMENT ON DEMAND 1.0 Getting started.................................................

More information

Firefox for Android. Reviewer s Guide. Contact us:

Firefox for Android. Reviewer s Guide. Contact us: Reviewer s Guide Contact us: press@mozilla.com Table of Contents About Mozilla 1 Move at the Speed of the Web 2 Get Started 3 Mobile Browsing Upgrade 4 Get Up and Go 6 Customize On the Go 7 Privacy and

More information

Connecting with Tizen : An Overview & Roadmap. Mohan Rao

Connecting with Tizen : An Overview & Roadmap. Mohan Rao Connecting with Tizen : An Overview & Roadmap Mohan Rao Contents What is Tizen? Why Tizen? Device profile Tizen 2.4 Tizen 3.0 What s next? Conclusion 2 What is Tizen? (1/2) Designed for various category

More information

the web as it should be Martin Beeby

the web as it should be Martin Beeby the web as it should be Martin Beeby - @thebeebs paving the way to the end user Hotbed of innovation World of standards Ever-closer user experiences in the beginning mosaic netscape navigator internet

More information

20480B: Programming in HTML5 with JavaScript and CSS3

20480B: Programming in HTML5 with JavaScript and CSS3 20480B: Programming in HTML5 with JavaScript and CSS3 Course Details Course Code: Duration: Notes: 20480B 5 days This course syllabus should be used to determine whether the course is appropriate for the

More information

Visual HTML5. Human Information Interaction for Knowledge Extraction, Interaction, Utilization, Decision making HI-I-KEIUD

Visual HTML5. Human Information Interaction for Knowledge Extraction, Interaction, Utilization, Decision making HI-I-KEIUD Visual HTML5 1 Overview HTML5 Building apps with HTML5 Visual HTML5 Canvas SVG Scalable Vector Graphics WebGL 2D + 3D libraries 2 HTML5 HTML5 to Mobile + Cloud = Java to desktop computing: cross-platform

More information

Index LICENSED PRODUCT NOT FOR RESALE

Index LICENSED PRODUCT NOT FOR RESALE Index LICENSED PRODUCT NOT FOR RESALE A Absolute positioning, 100 102 with multi-columns, 101 Accelerometer, 263 Access data, 225 227 Adding elements, 209 211 to display, 210 Animated boxes creation using

More information

HTML5 in Action ROB CROWTHER JOE LENNON ASH BLUE GREG WANISH MANNING SHELTER ISLAND

HTML5 in Action ROB CROWTHER JOE LENNON ASH BLUE GREG WANISH MANNING SHELTER ISLAND HTML5 in Action ROB CROWTHER JOE LENNON ASH BLUE GREG WANISH MANNING SHELTER ISLAND brief contents PART 1 INTRODUCTION...1 1 HTML5: from documents to applications 3 PART 2 BROWSER-BASED APPS...35 2 Form

More information

Web 2.0, AJAX and RIAs

Web 2.0, AJAX and RIAs Web 2.0, AJAX and RIAs Asynchronous JavaScript and XML Rich Internet Applications Markus Angermeier November, 2005 - some of the themes of Web 2.0, with example-sites and services Web 2.0 Common usage

More information

Embracing HTML5 CSS </> JS javascript AJAX. A Piece of the Document Viewing Puzzle

Embracing HTML5 CSS </> JS javascript AJAX. A Piece of the Document Viewing Puzzle Embracing HTML5 AJAX CSS JS javascript A Piece of the Document Viewing Puzzle Embracing HTML5: A Piece of the Document Viewing Puzzle For businesses and organizations across the globe, being able to

More information

Fundamentals of Website Development

Fundamentals of Website Development Fundamentals of Website Development CSC 2320, Fall 2015 The Department of Computer Science In this chapter History of HTML HTML 5-2- 1 The birth of HTML HTML Blows and standardization -3- -4-2 HTML 4.0

More information

ADAPTIVE STREAMING AND CONVERGED MANAGEMENT STRATEGY IN MULTISCREEN VIDEO SERVICE IMPLEMENTATION Duncan Potter, Goran Appelquist Edgeware AB

ADAPTIVE STREAMING AND CONVERGED MANAGEMENT STRATEGY IN MULTISCREEN VIDEO SERVICE IMPLEMENTATION Duncan Potter, Goran Appelquist Edgeware AB ADAPTIVE STREAMING AND CONVERGED MANAGEMENT STRATEGY IN MULTISCREEN VIDEO SERVICE IMPLEMENTATION Duncan Potter, Goran Appelquist Edgeware AB Abstract With the massive proliferation of both video services

More information

Web & Automotive. Paris, April Dave Raggett

Web & Automotive. Paris, April Dave Raggett Web & Automotive Paris, April 2012 Dave Raggett 1 Aims To discuss potential for Web Apps in cars Identify what kinds of Web standards are needed Discuss plans for W3C Web & Automotive Workshop

More information

olleh tv KT IPTV Services

olleh tv KT IPTV Services KT IPTV s What is is KT IPTV service since 2008 which provides largest number of VODs and live channels in Korea. mobile is n-screen IPTV service over the LTE network Basic Live Satellite + IPTV Over 247

More information

Shifting value with Operators Profile

Shifting value with Operators Profile October 18th, 2017 Shifting value with Operators Profile A real-life use case Jean-Charles JC Verdié Netgem Diamond Cloud Platform Scalable and Flexible Virtual Architecture Content and Advertisement enablers

More information

W3C DPIG Charting the Path Forward for the Future of Publishing with the Open Web Platform

W3C DPIG Charting the Path Forward for the Future of Publishing with the Open Web Platform W3C DPIG Charting the Path Forward for the Future of Publishing with the Open Web Platform Bill Kasdorf VP and Principal Consultant, Apex Content Solutions NEWS FLASH: The Web was not created for publishing.

More information

Adopting HTML5 for Television: Next Steps

Adopting HTML5 for Television: Next Steps Adopting HTML5 for Television: Next Steps Speaker François Daoust World Wide Web Consortium (W3C) This presentation http://www.w3.org/2011/talks/0928-webtv-nem-fd/ Location 2011 NEM Summit

More information

ITU-T Kaleidoscope Conference Innovations in NGN. Cross-fertilization of IMS and IPTV services over NGN

ITU-T Kaleidoscope Conference Innovations in NGN. Cross-fertilization of IMS and IPTV services over NGN ITU-T Kaleidoscope Conference Innovations in NGN Cross-fertilization of IMS and IPTV services over NGN Christian Riede Fraunhofer FOKUS christian.riede@fokus.fraunhofer.de Geneva, 12-13 May 2008 Agenda

More information

HTTP Adaptive Streaming

HTTP Adaptive Streaming Whitepaper HTTP Adaptive Streaming Using the Edgeware Video Delivery Appliances Microsoft Smooth Streaming Apple HTTP Live Streaming Adobe HTTP Dynamic Streaming Table of Contents 1. Confidentiality notice...

More information

WebRTC Gateway. Real-time communications in all browsers

WebRTC Gateway. Real-time communications in all browsers WebRTC Gateway Real-time communications in all browsers WebRTC Gateway & Web Communicator End-to-end Solution for real time communications. Bridging the gap between the Web and Telco worlds. Helping Telecom

More information

COPYRIGHTED MATERIAL. Part I: Getting Started. Chapter 1: Introducing Flex 2.0. Chapter 2: Introducing Flex Builder 2.0. Chapter 3: Flex 2.

COPYRIGHTED MATERIAL. Part I: Getting Started. Chapter 1: Introducing Flex 2.0. Chapter 2: Introducing Flex Builder 2.0. Chapter 3: Flex 2. 02671c01.qxd:02671c01 4/20/07 11:24 AM Page 1 Part I: Getting Started Chapter 1: Introducing Flex 2.0 Chapter 2: Introducing Flex Builder 2.0 Chapter 3: Flex 2.0 Basics Chapter 4: Using Flex Builder 2.0

More information

WIT WebRTC Gateway. Real-time communications in all browsers. webrtc.wit-software.com

WIT WebRTC Gateway. Real-time communications in all browsers. webrtc.wit-software.com WIT WebRTC Gateway Real-time communications in all browsers webrtc.wit-software.com WebRTC Gateway WebRTC Gateway: Highlights Bridge Web and SIP/IMS World. Hybrid Architecture (HTML5+WebRTC+Flash). Solve

More information

Review of Mobile Web Application Frameworks

Review of Mobile Web Application Frameworks Review of Mobile Web Application Frameworks Article Number: 909 Rating: Unrated Last Updated: Mon, May 9, 2011 at 10:57 AM If you are serious about getting your website or web application mobile-friendly,

More information

<Insert Picture Here> JavaFX 2.0

<Insert Picture Here> JavaFX 2.0 1 JavaFX 2.0 Dr. Stefan Schneider Chief Technologist ISV Engineering The following is intended to outline our general product direction. It is intended for information purposes only,

More information

The Web, after HTML5. Jonghong Jeon. 9 December 2015

The Web, after HTML5. Jonghong Jeon. 9 December 2015 The Web, after HTML5 Jonghong Jeon hollobit@etri.re.kr 9 December 2015 1 hollobit@etri.re.kr 2 3 Agenda What s mean HTML5 is done Starting point Adaptation, Certification, Interoperability Challenge to

More information

Mobile Technologies. Types of Apps

Mobile Technologies. Types of Apps Mobile Technologies Types of Apps What is mobile? Devices and their capabilities It s about people Fundamentally, mobile refers to the user, and not the device or the application. Barbara Ballard, Designing

More information

Web Engineering. Introduction. Husni

Web Engineering. Introduction. Husni Web Engineering Introduction Husni Husni@trunojoyo.ac.id Outline What is Web Engineering? Evolution of the Web Challenges of Web Engineering In the early days of the Web, we built systems using informality,

More information

Microsoft Programming in HTML5 with JavaScript and CSS3

Microsoft Programming in HTML5 with JavaScript and CSS3 1800 ULEARN (853 276) www.ddls.com.au Microsoft 20480 - Programming in HTML5 with JavaScript and CSS3 Length 5 days Price $4510.00 (inc GST) Version B Overview This course provides an introduction to HTML5,

More information

ShowNTell - An easy-to-use tool for answering students questions with voiceover

ShowNTell - An easy-to-use tool for answering students questions with voiceover + ShowNTell - An easy-to-use tool for answering students questions with voiceover recording Dr BHOJAN ANAND LIFT & TEG Grant: Start date: June 2014 End date: Dec 2015 + ShowNTell Problem Statement & Motivation

More information

The paper shows how to realize write-once-run-anywhere for such apps, and what are important lessons learned from our experience.

The paper shows how to realize write-once-run-anywhere for such apps, and what are important lessons learned from our experience. Paper title: Developing WebRTC-based team apps with a cross-platform mobile framework. Speaker: John Buford. Track: Mobile and Wearable Devices, Services, and Applications. Hello everyone. My name is John

More information

White Label HD Broadcasting Enterprise Solution

White Label HD Broadcasting Enterprise Solution White Label HD Broadcasting Enterprise Solution 1 TikiLIVE Features Unlimited SD/HD/4K channels and VOD supported Auto-record every live event VOD and LIVE Transcoding Broadcast Live and Recorded media

More information

Envivio Mindshare Presentation System. for Corporate, Education, Government, and Medical

Envivio Mindshare Presentation System. for Corporate, Education, Government, and Medical Envivio Mindshare Presentation System for Corporate, Education, Government, and Medical Introducing the Envivio Mindshare Presentation System The Envivio Mindshare Presentation system is a highly optimized

More information

Using Kollective with Citrix Virtual Desktop Infrastructure (VDI)

Using Kollective with Citrix Virtual Desktop Infrastructure (VDI) Using Kollective with Citrix Virtual Desktop Infrastructure VDI) Delivering High Quality Video Citrix is one of the leading suppliers of Virtual Desktop Infrastructure VDI) technology, with major hardware

More information

Media Service - Is This Where the Money Is? Dean Bubley Disruptive Analysis

Media Service - Is This Where the Money Is? Dean Bubley Disruptive Analysis Media Service - Is This Where the Money Is? Dean Bubley Disruptive Analysis New stakeholders in communications Vendors & standards Telco / SP End-user Services creation Services consumption September 2014

More information

Modular End-to-End IPTV Solution

Modular End-to-End IPTV Solution Modular End-to-End IPTV Solution PackeTV is Visionary Solutions modular end-to-end IP video management solution that enables secure scheduled and on-demand delivery of live and recorded video to any screen

More information

HTML5:n mahdollisuudet ja rajoitukset e-julkaisun lukemisessa ja tuottamisessa

HTML5:n mahdollisuudet ja rajoitukset e-julkaisun lukemisessa ja tuottamisessa HTML5:n mahdollisuudet ja rajoitukset e-julkaisun lukemisessa ja tuottamisessa Digitaalisen julkaisemisen uudet mahdollisuudet Olli Nurmi, Smart Interaction Systems, VTT 2 Agenda What is ereading? What

More information

HTML5 Mobile App Development

HTML5 Mobile App Development HTML5 Mobile App Development Carl Stehle Appception, Inc. carl@appception.com 650.938.8046 April, 2013 Market Mobile App Market August 2010: Research2guidance: 1.7B (2009), 2.2B (1 st half 2010) April

More information

WebGL Meetup GDC Copyright Khronos Group, Page 1

WebGL Meetup GDC Copyright Khronos Group, Page 1 WebGL Meetup GDC 2012 Copyright Khronos Group, 2012 - Page 1 Copyright Khronos Group, 2012 - Page 2 Khronos API Ecosystem Trends Neil Trevett Vice President Mobile Content, NVIDIA President, The Khronos

More information

A Converged Content Delivery Platform for IP and QAM Video

A Converged Content Delivery Platform for IP and QAM Video A Converged Delivery Platform for IP and QAM Video Abstract James Barkley, Weidong Mao Comcast Cable HTTP based Adaptive Bit Rate (ABR) video delivery to IP enabled CPEs via Delivery Network (CDN) for

More information

Interoperability Quest: OTT Video, WebApps and CE

Interoperability Quest: OTT Video, WebApps and CE Interoperability Quest: OTT Video, WebApps and CE Commercial OTT Video Issues: Content Format Issues Content Format m3u8 HLS mpd DASH ismc Smooth f4m HDS Each asset copied to multiple media formats different

More information

Mobile & More: Preparing for the Latest Design Trends

Mobile & More: Preparing for the Latest Design Trends February 26, 2015 Mobile & More: Preparing for the Latest Design Trends LATEST TRENDS Responsive Takes Over Material Is the New Flat Hero Images Getting Bigger Interactions Are Micro Video in the Background

More information

Adaptive Video Acceleration. White Paper. 1 P a g e

Adaptive Video Acceleration. White Paper. 1 P a g e Adaptive Video Acceleration White Paper 1 P a g e Version 1.0 Veronique Phan Dir. Technical Sales July 16 th 2014 2 P a g e 1. Preface Giraffic is the enabler of Next Generation Internet TV broadcast technology

More information

Copyright is owned by the Author of the thesis. Permission is given for a copy to be downloaded by an individual for the purpose of research and

Copyright is owned by the Author of the thesis. Permission is given for a copy to be downloaded by an individual for the purpose of research and Copyright is owned by the Author of the thesis. Permission is given for a copy to be downloaded by an individual for the purpose of research and private study only. The thesis may not be reproduced elsewhere

More information

FIREFOX REVIEWER S GUIDE. Contact us:

FIREFOX REVIEWER S GUIDE. Contact us: FIREFOX REVIEWER S GUIDE Contact us: press@mozilla.com TABLE OF CONTENTS About Mozilla 1 Favorite Firefox Features 2 Get Up and Go 7 Protecting Your Privacy 9 The Cutting Edge 10 ABOUT MOZILLA Mozilla

More information

MS_ Programming in HTML5 with JavaScript and CSS3.

MS_ Programming in HTML5 with JavaScript and CSS3. Programming in HTML5 with JavaScript and CSS3 www.ked.com.mx Av. Revolución No. 374 Col. San Pedro de los Pinos, C.P. 03800, México, CDMX. Tel/Fax: 52785560 Por favor no imprimas este documento si no es

More information

The New Individual TV Experience. Are you my televisionary?

The New Individual TV Experience. Are you my televisionary? The New Individual TV Experience Are you my televisionary? Agenda The consumer perspective Drivers on the market Opportunites and needs Driving The New Individual TV Experience Ericsson AB 2008 2 I love

More information

Visteon Position Paper i. Visteon Position Paper

Visteon Position Paper i. Visteon Position Paper i Visteon Position Paper ii REVISION HISTORY NUMBER DATE DESCRIPTION NAME iii Contents 1 Perspective on the topic of the Workshop 1 2 Viewpoint 2 3 Concrete examples, suggestions, and preferred workshop

More information

Transforming the way people watch TV

Transforming the way people watch TV Transforming the way people watch TV Nokia Siemens Networks Ubiquity Multiscreen TV Platform - Executive summary An open solution for delivering TV and Internet as a single service on any device over any

More information

The Comprehensive IPTV Solution for Onboard Communications

The Comprehensive IPTV Solution for Onboard Communications The Comprehensive IPTV Solution for Onboard Communications SPECIALIZED Solutions for Advancing Digital Video The Comprehensive IPTV Solution LuxeVision provides a robust suite of digital video, audio,

More information

Mobile AR Hardware Futures

Mobile AR Hardware Futures Copyright Khronos Group, 2010 - Page 1 Mobile AR Hardware Futures Neil Trevett Vice President Mobile Content, NVIDIA President, The Khronos Group Two Perspectives NVIDIA - Tegra 2 mobile processor Khronos

More information

Web Architecture Review Sheet

Web Architecture Review Sheet Erik Wilde (School of Information, UC Berkeley) INFO 190-02 (CCN 42509) Spring 2009 May 11, 2009 Available at http://dret.net/lectures/web-spring09/ Contents 1 Introduction 2 1.1 Setup.................................................

More information

Web and Automotive W3C Workshop. Renault - DREAM Nov 2012 RENAULT PROPERTY

Web and Automotive W3C Workshop. Renault - DREAM Nov 2012 RENAULT PROPERTY Web and Automotive W3C Workshop SUMMARY 01 Car 02 Technical 03 Web displays are special Challenges technologies and standards can help 2 01 Car displays are special 3 Cars are specifics A TV set is an

More information

LIVE2VOD: THERE S NO LONGER TIME TO WAIT

LIVE2VOD: THERE S NO LONGER TIME TO WAIT 2VOD: THERE S NO LONGER TIME TO WAIT 2VOD: THERE S NO LONGER TIME TO WAIT Live2VOD is very much the buzzword of the moment. Both the traditional broadcasters and those large scale public sector and corporate

More information

20480B - Version: 1. Programming in HTML5 with JavaScript and CSS3

20480B - Version: 1. Programming in HTML5 with JavaScript and CSS3 20480B - Version: 1 Programming in HTML5 with JavaScript and CSS3 Programming in HTML5 with JavaScript and CSS3 20480B - Version: 1 5 days Course Description: This course provides an introduction to HTML5,

More information

The Cisco Show and Share mobile client for Apple ios devices will provide the following features when connected to a Cisco Show and Share system:

The Cisco Show and Share mobile client for Apple ios devices will provide the following features when connected to a Cisco Show and Share system: Data Sheet Cisco Show and Share Product Overview The Cisco Digital Media Suite (DMS) is a comprehensive offering of webcasting and video sharing, digital signage, and business IPTV applications that can

More information

Etanova Enterprise Solutions

Etanova Enterprise Solutions Etanova Enterprise Solutions Front End Development» 2018-09-23 http://www.etanova.com/technologies/front-end-development Contents HTML 5... 6 Rich Internet Applications... 6 Web Browser Hardware Acceleration...

More information

Adobe Connect 8 Improve collaboration, complete work faster, and drive better results

Adobe Connect 8 Improve collaboration, complete work faster, and drive better results Adobe Connect Solution Brief Adobe Connect 8 Improve collaboration, complete work faster, and drive better results Top benefits Easier to use Better collaboration Richer audio and video experiences Improved

More information

The Future Viewing Landscape

The Future Viewing Landscape The Future Viewing Landscape A Decipher Presentation For TAM Ireland Dublin - 14 th October 2016 A Difficult Question It s tough to make predictions, especially about the future - Yogi Berra A Difficult

More information

HTML5 Evolution and Development. Matt Spencer UI & Browser Marketing Manager

HTML5 Evolution and Development. Matt Spencer UI & Browser Marketing Manager HTML5 Evolution and Development Matt Spencer UI & Browser Marketing Manager 1 HTML5 Ratified. finally! After 7 years of development, the HTML5 specification was ratified on 28 th October 14 urce>

More information

Introduction to the Application Layer. Computer Networks Term B14

Introduction to the Application Layer. Computer Networks Term B14 Introduction to the Application Layer Computer Networks Term B14 Intro to Application Layer Outline Current Application Layer Protocols Creating an Application Application Architectures Client-Server P2P

More information

HIGH QUALITY 360 VIDEO RENDERING AND STREAMING

HIGH QUALITY 360 VIDEO RENDERING AND STREAMING Matthias Heyde / Fraunhofer FOKUS HIGH QUALITY 360 VIDEO RENDERING AND STREAMING NEM SUMMIT 2016 - MEDIA AND ICT FOR THE CREATIVE INDUSTRIES I - PORTO Louay Bassbouss

More information

Java EE 7 is ready What to do next? Peter Doschkinow Senior Java Architect

Java EE 7 is ready What to do next? Peter Doschkinow Senior Java Architect Java EE 7 is ready What to do next? Peter Doschkinow Senior Java Architect The following is intended to outline our general product direction. It is intended for information purposes only, and may not

More information

Digital television. Multimedia programming. Jaakko Alajoki Kaarlo Lahtela Vesa Tikkanen

Digital television. Multimedia programming. Jaakko Alajoki Kaarlo Lahtela Vesa Tikkanen Digital television Multimedia programming Jaakko Alajoki Kaarlo Lahtela Vesa Tikkanen Contents Introduction to MHP DVB-J DVB-HTML Introduction to MHP DVB-J DVB-HTML Why digital TV? Better image quality

More information

SafeWebApp Android QuickStart

SafeWebApp Android QuickStart SafeWebApp Android QuickStart Excel Software Copyright 2012 Excel Software SafeWebApp is an easy, secure way to deliver and use web applications, called Web Apps. SafeWebApp is free download available

More information

Exploring different facets of the bustling mobile content world

Exploring different facets of the bustling mobile content world Exploring different facets of the bustling mobile content world Part two of In-Stat and TI wireless 2010 webinar series September 22, 2010 Moderated by Frank Dickson, In-Stat Welcome to our 2010 webinar

More information

Introduction to TIZEN Ecosystem

Introduction to TIZEN Ecosystem Introduction to TIZEN Ecosystem Sungjin Lee Samsung Electronics TIZEN Ecosystem What is Ecosystem? Information Promotion Device Platform Content & Service Provider (Developer) Distribution Channel (App

More information

Dragon TV Overview. TIF Workshop 24. Sept Reimund Schmald mob:

Dragon TV Overview. TIF Workshop 24. Sept Reimund Schmald mob: Dragon TV Overview TIF Workshop 24. Sept. 2013 Reimund Schmald reimund.schmald@nuance.com mob: +49 171 5591906 2002-2013 Nuance Communications, Inc. All rights reserved. Page 1 Reinventing the relationship

More information

DoConference Web Conferencing: DoMore DoConference

DoConference Web Conferencing: DoMore DoConference DoConference Web Conferencing: DoMore DoConference Use DoConference Conferencing for: Training and E-Learning Deliver interactive online classes, E-Learning sessions and educate easily and affordably.

More information

IPTV Overview BBC 2008

IPTV Overview BBC 2008 IPTV Overview IPTV Overview Chapters: 1. What is IPTV (as opposed to internet TV)? 2. What is VOD (as opposed to IPTV) 3. Middleware and Video 4. Common IPTV Models 5. Demos / Examples 6. Other factors

More information

IP Video better than broadcast

IP Video better than broadcast IP Video better than broadcast March 2017 Simon Rizkallah Changing Video Market Dynamics How can Cisco help in the transition? Video Transformation in action 2 Security Policy Analytics Future Network

More information

KEY BENEFITS OF A TIKILIVE NETWORK

KEY BENEFITS OF A TIKILIVE NETWORK EXTEND YOUR BRAND AND GENERATE REVENUE WITH TIKILIVE HD STREAMING COMMUNITY TIKILIVE.COM KEY BENEFITS OF A TIKILIVE NETWORK Easily brand connect, manage and monetize your HD content Realize immediate viewer

More information

End-to-end IPTV / OTT Solution

End-to-end IPTV / OTT Solution End-to-end IPTV / OTT Solution Telebreeze Middleware Features Hardware Operation System Intel Xeon Processor E3 Series / 16GB RAM CentOS 7.3 minimal Ext4 The core of the platform Telebreeze Middleware

More information

HTML5 - INTERVIEW QUESTIONS

HTML5 - INTERVIEW QUESTIONS HTML5 - INTERVIEW QUESTIONS http://www.tutorialspoint.com/html5/html5_interview_questions.htm Copyright tutorialspoint.com Dear readers, these HTML5 Interview Questions have been designed specially to

More information

Distribution & Delivery

Distribution & Delivery TripleSign, one of the world s leading Digital Signage and IPTV platforms, comes complete with an array of high quality standard and industry leading premium features; making it a complete AV and IT solution

More information

ITU-T IPTV Standards for Interoperability

ITU-T IPTV Standards for Interoperability ITU-T Workshop on Conformance and Interoperability of IPTV Pune, India, 17 December, 2010 ITU-T IPTV Standards for Interoperability Masahito Kawamori ITU-T IPTV-Global Standards Initiative TSR Coordinator

More information

HTML5 HTML & Fut ure o Web M edi dia Streami a est Work h op, ov 2010 Michael Dale Zohar Babin eve oper o Dev R l e t a i tions & C

HTML5 HTML & Fut ure o Web M edi dia Streami a est Work h op, ov 2010 Michael Dale Zohar Babin eve oper o Dev R l e t a i tions & C HTML5 &F Future of fweb bmedia Streaming Media West Workshop, Nov. 2010 Michael Dale Zohar Babin Senior Developer Head of Dev Relations & Community michael.dale@kaltura.com zohar.babin@kaltura.com @michael_dale

More information

Personalised Web TV for the 2012

Personalised Web TV for the 2012 Personalised Web TV for the 2012 Olympics Dr Stefan Poslad Interactive Media Research Group School of Electronic Engineering & Computer Science stefan@eecs.qmul.ac.uk Richer Interaction Current Limited

More information

Qt + Maemo development

Qt + Maemo development ES3 Lecture 11 Qt + Maemo development Maemo Nokia's Linux based platform Almost entirely open source Nokia N770, N800, N810, N900 only models Only N900 has 3G/phone capability N900 has relatively fast

More information

Virtual Desktop VMware View Horizon

Virtual Desktop VMware View Horizon Virtual Desktop VMware View Horizon Presenter - Scott Le Marquand VMware Virtualization consultant with 6 years consultancy experience VMware Certified Professional 5 Data Center Virtualization VMware

More information

EBOOK. Mobile Experience Virtualization: Extend Virtualized Windows Apps to Mobile

EBOOK. Mobile Experience Virtualization: Extend Virtualized Windows Apps to Mobile EBOOK Mobile Experience Virtualization: Extend Virtualized Windows Apps to Mobile Table of Contents The Mobilization Dilemma Mobile User Experience Virtualization is not Mobilization Mobile Experience

More information

End User Services. On the Road to Ultra Mobile Broadband. March 27, 2007

End User Services. On the Road to Ultra Mobile Broadband. March 27, 2007 End User Services On the Road to Ultra Mobile Broadband March 27, 2007 Pepe Lastres Director of CDMA & IMS Solutions Marketing Motorola Networks & Enterprise Agenda Service Differentiation UMB Enabled

More information

Expanding Your Services: Reach, Engage, Measure, & Monetize. Eric Freund VP, Product Marketing

Expanding Your Services: Reach, Engage, Measure, & Monetize. Eric Freund VP, Product Marketing Expanding Your Services: Reach, Engage, Measure, & Monetize Eric Freund VP, Product Marketing $Billions Minerva Responding to Rising Content Costs & Competition $10 $9 $8 Broadcast Retransmission Fee Projections

More information

WHAT S NEW WITH FLASH PLAYER 11.2 & ADOBE AIR 3.2. Joseph Labrecque. Hawaii Flash User Group May 10 th 2012

WHAT S NEW WITH FLASH PLAYER 11.2 & ADOBE AIR 3.2. Joseph Labrecque. Hawaii Flash User Group May 10 th 2012 WHAT S NEW WITH FLASH PLAYER 11.2 & ADOBE AIR 3.2 Joseph Labrecque Hawaii Flash User Group May 10 th 2012 Joseph Labrecque, MA University of Denver - OTL Senior Interactive Software Engineer Adjunct Faculty

More information