Everywhere or Multiscreen Video Delivery. CCTA Technical Training Puerto Rico July 16, 2013 Louis Sebastiani, Project Manager

Size: px
Start display at page:

Download "Everywhere or Multiscreen Video Delivery. CCTA Technical Training Puerto Rico July 16, 2013 Louis Sebastiani, Project Manager"

Transcription

1 Understanding TV Everywhere or Multiscreen Video Delivery CCTA Technical Training Puerto Rico July 16, 2013 Louis Sebastiani, Project Manager 1

2 Understanding TV Everywhere or Multiscreen Video Delivery How can we deliver video to consumers on managed and unmanaged networks? This requires to understand the differences between Cable TV, IPTV and Over the Top delivery (OTT) using the Internet. The following points will be addressed: Difference between MPEG2-Transport Stream delivery and HTTP streaming Adaptive Bit Rate streaming technology overview Comparing HTTP streaming technologies Overview of the multiscreen video delivery ecosystem (from content to consumer devices) 2

3 Cable TV, IPTV and OTT MPEG-TS over Managed Networks Cable TV / IPTV / Satellite Internet Over-The-Top Delivery (OTT) Delivery of video over Un-Managed Networks 3

4 Difference betwen Managed and Unmanaged Networks Managed Network (HFC, DSL, FTTH, Satellite) Bandwidth is controlled and constant Jitter is controlled Network Engineering allows stable conditions (QoS is assured) MPEG-TS is the preferred mechanism to deliver video (QAM, IPTV, Satellite). Because MPEG-TS requires stable network conditions and no packet loss: need Managed Network Unmanaged Network (Internet) Bandwidth varies / Conditions are not stable Quality of Service is not guaranteed ( Best Effort ) MPEG-TS is not a good solution So, need to use IP video streaming techniques to deliver video over-the-top top (OTT) audio video video 4

5 MPEG-2-TS on Managed Network IP Video Streaming video video audio MPEG-2 TS (or) ASI IP TCP/IP QAM (Cable) QPSK/8PSK (Satellite) DSL (Telco) GPON/EPON (FTTH) Direct Connection from Headend to Customer Packet-Switched Best Effort Network 5

6 What is OTT Video Streaming? For the purpose of this presentation: ti - A toolkit of different technologies - Making Use of the Public Internet and its Standard Protocols - To deliver multimedia content t - Either Live or On-Demand 6

7 Video Streaming Examples 7

8 IP Stack Standard Protocols Key Words Application Layer Transport Layer TELN NET FTP HTTP Clients/ Servers TCP (acknowledgement) DHC CP DNS SNM MP RTMP/ RTP RTSP UDP (no acknowledgement) Internet Layer IP IGMP 4 layer model (Internet Protocol Suite) From Wikipedia: Lin nk Lay yer Ethernet t (Media Access Control) MAC address 8

9 An example with MPEG-TS Application Layer Transport Layer TELN NET FTP HTTP Clients/ Servers TCP (acknowledgement) DHC CP DNS SNM MP RTMP/ RTP RTSP UDP (no acknowledgement) Internet Layer IP IGMP nk yer Li La Ethernet (Media Access Control) 9

10 Video Streaming Protocols All streaming protocols are in the application layer Application Layer Transport Layer Internet Layer TELNET T FTP Clients/ Servers TCP (acknowledgement) DHCP DNS SNMP RTMP/ RTSP UDP (no acknowledgement) Clients and servers exchange messages in a request-response messaging pattern HTTP Streaming Protocols use the layers RTP below to transport content IP IGMP HTTP TCP IP RTSP/ RTMP UDP Link Layer Ethernet (Media Access Control) MAC Video streaming over the Internet 10

11 Video Streaming Protocols Evolution Hypertext Transfer Protocol (HTTP) is the foundation of data communication for the World Wide Web. RTSP means Real Time Streaming Protocol RTMP means Real Time Messaging Protocol 1 HTTP App plication Layer ort r Transp Laye Int ternet Layer Link Layer TELNET FTP HTTP Clients/ Servers TCP (acknowledgement) IP DHCP RTP DNS SNMP UDP (no acknowledgement) Ethernet (Media Access Control) 3 HTTP 2 RTSP/ RTMP RTSP/ RTMP 1. Progressive Download uses HTTP (eg. Youtube) 2. RTSP/RTMP Streaming RTMP (Flash Players) RTSP IGMP (QuickTime, Android) 3. Adaptive HTTP Streaming (Microsoft Smooth Streaming, Apple HLS, Flash HDS) 11

12 1. Progressive Download principles Progressive Download is supported by: Flash, HTML5 browsers, the ipad/iphone and On the server side: every regular webhoster supports downloads, as does every Content Delivery Network (CDN) Youtube uses Progressive Download Features and Characteristics Simplest to implement HTTP protocol (using TCP/IP) When hit Play the media player starts downloading the file until the whole file is received. Playback as soon as enough data in buffer Trick play (seeking in the video) if system is provisioned for pseudostreaming Downsides A lot of bandwidth is wasted for data downloaded but unwatched Inhability to change the video quality at midstream Full screen looks bad (even if would have the bandwith for a higher resolution); or Playback stutters upon network congestion Not possible to do live streaming Conclusion Good solution for short clips and when no live streaming Simple to implement Alternate solutions RTMP/RTSP streaming Adaptive HTTP streaming Info from 12

13 2. RTMP/RTSP Streaming principles RTMP (Real Time Messaging Protocol) is what Flash uses RTSP was developed by the Multiparty Multimedia Session Control Working Group (MMUSIC WG) and published as RFC2326 in 1998 RTMP (Flash) is the most widely used streaming protocol Almost all PCs have flash players * Not supported by iphones / ipads Hulu uses RTMP Streaming Features and Characteristics RTMP/RTSP are Stateful protocol (vs HTTP which is a Stateless protocol) Requires a dedicated Streaming Server. The media player initiates a communication with a Streaming Servers Uses RTP/UDP streaming with a remote control protocol (TCP/IP to maintain end-to-end connection) RTMP uses port 1935; RTSP uses port 554 Downsides RTP(UDP) has no retransmit capability so packet loss will result in issues RTMP/RTSP packets may be blocked by certain firewalls (because of ports 1935/554) RTMP packets can t leverage standard HTTP caching mechanisms The required server may also limit scalability as compared to HTTP-based streaming, since there are many more HTTP servers than RTMP. Conclusion RTMP distribution is still widely and beneficially used by many websites today. However, at this point if you re considering implementing a streaming technology, the overwhelming sentiment is to deliver via HTTP. For adaptive delivery to Apple devices (and Android 3.0 and higher?), HLS is your only option. Info from and Streaming-Media-Protocol aspx and Wikipedia. 13

