An Efficient Implementation of Interactive Video-on-Demand

Size: px
Start display at page:

Download "An Efficient Implementation of Interactive Video-on-Demand"

Transcription

1 An Efficient Implementation of Interactive Video-on-Demand Steven Carter and Darrell Long University of California, Santa Cruz Jehan-François Pâris University of Houston

2 Why Video-on-Demand? Increased customer convenience Few people enjoy returning video tapes Even fewer people enjoy paying late fees Improved selection of videos Current pay-per-view provides only a small selection of popular videos Savings in time and resources It takes time and fuel to drive to the video rental store

3 Why Now? Technology becoming available Processors are inexpensive Storage is nearly free ($200 for 40GB) Fast networking is seeing wide deployment Consider the success of Tivo Records live television using MPEG to disk Provides interactive access to recorded programs

4 Why Interactive? It s hard! It s more expensive! but it s what people expect They won t give up functionality they have come to expect They d like to pause to make microwave popcorn They d like to rewind to see the play again They d like to be able to fast forward past the boring parts

5 Related Research Conventional video-on-demand (VoD) Requires one stream per client Patching An independently developed version of stream tapping Batching Group the requests of several clients together Various near video-on-demand (NVoD) schemes

6 Key Observation For videos of non-trivial length, several clients will be viewing portions of that video One client watching a 120 minute video and a second client begins watching the same video 10 minutes later The server needs only send data for the non-overlapping portion The potential for savings is enormous

7 Assumptions A set-top-box with: A fast network connection A few gigabytes of local storage A modest processor Keep in mind that set top boxes with these features already exist

8 Our Solution Stream Tapping uses multicast to tap in existing video streams Server load is the primary difficult in making VOD a reality Stream Tapping reduces server load by allowing clients to tap into video streams created for other clients Cost per client is dramatically reduced Client waiting time is also reduced

9 Stream Types c c C Partial tap b b β Stream B Complete stream Full tap A 0 β 2β 3β 4β Time (since start of complete stream A)

10 Complete Streams Start at a particular position in a video and transmit the remainder of the video For non-interactive Stream Tapping, the starting position is the beginning of the video Used primarily by the first client in a group to view the video

11 Stream Types c c C Partial tap b b β Stream B Complete stream Full tap A 0 β 2β 3β 4β Time (since start of complete stream A)

12 Full Tap Streams Can be used if the delay ( ) is less than the buffer size (β) The full tap stream transmits the video from time 0 to The complete stream is tapped and written to the buffer while the full tap stream is played

13 Stream Types c c C Partial tap b b β Stream B Complete stream Full tap A 0 β 2β 3β 4β Time (since start of complete stream A)

14 Partial Tap Streams Can be used when a complete stream is available but >β Note that given current technology, β will be very large The client will tap the complete stream for β units while simultaneously viewing the first β from a partial tap stream Subsequently, partial tap streams of length β are used for the client to catch up to the complete stream

15 Stream Types c c C Partial tap b b β Stream B Complete stream Full tap A 0 β 2β 3β 4β Time (since start of complete stream A)

16 Tapping Options Extra Tapping Allows the client to tap data from any active video stream active, not just the complete stream of the video group Decreases server load by decreasing the length of full tap streams Stream Stacking If the server has streams available, the client can combine them to receive data at rate higher than the nominal rate Allows the server to service stream more quickly, which allows new streams to be scheduled

17 Interactive Stream Tapping When an interaction begins, Stream Tapping deallocates resources associated with a client If the client was the only one using a stream, then the stream is terminated Stream Tapping determines the resources needed for an interaction, and allocates an interaction stream Note: for rewind, the client s buffer can be used When the interaction is complete, the client is merged into a video group (tapping existing streams if available)

18 Contingency Streams These are streams that are held in reserve for interaction The pool of these streams can be managed using high and low watermarks for hysteresis Having such a reserve of streams is essential to avoid blocking

19 Simulation Model Stream Tapping is too complex to model analytically, so we used discrete event simulation The length of the videos was derived from empirical data and a gaussian with mean 102 minutes provided the best fit The popularity of videos was modeled using a Zipf-like distribution, which is the distribution used in most VoD studies

20 Comparison with Conventional Systems Conventional System Staggered Broadcasting (2 min) 500 Staggered Broadcasting (5 min) Stream Tapping Bandwidth Arrival Rate

21 Contingency Streams versus Start-up Latency 45 Average Start-up Latency (min) λ=250 λ=300 λ=350 λ= Contingency Streams

22 Contingency Streams versus Resume Latency 1.8 Average Start-up Latency (min) λ=250 λ=300 λ=350 λ=400 λ= Contingency Streams

23 Contingency Streams versus Blocking Probability 80 Interaction Blocking Probability (%) λ=250 λ=300 λ=350 λ= Contingency Streams

24 Effect of Client Buffer Size 140 AcerageStart-up Latency (min) λ = 250 λ = 300 λ = 350 λ = 400 λ = STB Buffer Size (min)

25 Effect of Tapping Options 80 Average Start-up Latency (min) Neither Stream Stacking Only Extra Tapping Both STB Buffer Size (min)

26 Conclusions Stream Tapping has been shown to work well in the interactive environment We have shown that VCR-like controls are possible Previous work has ignored them or only provided course-grained control The use of storage in the STB is an enabling technology

27 Video Length Distribution