14 3. Adaptive HTTP Streaming principles Profile A Profile B Profile C Video is encoded in several resolutions to adapt for network conditions (different Profiles ) Cients play the video stream by requesting segments in a profile from a Web Server (via HTTP) Adaptive delivery enables a client to adapt to fluctuating network conditions by selecting video segments from different profiles (Intelligence in client) Features and Characteristics Creation of fragments of encoded video (2 seconds or 10 seconds chunks) hosted on regular HTTP server HTTP is firewall friendly (vs RTMP) Support for different resolutions i.e. each fragment can be encoded in different quality levels IDR Frame alignement and equal duration of fragments to switch between resolutions during playback H.264 video Codec and AAC audio Note: see upcoming slide for discussion i on WebM and VP8 Downsides Requires more overhead because of TCP which requires acknowledgement (vs RTP/UDP transport) A lot of small files to manage (chunks) No Single and Widely used implementation Currently, some of the options are: Apple HLS Microsoft Smooth Streaming Adobe HDS Lack of standardization, except effort from: MPEG-DASH (MPEG consortium) Objective: join the merits of RTMP/RTSP Streaming (bandwidth efficiency, quality switching) with those of Progressive Download (no special servers or protocol needed simple HTTP). CDN Friendly. The list of available profiles is called a manifest file or playlist. This is used by the client to know what to expect and download Info from and RGB white paper Comparing Adaptive HTTP Streaming Technologies 14

15 3. Adaptive HTTP Streaming High Quality Video H.264 Encoder H.264 Multi Bit Rate Transport Streams Creation of several bit rates/resolutions ti for delivery to different devices (STB, PC,Tablets, Phones, etc.) Pac ckaging / Seg gmenting Lower Bit Rate Higher Bit Rate + Playlist/Manifest File Creation of small chunks (2 or 10 seconds) for each resolution and streaming format (HLS, HDS, MSS) * For HDS, a Flash Media Server is required; For MSS, a IIS-7 Server is required HTTP Server* Managed Network or Delivery to CDN The video files are published over the Network like any other HTTP file for delivery on the Internet Client dynamically selects best size chunk according to network conditions Adaptive Streaming Client High Bit Rate Network Congestion Low Bit Rate Time 15

16 HTTP dynamic streaming (HDS) example p 16

17 3. Adaptive HTTP Streaming HLS: HTTP Live Streaming (Apple) 2009 MSS: Smooth Streaming (Microsoft) 2009 ISO Standard in order to provide a Universal Delivery Format HDS: HTTP Dynamic Streaming (Flash) 2010 Features Apple HLS Microsoft Smooth Streaming Adobe HDS mpeg-dash Codec Used H.264 H.264, VC-1 H.264, VP-6 H.264 (or other MPEG codec family) Open Standard No No No Yes Subtitle Support Partial Yes Partial Yes Multiple Audio Support V4 only Yes Yes Yes Trick Mode Support Partial Yes Partial Yes CDN-Friendly Requires Chunk Carriage Optimization Requries specific IIS-7 origin server Requires specific Flash Media Server(origin) Yes Common Encryption No No No Yes Summary of HTTP Protocol Differences. Excerpts from Harmonic August 2012 Article: Dash: A Universal Standard for Streaming Video Content to Multiple Devices, by Thierry Fautier. 17

18 What about WebM and VP8? WebM is an media file format designed for the web Open and royalty-free A WebM file (.webm) consists of : VP8 video codec (vs H.264 video codec) Vorbis audio codec (vs AAC audio vs) In a container based on Matroska (.mkv) Embed video directly in HTML5 web page with simple tag No need for plug-in in web page The project's development is sponsored by Google Type of Format: Media Container Internet Media Type (MIME Type) video/webm audio/webm Native WebM support by Mozilla Firefox, Opera and Google Chrome browsers More Information 18

19 The State of HTML5 support Information from: Last updated April 10,

20 Summary: Streaming Support This table sums up support for the various streaming methods across devices and servers. Posted by Jeroen Wijering on April 27, 2011 Devices Progressive Download (only on demand) RTMP/RTSP Streaming (live and on demand) Adaptive HTTP Streaming (live and on demand) Adobe Flash Player MP4, FLV RTMP HLS, HDS, Smooth HTML5 (Safari & IE9) MP4 - - HTML5 (Firefox & Chrome) WebM - - ios (ipad/iphone) MP4 - HLS Android Devices MP4, WebM RTSP HLS (as of 3.0) CDNs (e.g. CloudFront) MP4, FLV, WebM RTMP HLS Web Servers (e.g. S3) MP4, FLV, WebM - HLS Info from 20

21 Multiscreen Video Delivery from the perspective e of the Cable or Telco operator 21

22 So why should I care? Because anyone can now reach the customers using the Internet (OTT delivery) Because we are at a new Product cycle in the video delivery (and many different ways to skin the cat...) New Players are proposing new Business Models New Technologies/Players means change in the equilibrium * Need to understand what the customer wants (need) * Need to understand which technologies are available to answer the need * SWOT analysis to maintain $ margins * Need to choose a strategy 22

23 Taken from presentation at OTTCon March 20, 2013: Will Law, Principal Architect - Media Engineering at Akamai. This is slide 7 of his presentation. 23

24 The Marketing Mix (4P s) Product Price Promotion Place The Consumer s Need Cost Communication *Convenience Ease of: Live Video On-Demand Content Time Shift Catch-up TV Multiscreen * Every product as a life cycle (growth, maturity, decline) * Many factors affect cost including the consumer s cost to change products/ services Advertising Special Promotions Communication Channel Buying the product Finding the product Finding information on the product This is what Cable/Telcos have done. By aggregating content, they have made the multimedia viewing experience easier for the consumer. Now, the Cable/Telcos need to adapt to the change in demand of the consumers (new Product). 24

25 Blockbuster vs Netflix Blockbuster failed to adapt to customer needs Stoped providing value to customers Does this mean to jump in TV everywhere and multiscreen delivery with your eyes closed? 25

26 Internet Ubiquity Ubiquitous Definition Having or seeming to have the ability to be everywhere at once; omnipresent But this comes with a downside Image from: 26

27 The Age of Overwhelming Information Things That Happen every 60 seconds on the Internet (Dec 2011) Image from: 27

28 What has not changed? How to Adapt? Humans are social animals Better Price? Better Viewing Quality? Facebook, Twitter, Flickr, etc. are ways to stay in contact Live content will always be imp. Watching TV is for Pleasure Too many choices creates Anxiety No service Interuption ti (live feeds) Good and Interesting Content? Make it easier for the consumer 1st rule: Content is King (Good Content!) In consequence: Content Aggregators (Cable / Telco / Netflix / Hulu / etc.) can bi bring Value Vl Added dby PACKAGING Good Content and offering a simplified user experience 28

29 Cable Operator SWOT analysis Strenghts Familiar with video delivery Already have relationship with Content Providers Already have relationship with Customers Weaknesses Footprint of cable/telco operator limited to network coverage territory Need to learn new technologies (resistance to change) TV everwhere/multiscreen may be a defensive move Opportunities Threats Offer customers a better user experience Reduce Churn Differentiate vs competing offerings Content Providers, Consumer Electronics Manufacturers and new Aggregators can offer TV services directly to consumers OTT *HEVC should provide 40-50% reduction in bitrate vs H

30 What is my strategy? Market Dominance Strategies 1. Market Leader 2. Market Challenger 3. Market Follower - Play it safe strategy 4. Market Specialist (Nicher) Roger s Technology Adoption Lifecycle All In? Undecided? More Info : 30

31 Comcast: no business model for OTT video outside its cable footprint Article of Ryan Lawler dated August 3rd 2011: More than most cable providers, Comcast could offer a streaming offering with its XfinityTV.com website and ipad app. But it has no plans to extend its products to customers outside its cable footprint, in part because there s no money in it, according to CEO Brian Roberts. That s not to say that Comcast doesn t have room to improve its core business, and Comcast Cable president Neil Smit gave some details about how the company is innovating by adding new products like its ipad app, improving customer service and working on customer retention. For now, its focus will be on improving services for its existing customer base, as well as trying to win over the 50 million households that are in its cable footprint, not going after those that aren t. What do you think? Some analysts (July 2013) think that Cox maybe looking at offering video services outside their footprint (OTT) with their FlareWatch service 31

32 Understanding the TV everywere ecosystem from the Cable/Telco Operator s perspective 32

33 IPTV / OTT Ecosystem From Beenius-Verimatrix white paper 33

34 TV Everywhere challenges Authentication i This is the biggest hurdle to adoption of TV everywhere needs to be simple for all users High reliability live streaming Multiplicity of devices and streaming formats makes the headend more complicated ipads, iphones, Android, XBOX, PCs, Connected TVs, STB, etc Security Complexity of Digital Rights Management Advertising Measurement 34

35 Incospec s s efforts in the TV everywhere ecosystem 35

36 Our TV EVERYWHERE Trio MPEG-TS over Managed Networks 3 components to unify the delivery of TV content on managed/unmanaged networks Internet Over-The-Top Delivery (OTT) Adaptive Bit Rate Streaming over Un-Managed Networks 36

37 Our TV EVERYWHERE Trio Interactive TV service delivery platform (middleware for IPTV and Multiscreen/Over-the-Top TV) Edgeware provides the video delivery servers needed to offer video services across managed and unmanaged networks, with the ability to reach any screen, at any time, with any content. These services include: - video on demand (VOD), - Live TV, time shift TV and network Personal Video Recorder (npvr), -as well as offering wholesale l Content t Delivery Network (CDN) management services Edgeware is a hardware (server) manufacturer and software provider. Multiscreen (OTT) adaptive bit rate streams and MPEG transport streams monitoring probes 37

38 IPTV/OTT middleware Multiscreen support Enables interactive TV on smartphones, tablets, PCs and TVs Same look and feel regardless if content is coming from managed (IPTV) or unmanged network (OTT). Social TV and Interactive TV Direct link on user interface to Facebook, Twitter and Flickr 38

39 Same Look and Feel iphone GUI ipad GUI Television (STB) GUI 39

40 Distributed Delivery Video Architecture The ONLY Network Caching Solution Very long tail: npvr (> 10TB) Content/Service/ Server Management Long tail: Central servers / logical clusters (~5 10TB) CDNs, OTT operators, telco/cable core networks Network Short to mid tail: Distributed servers (~1TB storage) Telco/cable metro & access networks 20% Core N/W 80% Edge Caches Demand Short Tail Mid Tail Long Tail Storage & streaming close to user: Most demanded closest: Short tail Frequently demanded between: Mid tail Leastdemanded atcentre: Long tail Ranking 40

41 Product Portfolio On-demand services in managed networks IPTV & Cable TV Intelligent caching and session management On-demand services in unmanaged networks Web TV & OTT Content/Service/Server Management 41

42 Introducing the new Orbit 3020 platform Simultaneous managed and unmanaged network support with hardware acceleration MTBF measured in decades Up to 24TB of Flash Storage Up to 20Gbps Transmission (up to 32,000 concurrent streams/users) 85W peak power 42

43 OTT monitoring probes SUPPORTS: - Microsoft Smoothstream - Apple HLS - Adobe HDS Alarm categories are: - Transport errors (e.g bandwidth) - HTTP errors (e.g missing files on servers) - XML structure errors (e.g wrong structure of manifest files) ALARMS sent to central VBC server (or 3 rd party system) for tracking of where issues arise in chain 43

44 NAB2013 Game Changer Award...Bridge Technologies among the five recipients of its Game- Changer Awards, presented at this year s NAB show. The award is given in recognition of solutions that transform accepted rules, processes and strategies, and which typically lead a movement of related businesses in the same direction. The Award recognizes five products judged to have the greatest potential to revolutionize the industry. This year s distinguished winners are Bridge Technologies for PocketProbe, Masstech for Emerald for News, TC Electronic for LoudnessRadar, isovideo for Viarte, and Emmis for TagStation. The Game Changer Awards were open to all broadcast, digital media, and entertainment industry manufacturers and their products, and the award winners were selected by a panel of impartial experts who toured the show undercover and reviewed products and solutions during the first two days of the show. Accepting the award for Bridge Technologies, Chairman Simen Frostad said, It s particularly pleasing to be considered a gamechanger because that implies thinking outside the box, taking a fresh look at a problem and finding a better solution being smart and creative, in short. And we definitely have a lot of smart, creative people working at Bridge. PocketProbe Based in Oslo, Norway, Bridge Technologies designs and develops advanced analysis, measurement, and monitoring solutions for the digital media industries. 44