Improving Bandwidth Efficiency on Video-on-Demand Servers y

Improving Bandwidth Efficiency on Video-on-Demand Servers y Improving Bandwidth Efficiency on Video-on-Demand Servers y Steven W. Carter and Darrell D. E. Long z Department of Computer Science University of California, Santa Cruz Santa Cruz, CA 95064 Abstract.

More information

Combining Pay-Per-View and Video-on-Demand Services

Combining Pay-Per-View and Video-on-Demand Services Combining Pay-Per-View and Video-on-Demand Services Jehan-François Pâris Department of Computer Science University of Houston Houston, TX 77204-3475 paris@cs.uh.edu Steven W. Carter Darrell D. E. Long

More information

An Interactive Broadcasting Protocol for Video-on-Demand

An Interactive Broadcasting Protocol for Video-on-Demand An Interactive Broadcasting Protocol for Video-on-Demand Jehan-François Pâris Department of Computer Science University of Houston Houston, TX 7724-3475 paris@acm.org Abstract Broadcasting protocols reduce

More information

A Dynamic Heuristic Broadcasting Protocol for Video-on-Demand

A Dynamic Heuristic Broadcasting Protocol for Video-on-Demand Proc.21 st International Conference on Distributed Computing Systems, Mesa, Arizona, April 2001. A Dynamic Heuristic Broadcasting Protocol for Video-on-Demand Scott R. Carter Jehan-François Pâris Saurabh

More information

A variable bandwidth broadcasting protocol for video-on-demand

A variable bandwidth broadcasting protocol for video-on-demand A variable bandwidth broadcasting protocol for video-on-demand Jehan-François Pâris a1, Darrell D. E. Long b2 a Department of Computer Science, University of Houston, Houston, TX 77204-3010 b Department

More information

Improving Video-on-Demand Server Efficiency Through Stream Tapping

Improving Video-on-Demand Server Efficiency Through Stream Tapping Improving Video-on-Demand Server Efficiency Through Stream Tapping Steven W. Carter and Darrell D. E. Longt Department of Computer Science University of California, Santa Cruz Santa Cruz, CA 95064 Abstract

More information

Tabbycat: an Inexpensive Scalable Server for Video-on-Demand

Tabbycat: an Inexpensive Scalable Server for Video-on-Demand Tabbycat: an Inexpensive Scalable Server for Video-on-Demand Karthik Thirumalai Jehan-François Pâris Department of Computer Science University of Houston Houston, TX 77204-300 {karthik, paris}@cs.uh.edu

More information

A Proactive Implementation of Interactive Video-on-Demand

A Proactive Implementation of Interactive Video-on-Demand A Proactive Implementation of Interactive Video-on-Demand Jehan-Frangois PLis Department of Computer Science University of Houston.Houston, TX 77204-3010 paris@cs.uh.edu Darrell D. E. Long Department of

More information

16.5 Media-on-Demand (MOD)

16.5 Media-on-Demand (MOD) 16.5 Media-on-Demand (MOD) Interactive TV (ITV) and Set-top Box (STB) ITV supports activities such as: 1. TV (basic, subscription, pay-per-view) 2. Video-on-demand (VOD) 3. Information services (news,

More information

Video-on-demand broadcasting protocols. Jukka Leveelahti Tik Multimedia Communications

Video-on-demand broadcasting protocols. Jukka Leveelahti Tik Multimedia Communications Video-on-demand broadcasting protocols Jukka Leveelahti 17.4.2002 Tik-111.590 Multimedia Communications Motivation Watch any movie at home when ever you like MPEG-2 at least 4 MB per second Too expensive!

More information

Network. Decoder. Display

Network. Decoder. Display On the Design of a Low-Cost Video-on-Demand Storage System Banu Ozden Rajeev Rastogi Avi Silberschatz AT&T Bell Laboratories 600 Mountain Avenue Murray Hill NJ 07974-0636 fozden, rastogi, avig@research.att.com

More information

Seamless Workload Adaptive Broadcast

Seamless Workload Adaptive Broadcast Seamless Workload Adaptive Broadcast Yang Guo, Lixin Gao, Don Towsley, and Subhabrata Sen Computer Science Department ECE Department Networking Research University of Massachusetts University of Massachusetts

More information

Video-on-Demand. Nick Caggiano Walter Phillips

Video-on-Demand. Nick Caggiano Walter Phillips Video-on-Demand Nick Caggiano Walter Phillips Video-on-Demand What is Video-on-Demand? Storage, transmission, and display of archived video files in a networked environment Most popularly used to watch

More information

Abstract WHAT IS NETWORK PVR? PVR technology, also known as Digital Video Recorder (DVR) technology, is a

Abstract WHAT IS NETWORK PVR? PVR technology, also known as Digital Video Recorder (DVR) technology, is a NETWORK PVR VIDEO SERVER ARCHITECTURE Jay Schiller, Senior VP Broadband Strategy and Product Management Michael Fallon, Senior Technical Writer ncube Corporation Abstract Set-top Personal Video Recording

More information

SWITCHED INFINITY: SUPPORTING AN INFINITE HD LINEUP WITH SDV

SWITCHED INFINITY: SUPPORTING AN INFINITE HD LINEUP WITH SDV SWITCHED INFINITY: SUPPORTING AN INFINITE HD LINEUP WITH SDV First Presented at the SCTE Cable-Tec Expo 2010 John Civiletto, Executive Director of Platform Architecture. Cox Communications Ludovic Milin,

More information

SWITCHED BROADCAST CABLE ARCHITECTURE USING SWITCHED NARROWCAST NETWORK TO CARRY BROADCAST SERVICES

SWITCHED BROADCAST CABLE ARCHITECTURE USING SWITCHED NARROWCAST NETWORK TO CARRY BROADCAST SERVICES SWITCHED BROADCAST CABLE ARCHITECTURE USING SWITCHED NARROWCAST NETWORK TO CARRY BROADCAST SERVICES Gil Katz Harmonic Inc. Abstract Bandwidth is a precious resource in any cable network. Today, Cable MSOs

More information

Pattern Smoothing for Compressed Video Transmission

Pattern Smoothing for Compressed Video Transmission Pattern for Compressed Transmission Hugh M. Smith and Matt W. Mutka Department of Computer Science Michigan State University East Lansing, MI 48824-1027 {smithh,mutka}@cps.msu.edu Abstract: In this paper

More information

Understanding Compression Technologies for HD and Megapixel Surveillance

Understanding Compression Technologies for HD and Megapixel Surveillance When the security industry began the transition from using VHS tapes to hard disks for video surveillance storage, the question of how to compress and store video became a top consideration for video surveillance

More information

Providing VCR Functionality in Staggered Video Broadcasting

Providing VCR Functionality in Staggered Video Broadcasting Providing VCR Functionality in Staggered Video Broadcasting Jin B. Kwon and Heon Y. Yeom School of Computer Science and Engineering Seoul National University Seoul, South Korea 151-742 {jbkwon,yeom}@dcslab.snu.ac.kr

More information

Implementation of MPEG-2 Trick Modes

Implementation of MPEG-2 Trick Modes Implementation of MPEG-2 Trick Modes Matthew Leditschke and Andrew Johnson Multimedia Services Section Telstra Research Laboratories ABSTRACT: If video on demand services delivered over a broadband network

More information

An optimal broadcasting protocol for mobile video-on-demand

An optimal broadcasting protocol for mobile video-on-demand An optimal broadcasting protocol for mobile video-on-demand Regant Y.S. Hung H.F. Ting Department of Computer Science The University of Hong Kong Pokfulam, Hong Kong Email: {yshung, hfting}@cs.hku.hk Abstract

More information

A Video Broadcasting System

A Video Broadcasting System A Video Broadcasting System Simon Sheu (sheu@cs.nthu.edu.tw) Department of Computer Science, National Tsing Hua University, Hsinchu, Taiwan 30013, R.O.C. Wallapak Tavanapong (tavanapo@cs.iastate.edu) Department

More information

Efficient Broadcasting Protocols for Video on Demand

Efficient Broadcasting Protocols for Video on Demand Efficient Broadcasting Protocols for Video on Demand Jehan-François Pâris y Department of Computer cience University of Houston Houston, TX 7704-3475 paris@cs.uh.edu teven W. Carter Darrell D. E. Long

More information

VVD: VCR operations for Video on Demand

VVD: VCR operations for Video on Demand VVD: VCR operations for Video on Demand Ravi T. Rao, Charles B. Owen* Michigan State University, 3 1 1 5 Engineering Building, East Lansing, MI 48823 ABSTRACT Current Video on Demand (VoD) systems do not

More information

Multimedia Time Warping System. Akiko Campbell Presentation-2 Summer/2004

Multimedia Time Warping System. Akiko Campbell Presentation-2 Summer/2004 Multimedia Time Warping System Akiko Campbell Presentation-2 Summer/2004 Outline Overview Facts Features Multimedia Time Warping System Conclusion Effect of TiVo on VoD Overview Facts A Linux box that

More information

Alcatel-Lucent 5910 Video Services Appliance. Assured and Optimized IPTV Delivery

Alcatel-Lucent 5910 Video Services Appliance. Assured and Optimized IPTV Delivery Alcatel-Lucent 5910 Video Services Appliance Assured and Optimized IPTV Delivery The Alcatel-Lucent 5910 Video Services Appliance (VSA) delivers superior Quality of Experience (QoE) to IPTV users. It prevents

More information

AE16 DIGITAL AUDIO WORKSTATIONS

AE16 DIGITAL AUDIO WORKSTATIONS AE16 DIGITAL AUDIO WORKSTATIONS 1. Storage Requirements In a conventional linear PCM system without data compression the data rate (bits/sec) from one channel of digital audio will depend on the sampling

More information

A Lossless VOD Broadcasting Scheme for VBR Videos Using Available Channel Bandwidths

A Lossless VOD Broadcasting Scheme for VBR Videos Using Available Channel Bandwidths A Lossless VOD Broadcasting Scheme for VBR Videos Using Available Channel Bandwidths Tiko Kameda and Shufang Wu School of Computing Science, CMPT-TR 2003-09 Simon Fraser University Vancouver, British Columbia,

More information

8 Concluding Remarks. random disk head seeks, it requires only small. buered in RAM. helped us understand details about MPEG.

8 Concluding Remarks. random disk head seeks, it requires only small. buered in RAM. helped us understand details about MPEG. cur buf is the viewer buer containing the FF-version of the movie from the movie buer that output the bits being transmitted In [2], we present a scheme that eliminates the delay associated with all of

More information

Trace Adaptive Fragmentation for Periodic Broadcast of VBR Video

Trace Adaptive Fragmentation for Periodic Broadcast of VBR Video Trace Adaptive Fragmentation for Periodic Broadcast of VBR Video Fulu Li and Ioanis Nikolaidis Department of Computing Science University of Alberta Edmonton, Alberta Canada, T6G 2H1 ffulu,yannisg@cs.ualberta.ca

More information

Remote Control/Cloud DVR Guide. Special Instructions INPUT:

Remote Control/Cloud DVR Guide. Special Instructions INPUT: Special Instructions Remote Control/Cloud DVR Guide INPUT: Programming your remote: Turn TV on Press TV Button Press & hold the Setup button until TV button flashes 3 times (1 flash & 2 quick flashes)

More information

P1: OTA/XYZ P2: ABC c01 JWBK457-Richardson March 22, :45 Printer Name: Yet to Come

P1: OTA/XYZ P2: ABC c01 JWBK457-Richardson March 22, :45 Printer Name: Yet to Come 1 Introduction 1.1 A change of scene 2000: Most viewers receive analogue television via terrestrial, cable or satellite transmission. VHS video tapes are the principal medium for recording and playing

More information

IEEE 802.3ca Channel Bonding And Skew Remediation

IEEE 802.3ca Channel Bonding And Skew Remediation Joint IEEE 802 and ITU-T Study Group 15 workshop Building Tomorrow s Networks Geneva, Switzerland, 27 January 2018 IEEE 802.3ca Channel Bonding And Skew Remediation Glen Kramer, Broadcom Multi-channel

More information

OPERATING YOUR DVR. [ a quick reference guide ]

OPERATING YOUR DVR. [ a quick reference guide ] OPERATING YOUR DVR [ a quick reference guide ] With Digital Video Recording from yondoo, you ll never watch TV the same way again. Watch your favorite programs when it is convenient for you, even live

More information

IP TV Bandwidth Demand: Multicast and Channel Surfing

IP TV Bandwidth Demand: Multicast and Channel Surfing This full text paper was peer reviewed at the direction of IEEE Communications ociety subect matter experts for publication in the IEEE INFOCOM 2007 proceedings. IP TV Bandwidth Demand: Multicast and Channel

More information

THE HIGH-BANDWIDTH requirements and long-lived

THE HIGH-BANDWIDTH requirements and long-lived IEEE TRANSACTIONS ON MULTIMEDIA, VOL. 6, NO. 2, APRIL 2004 387 Smooth Workload Adaptive Broadcast Yang Guo, Member, IEEE, Lixin Gao, Member, IEEE, Don Towsley, Fellow, IEEE, and Subhabrata Sen, Member,

More information

HEVC H.265 TV ANALYSER

HEVC H.265 TV ANALYSER INTRODUCING THE WORLD S FIRST HEVC H.265 METER & TV ANALYSER Digital terrestrial TV is at the dawn of a new transformation driven by the need to release yet further spectrum in the so called second dividend

More information

DVR or NVR? Video Recording For Multi-Site Systems Explained DVR OR NVR? 1

DVR or NVR? Video Recording For Multi-Site Systems Explained DVR OR NVR?  1 DVR or NVR? Video Recording For Multi-Site Systems Explained DVR OR NVR? WWW.INDIGOVISION.COM 1 Introduction This article explains the functional differences between Digital Video Recorders (DVRs) and

More information

Dual frame motion compensation for a rate switching network

Dual frame motion compensation for a rate switching network Dual frame motion compensation for a rate switching network Vijay Chellappa, Pamela C. Cosman and Geoffrey M. Voelker Dept. of Electrical and Computer Engineering, Dept. of Computer Science and Engineering

More information

Processor time 9 Used memory 9. Lost video frames 11 Storage buffer 11 Received rate 11

Processor time 9 Used memory 9. Lost video frames 11 Storage buffer 11 Received rate 11 Processor time 9 Used memory 9 Lost video frames 11 Storage buffer 11 Received rate 11 2 3 After you ve completed the installation and configuration, run AXIS Installation Verifier from the main menu icon

More information

User s Guide for the Digital Video Recorder

User s Guide for the Digital Video Recorder User s Guide for the Digital Video Recorder with Picture-in-Picture Control Explorer 8000 Home Entertainment Server Record and store from 30 to 50 hours of programs Record your favorite programs when you

More information

SMART TV SEEKS DUMB NETWORK FOR MARRIAGE

SMART TV SEEKS DUMB NETWORK FOR MARRIAGE SMART TV SEEKS DUMB NETWORK FOR MARRIAGE Roland THIENPONT and Keith CHOW November 2013 ALCATEL-LUCENT INTERNAL PROPRIETARY USE PURSUANT TO COMPANY INSTRUCTION IP MEETS VIDEO IP and Video, a passionate

More information

Deploying IP video over DOCSIS

Deploying IP video over DOCSIS Deploying IP video over DOCSIS Juan Carlos Sugajara Consulting Systems Engineer Sergio Sicard Consulting Systems Engineer Agenda Use Cases Delivering over DOCSIS 3.0 Networks Admission Control and QoS

More information

COSC3213W04 Exercise Set 2 - Solutions

COSC3213W04 Exercise Set 2 - Solutions COSC313W04 Exercise Set - Solutions Encoding 1. Encode the bit-pattern 1010000101 using the following digital encoding schemes. Be sure to write down any assumptions you need to make: a. NRZ-I Need to

More information

A Unified Approach for Repairing Packet Loss and Accelerating Channel Changes in Multicast IPTV

A Unified Approach for Repairing Packet Loss and Accelerating Channel Changes in Multicast IPTV A Unified Approach for Repairing Packet Loss and Accelerating Channel Changes in Multicast IPTV Ali C. Begen, Neil Glazebrook, William Ver Steeg {abegen, nglazebr, billvs}@cisco.com # of Zappings per User

More information

Deploying IP video over DOCSIS

Deploying IP video over DOCSIS Deploying IP video over DOCSIS John Horrobin, Marketing Manager Cable Access Business Unit Agenda Use Cases Delivering over DOCSIS 3.0 Networks Admission Control and QoS Optimizing for Adaptive Bit Rate

More information

A Whitepaper on Hybrid Set-Top-Box Author: Saina N Network Systems & Technologies (P) Ltd

A Whitepaper on Hybrid Set-Top-Box Author: Saina N Network Systems & Technologies (P) Ltd A Whitepaper on Hybrid Set-Top-Box Author: Saina N Network Systems & Technologies (P) Ltd Set-top-Box A Set-top-Box (STB) is a very common name heard in the consumer electronics market. It is a device

More information

PVR Menu Function Details

PVR Menu Function Details Preparation Connections Initial Setup PVR Menu Function Details PVR function is only available in DTV, and includes Record, Timeshift and Playback Function. There are two types of recording: In-time record

More information

RTN Client User Interface. User Guide

RTN Client User Interface. User Guide RTN Client User Interface User Guide User Guide Table of Contents Introducing the RTN Client User Interface... 6 Welcome... 6 About the Remote Control... 7 Select TV and Viewing Preferences with the Menu...

More information

Cost Analysis of Serpentine Tape Data Placement Techniques in Support of Continuous Media Display

Cost Analysis of Serpentine Tape Data Placement Techniques in Support of Continuous Media Display c Springer-Verlag. Published in the Proceedings of the 10 th International Conference on Computing and Information (ICCI 2000), November 18-21, 2000, Kuwait. Cost Analysis of Serpentine Tape Data Placement

More information

Will Widescreen (16:9) Work Over Cable? Ralph W. Brown

Will Widescreen (16:9) Work Over Cable? Ralph W. Brown Will Widescreen (16:9) Work Over Cable? Ralph W. Brown Digital video, in both standard definition and high definition, is rapidly setting the standard for the highest quality television viewing experience.

More information

inside i-guidetm user reference manual 09ROVI1204 User i-guide Manual R16.indd 1

inside i-guidetm user reference manual 09ROVI1204 User i-guide Manual R16.indd 1 inside i-guidetm user reference manual 09ROVI1204 User i-guide Manual R16.indd 1 4/6/10 12:26:18 PM Copyright 2010 Rovi Corporation. All rights reserved. Rovi and the Rovi logo are trademarks of Rovi Corporation

More information

Connected Broadcasting

Connected Broadcasting Connected Broadcasting Wave 1 white paper The evolving user and emerging landscape 8 September 2014 Introduction Television is changing. New commercial and consumer technologies are changing the way television

More information

Introduction. Packet Loss Recovery for Streaming Video. Introduction (2) Outline. Problem Description. Model (Outline)

Introduction. Packet Loss Recovery for Streaming Video. Introduction (2) Outline. Problem Description. Model (Outline) Packet Loss Recovery for Streaming Video N. Feamster and H. Balakrishnan MIT In Workshop on Packet Video (PV) Pittsburg, April 2002 Introduction (1) Streaming is growing Commercial streaming successful

More information

Digital Video Recorder From Waitsfield Cable

Digital Video Recorder From Waitsfield Cable www.waitsfieldcable.com 496-5800 Digital Video Recorder From Waitsfield Cable Pause live television! Rewind and replay programs so you don t miss a beat. Imagine coming home to your own personal library

More information

Analysis of Retrieval of Multimedia Data Stored on Magnetic Tape

Analysis of Retrieval of Multimedia Data Stored on Magnetic Tape Analysis of Retrieval of Multimedia Data Stored on Magnetic Tape Olav Sandstå and Roger Midtstraum Department of Computer and Information Science Norwegian University of Science and Technology N-734 Trondheim,

More information

Research Article A Novel Approach to Reduce the Unicast Bandwidth of an IPTV System in a High-Speed Access Network

Research Article A Novel Approach to Reduce the Unicast Bandwidth of an IPTV System in a High-Speed Access Network Hindawi International Journal of Digital Multimedia Broadcasting Volume 217, Article ID 2456814, 9 pages https://doi.org/1.1155/217/2456814 Research Article A Novel Approach to Reduce the Unicast Bandwidth

More information

Minimax Disappointment Video Broadcasting

Minimax Disappointment Video Broadcasting Minimax Disappointment Video Broadcasting DSP Seminar Spring 2001 Leiming R. Qian and Douglas L. Jones http://www.ifp.uiuc.edu/ lqian Seminar Outline 1. Motivation and Introduction 2. Background Knowledge

More information

Digital Video Recorder

Digital Video Recorder DRAFT 12/6/04 User s Guide for the Digital Video Recorder for the Explorer 8000 DVR Explorer 8000HD DVR Explorer 8300 DVR Explorer 8300HD DVR Get More Out of Your TV Watch Record Watch & Record Your favorite

More information

Frame Processing Time Deviations in Video Processors

Frame Processing Time Deviations in Video Processors Tensilica White Paper Frame Processing Time Deviations in Video Processors May, 2008 1 Executive Summary Chips are increasingly made with processor designs licensed as semiconductor IP (intellectual property).

More information

Enabling home networking for digital entertainment TM. IEEE Presentation. March 2005

Enabling home networking for digital entertainment TM. IEEE Presentation. March 2005 Enabling home networking for digital entertainment TM IEEE Presentation March 2005 Agenda News and Trends Video on Demand (VoD) Switched Digital Video (SDV) Digital Video Recorders (DVR) DVR and VoD Virtual

More information

Set-Top Box Video Quality Test Solution

Set-Top Box Video Quality Test Solution Specification Set-Top Box Video Quality Test Solution An Integrated Test Solution for IPTV Set-Top Boxes (over DSL) In the highly competitive telecom market, providing a high-quality video service is crucial

More information

Amon: Advanced Mesh-Like Optical NoC

Amon: Advanced Mesh-Like Optical NoC Amon: Advanced Mesh-Like Optical NoC Sebastian Werner, Javier Navaridas and Mikel Luján Advanced Processor Technologies Group School of Computer Science The University of Manchester Bottleneck: On-chip

More information

Simulation Study of the Spectral Capacity Requirements of Switched Digital Broadcast

Simulation Study of the Spectral Capacity Requirements of Switched Digital Broadcast Simulation Study of the Spectral Capacity Requirements of Switched Digital Broadcast Jiong Gong, Daniel A. Vivanco 2 and Jim Martin 3 Cable Television Laboratories, Inc. 858 Coal Creek Circle Louisville,

More information

Internet Protocol Television

Internet Protocol Television Internet Protocol Television Table of Contents IPTV Definition History IPTV services in the World IPTV - in numbers What Is IPTV TV distribution methods Differences in technology IPTV - Technology IPTV

More information

Technical Solution Paper

Technical Solution Paper Digital Video Broadcasting - Cable Technical Solution Paper LOGIC EASTERN INDIA PVT. LTD. B-2, Sector-31, Noida, U.P., INDIA. Ph. No. +0129-2455112/13/14, info@logiceastern.com http://www.logiceastern.com

More information

This installment of Future Imminent is focused on

This installment of Future Imminent is focused on Future Imminent IV: Entertainment On Demand Scott Evans Mr. Scott Evans is vice president of marketing at Interaxx Television Network, an interactive programming and set-top box developer in Miami, Florida.

More information

Communicating And Expanding Visual Culture From Analog To Digital

Communicating And Expanding Visual Culture From Analog To Digital Home Video For The 21st Century Communicating And Expanding Visual Culture From Analog To Digital V I C T O R C O M P A N Y O F J A P A N, L T D. Introduction JVC (Victor Company of Japan, Ltd.) invented

More information

A Novel Study on Data Rate by the Video Transmission for Teleoperated Road Vehicles

A Novel Study on Data Rate by the Video Transmission for Teleoperated Road Vehicles A Novel Study on Data Rate by the Video Transmission for Teleoperated Road Vehicles Tito Tang, Frederic Chucholowski, Min Yan and Prof. Dr. Markus Lienkamp 9th International Conference on Intelligent Unmanned

More information

1. Introduction. SPIE/ACM MMCN2003, Santa Clara, CA, Jan An Efficient VOD Broadcasting Scheme with User Bandwidth Limit

1. Introduction. SPIE/ACM MMCN2003, Santa Clara, CA, Jan An Efficient VOD Broadcasting Scheme with User Bandwidth Limit SPIE/ACM MMCN2003, Santa Clara, CA, Jan. 2003 An Efficient VOD Broadcasting Scheme with Bandwidth Limit Edward Mingjun Yan and Tiko Kameda School of Computing Science, Simon Fraser University Burnaby,

More information

Lossless Compression Algorithms for Direct- Write Lithography Systems

Lossless Compression Algorithms for Direct- Write Lithography Systems Lossless Compression Algorithms for Direct- Write Lithography Systems Hsin-I Liu Video and Image Processing Lab Department of Electrical Engineering and Computer Science University of California at Berkeley

More information

Date <> Time-of-day <> Frequency <> Phase

Date <> Time-of-day <> Frequency <> Phase Sorry I can t be there! This is the first time David s presented my slides so be gentle (and fingers crossed) TIME-COMPENSATED REMOTE OVER IP David Atkins Technical Director Ed Calverley Product Director

More information

Implementation of an MPEG Codec on the Tilera TM 64 Processor

Implementation of an MPEG Codec on the Tilera TM 64 Processor 1 Implementation of an MPEG Codec on the Tilera TM 64 Processor Whitney Flohr Supervisor: Mark Franklin, Ed Richter Department of Electrical and Systems Engineering Washington University in St. Louis Fall

More information

Rover Quickstart. Enjoying your. Integrated apps do not include paid membership services to the provider. etcrover.com 4/18

Rover Quickstart. Enjoying your. Integrated apps do not include paid membership services to the provider. etcrover.com 4/18 Rover Quickstart Enjoying your room-to-room. mobile streaming. apps. video-on-demand. recording. parental con ding. parental controls. remote control features. helpful hints. room-to-room. mobile s tures.

More information

White Paper. Video-over-IP: Network Performance Analysis

White Paper. Video-over-IP: Network Performance Analysis White Paper Video-over-IP: Network Performance Analysis Video-over-IP Overview Video-over-IP delivers television content, over a managed IP network, to end user customers for personal, education, and business

More information

DOCSIS SET-TOP GATEWAY (DSG): NEXT GENERATION DIGITAL VIDEO OUT-OF-BAND TRANSPORT

DOCSIS SET-TOP GATEWAY (DSG): NEXT GENERATION DIGITAL VIDEO OUT-OF-BAND TRANSPORT DOCSIS SET-TOP GATEWAY (DSG): NEXT GENERATION DIGITAL VIDEO OUT-OF-BAND TRANSPORT Sanjay Dhar Cisco Systems, Inc Abstract The cable industry has found a perfect weapon to create a sustainable competitive

More information

TransitHound Cellphone Detector User Manual Version 1.3

TransitHound Cellphone Detector User Manual Version 1.3 TransitHound Cellphone Detector User Manual Version 1.3 RF3 RF2 Table of Contents Introduction...3 PC Requirements...3 Unit Description...3 Electrical Interfaces...4 Interface Cable...5 USB to Serial Interface

More information

newsletter 29 INTRODUCING THE WORLD S FIRST HEVC H.265 METER & TV ANALYSER

newsletter 29 INTRODUCING THE WORLD S FIRST HEVC H.265 METER & TV ANALYSER newsletter 29 INTRODUCING THE WORLD S FIRST HEVC H.265 METER & TV ANALYSER Table of contents HD RANGER 3: The world s first HEVC H.265 meter & TV analyser........... 1 HEVC decoding.................. 2

More information

Improving Server Broadcast Efficiency through Better Utilization of Client Receiving Bandwidth

Improving Server Broadcast Efficiency through Better Utilization of Client Receiving Bandwidth Improving Server roadcast Efficiency through etter Utilization of lient Receiving andwidth shwin Natarajan Ying ai Johnny Wong epartment of omputer Science Iowa State University mes, I 50011 E-mail: {ashwin,

More information

ECM and E 2 CM performance under bursty traffic. Cyriel Minkenberg & Mitch Gusat IBM Research GmbH, Zurich April 26, 2007

ECM and E 2 CM performance under bursty traffic. Cyriel Minkenberg & Mitch Gusat IBM Research GmbH, Zurich April 26, 2007 ECM and E 2 CM performance under bursty traffic Cyriel Minkenberg & Mitch Gusat IBM Research GmbH, Zurich April 26, 2007 Target Study Output-Generated (OG) single hop congestion with bursty injection processes

More information

SG Implementing IBM VideoCharger. June 1997

SG Implementing IBM VideoCharger. June 1997 SG24-4992-00 Implementing IBM VideoCharger June 1997 IBML International Technical Support Organization Implementing IBM VideoCharger June 1997 SG24-4992-00 Take Note! Before using this information and

More information

REGIONAL NETWORKS FOR BROADBAND CABLE TELEVISION OPERATIONS

REGIONAL NETWORKS FOR BROADBAND CABLE TELEVISION OPERATIONS REGIONAL NETWORKS FOR BROADBAND CABLE TELEVISION OPERATIONS by Donald Raskin and Curtiss Smith ABSTRACT There is a clear trend toward regional aggregation of local cable television operations. Simultaneously,

More information

Milestone Solution Partner IT Infrastructure Components Certification Report

Milestone Solution Partner IT Infrastructure Components Certification Report Milestone Solution Partner IT Infrastructure Components Certification Report Infortrend Technologies 5000 Series NVR 12-15-2015 Table of Contents Executive Summary:... 4 Introduction... 4 Certified Products...

More information

SWITCHED UNICAST VIA EDGE STATISTICAL MULTIPLEXING Ron Gutman, CTO & Co-Founder Imagine Communications

SWITCHED UNICAST VIA EDGE STATISTICAL MULTIPLEXING Ron Gutman, CTO & Co-Founder Imagine Communications SWITCHED UNICAST VIA EDGE STATISTICAL MULTIPLEXING Ron Gutman, CTO & Co-Founder Imagine Communications Abstract Competitive HDTV offerings compel Cable Operators to make plans for 100+ HD Broadcast channels

More information

DIGITAL VIDEO RECORDING (DVR) SERVICES

DIGITAL VIDEO RECORDING (DVR) SERVICES DIGITAL VIDEO RECORDING (DVR) SERVICES With a Digital Video Recorder (DVR) set-top box, you can easily record your favorite programs and then play them back anytime. The DVR and Picture-In-Picture (PIP)

More information

OPEN STANDARD GIGABIT ETHERNET LOW LATENCY VIDEO DISTRIBUTION ARCHITECTURE

OPEN STANDARD GIGABIT ETHERNET LOW LATENCY VIDEO DISTRIBUTION ARCHITECTURE 2012 NDIA GROUND VEHICLE SYSTEMS ENGINEERING AND TECHNOLOGY SYMPOSIUM VEHICLE ELECTRONICS AND ARCHITECTURE (VEA) MINI-SYMPOSIUM AUGUST 14-16, MICHIGAN OPEN STANDARD GIGABIT ETHERNET LOW LATENCY VIDEO DISTRIBUTION

More information

How Does H.264 Work? SALIENT SYSTEMS WHITE PAPER. Understanding video compression with a focus on H.264

How Does H.264 Work? SALIENT SYSTEMS WHITE PAPER. Understanding video compression with a focus on H.264 SALIENT SYSTEMS WHITE PAPER How Does H.264 Work? Understanding video compression with a focus on H.264 Salient Systems Corp. 10801 N. MoPac Exp. Building 3, Suite 700 Austin, TX 78759 Phone: (512) 617-4800

More information

Interlace and De-interlace Application on Video

Interlace and De-interlace Application on Video Interlace and De-interlace Application on Video Liliana, Justinus Andjarwirawan, Gilberto Erwanto Informatics Department, Faculty of Industrial Technology, Petra Christian University Surabaya, Indonesia

More information

TECHNICAL SPECIFICATIONS FOR THE DELIVERY OF CLOSE TO TRANSMISSION TELEVISION PROGRAMMES TO THE

TECHNICAL SPECIFICATIONS FOR THE DELIVERY OF CLOSE TO TRANSMISSION TELEVISION PROGRAMMES TO THE TECHNICAL SPECIFICATIONS FOR THE DELIVERY OF CLOSE TO TRANSMISSION TELEVISION PROGRAMMES TO THE This document outlines the technical requirements for the delivery of Television programmes via lines to

More information

Adding the community to channel surfing: A new Approach to IPTV channel change

Adding the community to channel surfing: A new Approach to IPTV channel change Adding the community to channel surfing: A new Approach to IPTV channel change The MIT Faculty has made this article openly available. Please share how this access benefits you. Your story matters. Citation

More information

PEP-I1 RF Feedback System Simulation

PEP-I1 RF Feedback System Simulation SLAC-PUB-10378 PEP-I1 RF Feedback System Simulation Richard Tighe SLAC A model containing the fundamental impedance of the PEP- = I1 cavity along with the longitudinal beam dynamics and feedback system

More information

Paper review on Mobile Fronthaul Networks

Paper review on Mobile Fronthaul Networks Paper review on Mobile Fronthaul Networks Wei Wang BUPT Ph.d candidate & UC Davis visiting student Email: weiw@bupt.edu.cn, waywang@ucdavis.edu Group Meeting, July. 14, 2017 Contents What is Mobile Fronthaul

More information

Digital Terrestrial HDTV Broadcasting in Europe

Digital Terrestrial HDTV Broadcasting in Europe EBU TECH 3312 The data rate capacity needed (and available) for HDTV Status: Report Geneva February 2006 1 Page intentionally left blank. This document is paginated for recto-verso printing Tech 312 Contents

More information

DragonWave, Horizon and Avenue are registered trademarks of DragonWave Inc DragonWave Inc. All rights reserved

DragonWave, Horizon and Avenue are registered trademarks of DragonWave Inc DragonWave Inc. All rights reserved NOTICE This document contains DragonWave proprietary information. Use, disclosure, copying or distribution of any part of the information contained herein, beyond that for which it was originally furnished,

More information

Technical report on validation of error models for n.

Technical report on validation of error models for n. Technical report on validation of error models for 802.11n. Rohan Patidar, Sumit Roy, Thomas R. Henderson Department of Electrical Engineering, University of Washington Seattle Abstract This technical

More information

Digilent Nexys-3 Cellular RAM Controller Reference Design Overview

Digilent Nexys-3 Cellular RAM Controller Reference Design Overview Digilent Nexys-3 Cellular RAM Controller Reference Design Overview General Overview This document describes a reference design of the Cellular RAM (or PSRAM Pseudo Static RAM) controller for the Digilent

More information

Video broadcast using cloud computing with metadata Carlos R. Soria-Cano 1, Salvador Álvarez Ballesteros 2

Video broadcast using cloud computing with metadata Carlos R. Soria-Cano 1, Salvador Álvarez Ballesteros 2 www.ijecs.in International Journal Of Engineering And Computer Science ISSN: 2319-7242 Volume 5 Issue 5 May 2016, Page No. 16647-16651 Video broadcast using cloud computing with metadata Carlos R. Soria-Cano

More information

welcome to i-guide 09ROVI1204 User i-guide Manual R16.indd 3

welcome to i-guide 09ROVI1204 User i-guide Manual R16.indd 3 welcome to i-guide Introducing the interactive program guide from Rovi and your cable system. i-guide is intuitive, intelligent and inspiring. It unlocks a world of greater choice, convenience and control

More information

UTTR BEST TELEMETRY SOURCE SELECTOR

UTTR BEST TELEMETRY SOURCE SELECTOR UTTR BEST TELEMETRY SOURCE SELECTOR Kenneth H. Rigley David H. Wheelwright Brandt H. Fowers Computer Sciences Corporation, Hill Air Force Base, Utah ABSTRACT The UTTR (Utah Test & Training Range) offers

More information

1022 IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL. 19, NO. 4, APRIL 2010

1022 IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL. 19, NO. 4, APRIL 2010 1022 IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL. 19, NO. 4, APRIL 2010 Delay Constrained Multiplexing of Video Streams Using Dual-Frame Video Coding Mayank Tiwari, Student Member, IEEE, Theodore Groves,

More information