45 Our Markets Our Know-How MPEG-2/4 Compression Satellite Fiber Transport Cable TV and RF distribution IPTV and data communications TV and FM Broadcast MPEG-2 TS analysis PSIP / PSI-SI (Metadata and Guide) Digital TV headend design CATV, IPTV and OTT delivery RF distribution (QPSK, QAM, 8VSB) Carrier Ethernet / DWDM solutions RF Test and Measurement CATV Network Powering Wireless Point-to-Point and Multipoint HFC and PON distribution design Network Management L-Band Signal Management and transport 45

46 Understanding TV Everywhere or Multiscreen Video Delivery Thank you, Gracias, Danki, Merci to the CCTA members Louis Sebastiani Serving the industry since 1978 with pride, integrity it and commitment t 46

47 Some of Incospec s Associates 47

IPTV vs Internet TV Understanding how Video Delivery in Unmanaged Networks differs from that in Managed Networks

IPTV vs Internet TV Understanding how Video Delivery in Unmanaged Networks differs from that in Managed Networks IPTV vs Internet TV Understanding how Video Delivery in Unmanaged Networks differs from that in Managed Networks SMPTE Boot Camp VI Toronto June 2014 Louis Sebastiani, IPTV Project Director 1 Agenda 1.

More information

Over-the-Top Video Delivery using HTTP Adaptive

Over-the-Top Video Delivery using HTTP Adaptive Over-the-Top Video Delivery using HTTP Adaptive Bit Rate Streaming CCSA Mont Tremblant QC September 22 2013 CCBE Horseshoe Resort - ON September 26 2013 Louis Sebastiani, IPTV Project Director 1 Our Markets

More information

Wowza Media Systems provides all the pieces in the streaming puzzle, from capture to delivery, taking the complexity out of streaming live events.

Wowza Media Systems provides all the pieces in the streaming puzzle, from capture to delivery, taking the complexity out of streaming live events. Deciding what event you want to stream live that s the easy part. Figuring out how to stream it? That s a different question, one with as many answers as there are options. Cameras? Encoders? Origin and

More information

TRANSCODING CHOICES FOR A MULTISCREEN WORLD

TRANSCODING CHOICES FOR A MULTISCREEN WORLD TRANSCODING CHOICES FOR A MULTISCREEN WORLD JONATHAN RUFF, GLOBAL TECHNICAL MARKETING LEAD SANTHANA CHARI, VP ENGINEERING DIGITAL VIDEO SYSTEMS MARK DEPIETRO, VP CORPORATE STRATEGY & BUSINESS DEVELOPMENT

More information

Fragmented MPEG-4 Technology Overview

Fragmented MPEG-4 Technology Overview Fragmented MPEG-4 Technology Overview www.mobitv.com 6425 Christie Ave., 5 th Floor Emeryville, CA 94607 510.GET.MOBI HIGHLIGHTS Mobile video traffic is increasing exponentially. Video-capable tablets

More information

Towards Secure Multi-network Video Services. Steve Oetegenn, President

Towards Secure Multi-network Video Services. Steve Oetegenn, President Towards Secure Multi-network Video Services Steve Oetegenn, President Contents Market Dynamics Multi-network Solutions Evolution of Security 2 Copyright 2015 Verimatrix, Inc. CONFIDENTIAL OTT Market Dynamics

More information

Wowza Streaming Cloud TM Overview

Wowza Streaming Cloud TM Overview Wowza Streaming Cloud TM Overview Wowza Media Systems, LLC February 2015 This document is for informational purposes only and in no way shall be interpreted or construed to create any warranties of any

More information

The Opportunity for White-labeled IPTV & OTT TV for MNOs, MSOs and ISPs. Date: 19 January 2014

The Opportunity for White-labeled IPTV & OTT TV for MNOs, MSOs and ISPs. Date: 19 January 2014 The Opportunity for White-labeled IPTV & OTT TV for MNOs, MSOs and ISPs Date: 19 January 2014 0 Leader in Technology and Competition 7M population, multi-lingual, mainly Chinese speaking 3.8 million Telephone

More information

Serving Media with NGINX Plus

Serving Media with NGINX Plus Serving Media with NGINX Plus Published June 11, 2015 NGINX, Inc. Table of Contents 3 About NGINX Plus 3 Using this Guide 4 Prerequisites and System Requirements 5 Serving Media with NGINX Plus 9 NGINX

More information

IxLoad TM Adobe HDS Player Emulation

IxLoad TM Adobe HDS Player Emulation IxLoad TM Adobe HDS Player Emulation HTTP Dynamic Streaming (HDS) is a solution developed by Adobe Systems to playback high quality live and on-demand content. The playback uses HTTP for streaming fragmented

More information

ProMedia Suite Optimized Multiscreen Production and Delivery Workflows

ProMedia Suite Optimized Multiscreen Production and Delivery Workflows HIGHLIGHTS Complete family of multiscreen processing and delivery applications Provides the best possible picture quality at the lowest possible bitrates Independent nodes scale to support a growing number

More information

PackeTV Mobile. http://www.vsicam.com. http://www.linkedin.com/company/visionary- solutions- inc. http://www.facebook.com/vsiptv

PackeTV Mobile. http://www.vsicam.com. http://www.linkedin.com/company/visionary- solutions- inc. http://www.facebook.com/vsiptv PackeTV Mobile Delivering HLS Video to Mobile Devices White Paper Created by Visionary Solutions, Inc. July, 2013 http://www.vsicam.com http://www.linkedin.com/company/visionary- solutions- inc. http://www.facebook.com/vsiptv

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

A New Architecture for Multiscreen Service Distribution, Rights Management and Monetization

A New Architecture for Multiscreen Service Distribution, Rights Management and Monetization DECEMBER 2013 A New Architecture for Multiscreen Service Distribution, Rights Management and Monetization As IP networks emerged for data applications in the 1990s, broadband operators were first to understand

More information

Adaptive HTTP streaming and HTML5. 1 Introduction. 1.1 Netflix background. 1.2 The need for standards. W3C Web and TV Workshop, 8-9 February 2011

Adaptive HTTP streaming and HTML5. 1 Introduction. 1.1 Netflix background. 1.2 The need for standards. W3C Web and TV Workshop, 8-9 February 2011 W3C Web and TV Workshop, 8-9 February 2011 Adaptive HTTP streaming and HTML5 Mark Watson, Netflix Inc. 1 Introduction 1.1 Netflix background Netflix is a leading provider of streaming video services in

More information

How To Set Up & Manage an IPTV System WHITE PAPER

How To Set Up & Manage an IPTV System WHITE PAPER How To Set Up & Manage an IPTV System WHITE PAPER Although every effort has been taken to ensure the accuracy of this document it may be necessary, without notice, to make amendments or correct omissions.

More information

CONVERGING TV VOD DELIVERY AND DISTRIBUTED CDNs KEEPING MSOs A STEP AHEAD IN EUROPE

CONVERGING TV VOD DELIVERY AND DISTRIBUTED CDNs KEEPING MSOs A STEP AHEAD IN EUROPE CONVERGING TV VOD DELIVERY AND DISTRIBUTED CDNs KEEPING MSOs A STEP AHEAD IN EUROPE STRATEGIC WHITE PAPER Interest in multiscreen strategies including next-generation TV offerings, such as TV Everywhere

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

Over the Top (OTT) Content Delivery

Over the Top (OTT) Content Delivery Over the Top (OTT) Content Delivery Secured Internet TV Deployment with Envivio 4Caster C4 2 and Verimatrix VCAS September 2010 www.envivio.com Contents 1. TELEVISION TRANSFORMED... 3 1.1 Introduction...3

More information

The Picture must be Clear. IPTV Quality of Experience

The Picture must be Clear. IPTV Quality of Experience The Picture must be Clear IPTV Quality of Experience 1 Video-over-IP vs IPTV? Video-over-IP A technology for moving video from A to B How about: Video-over-wire? Video-over-UHF? Video-over-Satellite? Can

More information

Video Recording in the Cloud: Use Cases and Implementation We Deliver the Future of Television

Video Recording in the Cloud: Use Cases and Implementation We Deliver the Future of Television Video Recording in the Cloud: Use Cases and Implementation We Deliver the Future of Television istockphoto.com Introduction The possibility of recording a live television channel is an application that

More information

District of Columbia Courts Attachment 1 Video Conference Bridge Infrastructure Equipment Performance Specification

District of Columbia Courts Attachment 1 Video Conference Bridge Infrastructure Equipment Performance Specification 1.1 Multipoint Control Unit (MCU) A. The MCU shall be capable of supporting (20) continuous presence HD Video Ports at 720P/30Hz resolution and (40) continuous presence ports at 480P/30Hz resolution. B.

More information

INTRODUCTION. The Challenges

INTRODUCTION. The Challenges Meeting the Challenges of Video Advertising in an IP ABR Environment Consumers are demanding to watch TV when they want and on the device of their choice. To meet that challenge most pay TV operators globally

More information

networks Live & On-Demand Video Delivery without Interruption Wireless optimization the unsolved mystery WHITE PAPER

networks Live & On-Demand Video Delivery without Interruption Wireless optimization the unsolved mystery WHITE PAPER Live & On-Demand Video Delivery without Interruption Wireless optimization the unsolved mystery - Improving the way the world connects - WHITE PAPER Live On-Demand Video Streaming without Interruption

More information

What is. LDeX MEDIA PLATFORM?

What is. LDeX MEDIA PLATFORM? What is LDeX MEDIA PLATFORM? WHAT IS THE THE LDeX MEDIA PLATFORM: The UK s digital platform of choice which enables industry partners to globally connect, share resources and support each other through

More information

The World`s First Unified Media Server

The World`s First Unified Media Server The World`s First Unified Media Server Wowza Media Server 2 is not just a high-performance, extensible and a fully interactive Flash media server - it takes the proven Wowza Pro platform beyond Flash by

More information

Cisco Video Distribution Suite for Internet Streaming (VDS-IS)

Cisco Video Distribution Suite for Internet Streaming (VDS-IS) Data Sheet Cisco Video Distribution Suite for Internet Streaming (VDS-IS) With the ever-increasing demand for online video content propelled by changes in consumer behavior, service providers realize that

More information

Quality of Service Monitoring

Quality of Service Monitoring Adaptive Bitrate video testing and monitoring at origin servers, CDN (caching servers), and last mile (streaming servers). Quality assurance monitoring for multiscreen video delivery from Pay TV providers.

More information

Alcatel-Lucent Multiscreen Video Platform RELEASE 2.2

Alcatel-Lucent Multiscreen Video Platform RELEASE 2.2 Alcatel-Lucent Multiscreen Video Platform RELEASE 2.2 Enrich the user experience and build more valuable customer relationships by delivering personal, seamless and social multiscreen video services Embrace

More information

HOSTING A LIFEWAY SIMULCAST

HOSTING A LIFEWAY SIMULCAST HOSTING A LIFEWAY SIMULCAST What is a Simulcast? A simulcast is not much different than a broadcast of your favorite weekly sitcom or sporting event. The main difference is how the broadcast is sent out

More information

Live and VOD OTT Streaming Practical South African Technology Considerations

Live and VOD OTT Streaming Practical South African Technology Considerations Live and VOD OTT Streaming Practical South African Technology Considerations Purpose of Presentation Discuss the state of video streaming technology in South Africa Discuss various architectures and technology

More information

TYLER JUNIOR COLLEGE School of Continuing Studies 1530 SSW Loop 323 Tyler, TX 75701 1.800.298.5226 www.tjc.edu/continuingstudies/mycaa

TYLER JUNIOR COLLEGE School of Continuing Studies 1530 SSW Loop 323 Tyler, TX 75701 1.800.298.5226 www.tjc.edu/continuingstudies/mycaa TYLER JUNIOR COLLEGE School of Continuing Studies 1530 SSW Loop 323 Tyler, TX 75701 1.800.298.5226 www.tjc.edu/continuingstudies/mycaa Education & Training Plan CompTIA N+ Specialist Program Student Full

More information

Executive Summary... 4. 1. Introduction... 4. 1.1 Overview of whitepaper... 4. 1.2 Market trends in video delivery/market analysis...

Executive Summary... 4. 1. Introduction... 4. 1.1 Overview of whitepaper... 4. 1.2 Market trends in video delivery/market analysis... TABLE OF CONTENTS Executive Summary... 4 1. Introduction... 4 1.1 Overview of whitepaper... 4 1.2 Market trends in video delivery/market analysis... 5 1.2.1 Usecases for video content delivery... 6 1.2.2

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

White Paper Content Delivery Networks (CDN) for Live TV Streaming

White Paper Content Delivery Networks (CDN) for Live TV Streaming White Paper Content Delivery Networks (CDN) for Live TV Streaming Copyright 2011-2014 by Motama GmbH, Saarbrücken, Germany This White Paper presents Motama's solutions for building and running a streamlined

More information

IxLoad: Testing Microsoft IPTV

IxLoad: Testing Microsoft IPTV IxLoad: Testing Microsoft IPTV IxLoad provides a comprehensive solution for validating service delivery networks utilizing Microsoft IPTV. IxLoad offers a complete solution that simulates core systems

More information

PERFORMANCE ANALYSIS OF VIDEO FORMATS ENCODING IN CLOUD ENVIRONMENT

PERFORMANCE ANALYSIS OF VIDEO FORMATS ENCODING IN CLOUD ENVIRONMENT Suresh Gyan Vihar University Journal of Engineering & Technology (An International Bi Annual Journal) Vol. 1, Issue 1, 2015, pp 1 5 ISSN: 2395 0196 PERFORMANCE ANALYSIS OF VIDEO FORMATS ENCODING IN CLOUD

More information

TV in Telekom Austria Group. Capital Market Day 2013, 15 January 2013

TV in Telekom Austria Group. Capital Market Day 2013, 15 January 2013 TV in Telekom Austria Group, 15 January 2013 Introduction In addition to traditional TV offerings, technology opens new possibilities in TV area Trend of increasing TV and bundle subscribers within Telekom

More information

Computer Networks CS321

Computer Networks CS321 Computer Networks CS321 Dr. Ramana I.I.T Jodhpur Dr. Ramana ( I.I.T Jodhpur ) Computer Networks CS321 1 / 22 Outline of the Lectures 1 Introduction OSI Reference Model Internet Protocol Performance Metrics

More information

Conquering the Connected Home

Conquering the Connected Home WhitePaper Conquering the Connected Home INNOVATIONS REVITALIZING THE SUBSCRIBER VIEWING EXPERIENCE video. personal. everywhere. White Paper executive summary This white paper discusses: The emergence

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

How to Integrate Camera Live View into Web Application?

How to Integrate Camera Live View into Web Application? ACTi Knowledge Base Category: Installation & Configuration Note Sub-category: Integration Model: All Firmware: N/A Software: N/A Author: Published: 2009/12/30 Reviewed: 2011/11/30 How to Integrate Camera

More information

Adaptive Bitrate Multicast: Enabling the Delivery of Live Video Streams Via Satellite. We Deliver the Future of Television

Adaptive Bitrate Multicast: Enabling the Delivery of Live Video Streams Via Satellite. We Deliver the Future of Television Adaptive Bitrate Multicast: Enabling the Delivery of Live Video Streams Via Satellite We Deliver the Future of Television Satellites provide a great infrastructure for broadcasting live content to large

More information

Education & Training Plan IT Network Professional with CompTIA Network+ Certificate Program with Externship

Education & Training Plan IT Network Professional with CompTIA Network+ Certificate Program with Externship Testing Services and Programs 1200 N. DuPont Highway Dover, DE 19901 https://www.desu.edu/academics/mycaa Contact: Amystique Harris-Church 302.857.6143 [email protected] Education & Training Plan IT Network

More information

http://cloud.dailymotion.com July 2014

http://cloud.dailymotion.com July 2014 July 2014 Dailymotion Cloud Positioning Two video platforms based on one infrastructure Dailymotion.com DELIVER, SHARE AND MONETIZE YOUR VIDEO CONTENT Online sharing videos platform Dailymotion Cloud CONCRETIZE

More information

Tulix. Sponsored Content

Tulix. Sponsored Content Tulix Sponsored Content The market for over-the-top set-top boxes has grown considerably in recent years as many consumers have looked towards devices like Roku, Google TV, and Apple TV to either replace

More information

Cisco Digital Media System: Cisco Digital Media Player 4305G

Cisco Digital Media System: Cisco Digital Media Player 4305G Cisco Digital Media System: The Cisco Digital Media System (DMS) is a comprehensive suite of digital signage, Enterprise TV, and desktop video applications that allow companies to use digital media to

More information

Education & Training Plan IT Network Professional with CompTIA Network+ Certificate Program with Externship

Education & Training Plan IT Network Professional with CompTIA Network+ Certificate Program with Externship University of Texas at El Paso Professional and Public Programs 500 W. University Kelly Hall Ste. 212 & 214 El Paso, TX 79968 http://www.ppp.utep.edu/ Contact: Sylvia Monsisvais 915-747-7578 [email protected]

More information

Lecture 33. Streaming Media. Streaming Media. Real-Time. Streaming Stored Multimedia. Streaming Stored Multimedia

Lecture 33. Streaming Media. Streaming Media. Real-Time. Streaming Stored Multimedia. Streaming Stored Multimedia Streaming Media Lecture 33 Streaming Audio & Video April 20, 2005 Classes of applications: streaming stored video/audio streaming live video/audio real-time interactive video/audio Examples: distributed

More information

MONETIZING THE MOBILE APP. A Light Reading Webinar Sponsored by

MONETIZING THE MOBILE APP. A Light Reading Webinar Sponsored by MONETIZING THE MOBILE APP A Light Reading Webinar Sponsored by TODAY S PRESENTERS ANDY GRAY Moderator Heavy Reading CASSIDY SHIELD Head of Global Marketing Content, Cloud, Communications 2 AGENDA 1. Service

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

HTML5 the new. standard for Interactive Web

HTML5 the new. standard for Interactive Web WHITE PAPER HTML the new standard for Interactive Web by Gokul Seenivasan, Aspire Systems HTML is everywhere these days. Whether desktop or mobile, windows or Mac, or just about any other modern form factor

More information

White Paper OTT Streaming 2 nd edition, September 2011 Lionel Bringuier, CTO, Anevia

White Paper OTT Streaming 2 nd edition, September 2011 Lionel Bringuier, CTO, Anevia White Paper OTT Streaming 2 nd edition, September 2011 Lionel Bringuier, CTO, Anevia This White Paper presents an overview of over the top (OTT) streaming and how it fits into the IPTV and VOD markets.

More information

DLNA for Streaming Subscription TV Content in the Home

DLNA for Streaming Subscription TV Content in the Home DLNA for Streaming Subscription TV Content in the Home Whitepaper Digital Living Network Alliance March 2014 Table of Contents Introduction... 2 1 The Problem -- Why VIDIPATH is needed.... 2 2 Solving

More information

Seeing is believing. VELOCIX CONTENT DELIVERY NETWORK Turning service providers broadband networks into advanced content delivery platforms

Seeing is believing. VELOCIX CONTENT DELIVERY NETWORK Turning service providers broadband networks into advanced content delivery platforms Seeing is believing VELOCIX CONTENT DELIVERY NETWORK Turning service providers broadband networks into advanced content delivery platforms The Rise of the On-net CDN Consumers want access to high-quality

More information

CSCI 362 Computer and Network Security

CSCI 362 Computer and Network Security The Purpose of ing CSCI 362 Computer and Security Introduction to ing Goals: Remote exchange and remote process control. A few desirable properties: Interoperability, Flexibility, Geographical range, Scalability,

More information

Azure Media Service Cloud Video Delivery KILROY HUGHES MICROSOFT AZURE MEDIA 2015.08.20

Azure Media Service Cloud Video Delivery KILROY HUGHES MICROSOFT AZURE MEDIA 2015.08.20 Azure Media Service Cloud Video Delivery KILROY HUGHES MICROSOFT AZURE MEDIA 2015.08.20 Azure Cloud Topology Public cloud providers such as Amazon Web Service, Google, IBM, Rackspace, etc. have similar

More information

Media Server Installation & Administration Guide

Media Server Installation & Administration Guide Media Server Installation & Administration Guide Smarter Surveillance for a Safer World On-Net Surveillance Systems, Inc. One Blue Hill Plaza, 7 th Floor, PO Box 1555 Pearl River, NY 10965 Phone: (845)

More information

internet technologies and standards

internet technologies and standards Institute of Telecommunications Warsaw University of Technology 2015 internet technologies and standards Piotr Gajowniczek Andrzej Bąk Michał Jarociński multimedia in the Internet Voice-over-IP multimedia

More information

Streaming Stored Audio & Video

Streaming Stored Audio & Video Streaming Stored Audio & Video Streaming stored media: Audio/video file is stored in a server Users request audio/video file on demand. Audio/video is rendered within, say, 10 s after request. Interactivity

More information

VOD Encoder Fast HIDef Video Encoding

VOD Encoder Fast HIDef Video Encoding VOD Encoder Fast HIDef Video Encoding 1 What is VOD Encoder? VOD Encoder is the application which converts all high quality files into.mp4 or.flv videos or into HTML5/Mobile compatible files (mp4 and webm)

More information

NEXT GENERATION VIDEO INFRASTRUCTURE: MEDIA DATA CENTER ARCHITECTURE Gene Cannella, Cisco Systems R. Wayne Ogozaly, Cisco Systems

NEXT GENERATION VIDEO INFRASTRUCTURE: MEDIA DATA CENTER ARCHITECTURE Gene Cannella, Cisco Systems R. Wayne Ogozaly, Cisco Systems NEXT GENERATION VIDEO INFRASTRUCTURE: MEDIA DATA CENTER ARCHITECTURE Gene Cannella, Cisco Systems R. Wayne Ogozaly, Cisco Systems Abstract Service providers seek to deploy nextgeneration interactive, immersive,

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

Octoshape s Multicast Technology Suite:

Octoshape s Multicast Technology Suite: : The Next-Gen CDN Alternative for Large-Scale, Cost-Optimized, Global HD Streaming HQ: +45 8833 4680 USA: +1 770 578 1686 Asia: +65 81125330 www.octoshape.com Table of Contents Core Transport...4 Making

More information

Internet Captioning - Implications of the Multi-platform, Multi-Display Ecosystem

Internet Captioning - Implications of the Multi-platform, Multi-Display Ecosystem Internet Captioning - Implications of the Multi-platform, Multi-Display Ecosystem Welcome Brought to you by the following PDA Sponsors: SMPTE Monthly Webcast Sponsors Thank you to our sponsors for their

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

VIA CONNECT PRO Deployment Guide

VIA CONNECT PRO Deployment Guide VIA CONNECT PRO Deployment Guide www.true-collaboration.com Infinite Ways to Collaborate CONTENTS Introduction... 3 User Experience... 3 Pre-Deployment Planning... 3 Connectivity... 3 Network Addressing...

More information

Applications that Benefit from IPv6

Applications that Benefit from IPv6 Applications that Benefit from IPv6 Lawrence E. Hughes Chairman and CTO InfoWeapons, Inc. Relevant Characteristics of IPv6 Larger address space, flat address space restored Integrated support for Multicast,

More information

WHITE PAPER. Centrally Monitoring Set-tops and Implementing Whole-Home Video Assurance

WHITE PAPER. Centrally Monitoring Set-tops and Implementing Whole-Home Video Assurance WHITE PAPER Centrally Monitoring Set-tops and Implementing Whole-Home Video Assurance Contents Introduction...3 The Need for Home Network Visibility for Managing Video Services...3 Video Service Assurance:

More information

Hosting a Lifeway Simulcast

Hosting a Lifeway Simulcast Hosting a Lifeway Simulcast What is a Simulcast? A Simple Answer a simulcast is a live internet broadcast of an event from a single venue into multiple venues such as your own environment. Thus a simultaneous

More information

Videoplaza Creative Specification 12 th of March 2012

Videoplaza Creative Specification 12 th of March 2012 Creative Asset Specification Videoplaza Table of contents 1 Introduction 3 2 The Videoplaza Format Family 4 2.1 VP Standard Formats... 4 2.2 VP Premium... 4 2.3 Format partners... 4 2.4 VP Custom formats...

More information

Region 10 Videoconference Network (R10VN)

Region 10 Videoconference Network (R10VN) Region 10 Videoconference Network (R10VN) Network Considerations & Guidelines 1 What Causes A Poor Video Call? There are several factors that can affect a videoconference call. The two biggest culprits

More information

VIA COLLAGE Deployment Guide

VIA COLLAGE Deployment Guide VIA COLLAGE Deployment Guide www.true-collaboration.com Infinite Ways to Collaborate CONTENTS Introduction... 3 User Experience... 3 Pre-Deployment Planning... 3 Connectivity... 3 Network Addressing...

More information

Towards Video on the Web with HTML5

Towards Video on the Web with HTML5 Towards Video on the Web with HTML5 François Daoust 1, Philipp Hoschka 1, Charalampos Z. Patrikakis 2, Rui S. Cruz 3, Mário S. Nunes 3, David Salama Osborne 4 1 W3C/ERCIM, Sophia-Antipolis, France 2 School

More information

Protocols. Packets. What's in an IP packet

Protocols. Packets. What's in an IP packet Protocols Precise rules that govern communication between two parties TCP/IP: the basic Internet protocols IP: Internet Protocol (bottom level) all packets shipped from network to network as IP packets

More information

Deploying VSaaS and Hosted Solutions Using CompleteView

Deploying VSaaS and Hosted Solutions Using CompleteView SALIENT SYSTEMS WHITE PAPER Deploying VSaaS and Hosted Solutions Using CompleteView Understanding the benefits of CompleteView for hosted solutions and successful deployment architecture Salient Systems

More information

Multi-Screen Video: A Requirement in Today s Digital World

Multi-Screen Video: A Requirement in Today s Digital World WhitePaper Multi-Screen Video: A Requirement in Today s Digital World Part 1: Today s Digital Content Value Chain and Its Opportunities video. personal. everywhere. White Paper In today s continually evolving

More information

Completely Integrated and Customizable Media Services

Completely Integrated and Customizable Media Services FACT SHEET: Solutions for Digital Media Companies Overview Completely Integrated and Customizable Media Services POST Telecom provides completely integrated broadcasting and OTT services for digital media

More information

Developing PlayReady Clients

Developing PlayReady Clients April 2015 Abstract Microsoft PlayReady is the premier platform for protection and distribution of digital content. This white paper provides an overview of the PlayReady product suite and discusses PlayReady

More information

Cisco Enterprise Content Delivery System (ECDS)

Cisco Enterprise Content Delivery System (ECDS) Solution Overview Cisco Enterprise Content Delivery System (ECDS) Solution Overview As the demand for enterprise video technologies increases, organizations are facing more demands on their network capacity

More information

WN-200HD. 2 Mega-Pixels. 2.0 Mega Pixel Wireless 150Mbps IPCamera. High Quality 2.0 MegaPixel Image. Full Feature 150Mbps Wireless N Camera

WN-200HD. 2 Mega-Pixels. 2.0 Mega Pixel Wireless 150Mbps IPCamera. High Quality 2.0 MegaPixel Image. Full Feature 150Mbps Wireless N Camera 2.0 Mega Pixel Wireless 150Mbps IPCamera S till couldn't find a way to watch your children or the elders when you are in busy or on duty? Or just need an easy solution for monitoring your office, store

More information

Product Brochure. www.clickstreamtv.com

Product Brochure. www.clickstreamtv.com Overview is a Do-It-Yourself open source video platform designed for Small to Medium businesses. The system delivers video to any desktop or mobile device. Stream On Demand, Live, Pay-Per-View and Subscription,

More information

OTT LIVE TV EST VOD. AVOD SVOD ivod. Defining Over-The-Top (OTT) Digital Distribution. Authored by Chris Roberts & Vince Muscarella (Rentrak)

OTT LIVE TV EST VOD. AVOD SVOD ivod. Defining Over-The-Top (OTT) Digital Distribution. Authored by Chris Roberts & Vince Muscarella (Rentrak) Authored by Chris Roberts & Vince Muscarella (Rentrak) Defining Over-The-Top (OTT) Digital Distribution This document presents an overview of over-the-top (OTT) distribution and how it fits into the Internet

More information

Managed IP Video Service: Making the Most of Adaptive Streaming John Ulm & John Holobinko Motorola Mobility

Managed IP Video Service: Making the Most of Adaptive Streaming John Ulm & John Holobinko Motorola Mobility Managed IP Video Service: Making the Most of Adaptive Streaming John Ulm & John Holobinko Motorola Mobility Abstract The paper describes how an operator can leverage adaptive streaming protocols that are

More information

Questions. Choosing a Cloud Encoder. Jan Ozer. [email protected]/ 276-238-9135

Questions. Choosing a Cloud Encoder. Jan Ozer. jozer@mindspring.com/ 276-238-9135 Choosing a Cloud Encoder Jan Ozer www.streaminglearningcenter.com @janozer [email protected]/ 276-238-9135 Questions Brought to you by the author of this book. For more information, check out the book

More information

A Detailed Analysis of Key Drivers and Potential Pitfalls

A Detailed Analysis of Key Drivers and Potential Pitfalls Managing The Economic Cable Drivers TV Migration of Cloud-Based to IP Part DVR Services 1 A Detailed Analysis of Key Drivers and Potential Pitfalls Series Introduction: Market Drivers and Tech Challenges

More information

high-quality steaming over the Internet

high-quality steaming over the Internet Content Delivery Networks & high-quality steaming over the Internet 27 th october 2011 2009 Level 3 Communications, LLC. All Rights Reserved. Level 3 Communications, Level 3, the red 3D brackets, the (3)

More information

MistServer documentation. DDVTech. August 19, 2015. Live Streaming

MistServer documentation. DDVTech. August 19, 2015. Live Streaming DDVTech August 19, 2015 Contents 1 Live streaming 3 1.1 Understanding live streaming............................... 3 1.2 When and Why should I use a live stream?........................ 3 1.3 Setting

More information

Multimedia Playback & Streaming

Multimedia Playback & Streaming Multimedia Playback & Streaming Shadab Rashid Jam 16 September 28 th, 2012 What are you interested in? Making multimedia apps for Consuming Audio/Video Dealing with content providers, looking for An application/client

More information

What s a protocol? What s a protocol? A closer look at network structure: What s the Internet? What s the Internet? What s the Internet?

What s a protocol? What s a protocol? A closer look at network structure: What s the Internet? What s the Internet? What s the Internet? What s the Internet? PC server laptop cellular handheld access points wired s connected computing devices: hosts = end systems running apps communication s fiber, copper, radio transmission rate = bandwidth

More information

CSE 3461 / 5461: Computer Networking & Internet Technologies

CSE 3461 / 5461: Computer Networking & Internet Technologies Autumn Semester 2014 CSE 3461 / 5461: Computer Networking & Internet Technologies Instructor: Prof. Kannan Srinivasan 08/28/2014 Announcement Drop before Friday evening! k. srinivasan Presentation A 2

More information

AC 1900. Wireless Dual Band Gigabit Router. Highlights

AC 1900. Wireless Dual Band Gigabit Router. Highlights AC 1900 Wireless Dual Band Gigabit Router Highlights Superfast Wi-Fi 600Mbps on 2.4GHz + 1300Mbps on 5GHz totals 1.9Gbps Wi-Fi speeds Maximum Range 3 dual band detachable antennas provide maximum Omni-directional

More information

WILL HTTP ADAPTIVE STREAMING BECOME THE DOMINANT MODE OF VIDEO DELIVERY IN CABLE NETWORKS? Michael Adams Ericsson Solution Area TV

WILL HTTP ADAPTIVE STREAMING BECOME THE DOMINANT MODE OF VIDEO DELIVERY IN CABLE NETWORKS? Michael Adams Ericsson Solution Area TV WILL HTTP ADAPTIVE STREAMING BECOME THE DOMINANT MODE OF VIDEO DELIVERY IN CABLE NETWORKS? Michael Adams Ericsson Solution Area TV Abstract There is a great deal of interest in HTTP adaptive streaming

More information

Broadcast your Live events with. July 2014

Broadcast your Live events with. July 2014 Broadcast your Live events with July 2014 Live broadcasting on Dailymotion Recording Editing Encoding Transmitting Hosting By you or your external service provider By us Film your event with a video camera

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 [email protected],

More information