A Comparative Case Study of HTTP Adaptive Streaming Algorithms in Mobile Networks

Size: px
Start display at page:

Download "A Comparative Case Study of HTTP Adaptive Streaming Algorithms in Mobile Networks"

Transcription

1 Theodoros Karagkioules, Cyril Concolato, Dimitrios Tsilimantos and Stefan Valentin LTCI Telecom ParisTech Universite Paris-Saclay Mathematical and Algorithmic Sciences Lab France Research Center Huawei Technologies France SASU

2 Outline Introduction Motivation Scope Adaptive Bitrate Algorithms Throughput-based adaptation Buffer-based adaptation Time-based adaptation Experimental Framework Network profiles QoE Content Performance evaluation Experimental Validation Adaptability Instability Un-smoothness Overview Conclusion Page 2

3 Motivation Video made 60% of all mobile data traffic in 2016, predicted to increase to 78% by 2021 [1] This traffic is dominated by the Dynamic Adaptive Streaming over HTTP a.k.a MPEG-DASH [2] A HAS video stream is available in multiple qualities, each divided into segments or chunks Segments are downloaded using HTTP on top of TCP or UDP (in combination with QUIC) Video client controls bitrate by adapting (i) video quality and (ii) segment download time Bandwidth Quality High Medium Network conditions Medium Low Low Time Time Web server with various Request for Received segments at qualities per segment specific quality streaming client [1] Cisco, Visual Networking Index: Forecast and Methodology, , White Paper, Feb Time HAS policy not standardized Quality High [2] ISO/IEC, Dynamic adaptive streaming over HTTP (DASH), International Standard DIS , ISO/IEC, 2012 Page 3

4 Scope Extensive state of the art in literature Not only heuristics Research is shifting towards control theoretic approaches Classification of ABR algorithms Throughput-based Buffer-based Time-based Too many comparisons in literature? A Comparison per class is missing Also a comparison that takes the application type (VoD and Live streaming) is missing Performance evaluation of 5 algorithms, based or real field mobile network data Page 4

5 Outline Introduction Motivation Scope Adaptive Bitrate Algorithms Throughput-based adaptation Buffer-based adaptation Time-based adaptation Experimental Framework Network profiles QoE Content Performance evaluation Experimental Validation Adaptability Instability Un-smoothness Overview Conclusion Page 5

6 Throughput-based adaptation In throughput-based adaptation the decision on the bit-rate and the scheduling of every segment happens in four steps: 1. Throughput estimation 1. Where the TCP throughput is estimated through probes 2. Smoothing 1. Where the estimated TCP throughput is smoothed, to avoid estimation errors 3. Quantization 1. Where the smoothed estimated throughput is mapped to the discrete set of the video representations 4. Scheduling 1. The next segment request us scheduled once the inter-request time is estimated. In our study we have implemented two algorithms (Conventional and PANDA) as specified in [3] [3] Z. Li, X. Zhu, J. Gahm, R. Pan, H. Hu, A. C. Begen, and D. Oran Probe and Adapt: Rate Adaptation for HTTP Video Streaming At Scale. IEEE J. Sel. Areas Commun. 32 (April 2014). Page 6

7 Buffer based adaptation In buffer-based adaptation the decision on the bit-rate and the scheduling of every segment is made based on the instantaneous buffer level. According to BBA [4] the average segment size of each corresponding bitrate is mapped with the instantaneous buffer level, in a linear manner with two fixed points for the lowest and highest bit-rate. BOLA [5] deploys Lyapunov optimization in order to indicate the video bit-rate of each segment. The algorithm is designed to maximize a joint utility function that rewards an increase in the average quality and penalizes potential re-buffering occurrences. [4] Te-Yuan Huang, Ramesh Johari, Nick McKeown, Mathew Trunnell, and Mark Watson A Buffer-based Approach to Rate Adaptation: Evidence from alarge Video Streaming Service. In Proc. ACM SIGCOMM. [5] K. Spiteri, R. Urgaonkar, and R. K. Sitaraman BOLA: Near-optimal bitrate adaptation for online videos. In IEEE INFOCOM Page 7

8 Time-based adaptation Since the download time is considered as a higher level parameter than throughput, in this study, time-based adaptation is treated as a separate class of algorithms. ABMA+ [6] is an adaptation and buffer management algorithm, which selects the video representation based on the predicted probability of video stalling. The algorithm continuously estimates the segment download time and uses a precomputed play-out buffer map to select the maximum video representation, which guarantees smooth content play-out. The segment download time estimation is based on the same probing mechanism as the throughput-based method [6] A. Beben, P. Wisniewski, J. Mongay Batalla, and P. Krawiec ABMA+: Lightweight and Effecient Algorithm for HTTP Adaptive Streaming. In Proc. Int.ACM Conference on Multimedia Systems (MMSys). 2:1 2:11. Page 8

9 Outline Introduction Motivation Scope Adaptive Bitrate Algorithms Throughput-based adaptation Buffer-based adaptation Time-based adaptation Experimental Framework Network profiles QoE Content Performance evaluation Conclusion Experimental Validation Adaptability Instability Un-smoothness Overview Page 9

10 Network profiles Mobile networks are characterized by their intense bandwidth and coverage fluctuation To test the realistic performance of the ABR algorithms we used actual 3G traces [7]. 2 different network profiles where studied to emulate all coverage situations: Challenging (Underground) Normal (Bus) 1 Controlled (DASH-IF) scenario was used for the experimental validation [7] C. Griwodz P. Halvorsen H. Riiser, P. Vigmostad Commute Path Bandwidth Traces from 3G Networks: Analysis and Applications. Proc. of MMSys 5, 1 (March 2013), Page 10

11 QoE metrics (1/2) A unified QoE model is missing from the literature. In this study we considered 5 metrics that can be combined in 3 categories For a video of K segments and a set of video bitrates R ϵ {R 1,, R N }, the QoE is characterized as: Adaptability: Instability, which consists of the adaptation frequency (AF) and the adaptation amplitude (AA): Page 11

12 QoE metrics (2/2) Un-smoothness, which consists of the re-buffering duration and the rebuffering frequency. Where L is the length of the video, ω is the rebuffering threshold and β a binary operator regarding the occurrence of a rebuffering event. All the metrics are normalized and averaged over the complete set of traces. Page 12

13 Outline Introduction Motivation Scope Adaptive Bitrate Algorithms Throughput-based adaptation Buffer-based adaptation Time-based adaptation Experimental Framework Network profiles QoE Content Performance evaluation Experimental Validation Adaptability Instability Unsmoothness Overview Conclusion Page 13

14 Experimental Validation 5 ABR algorithms (Conventional, PANDA, BBA, BOLA, ABMA+) 12 mobile traces and 2 network profiles 5 Challenging scenarios 7 Normal scenarios 3 different movies (encoded according to the quintiles of the total throughput CDF) Big buck bunny (Animated content) Tears of Steel (High motion animated and non animated scenes) Red bull play streets (Sport) Both live and VoD is investigated in our study as B max is considered as an additional factor VoD (B max =4 segments) Live (B max =23 segments) 5 QoE metrics (Adaptability, Instability (2), Unsmoothness (2)) Page 14

15 Adaptability Buffer-based algorithms achieve higher adaptability in normal conditions. They are more successful, by design, in conserving high representation levels, even higher than the available throughput. Throughput-based and time-based algorithms show a slightly diminished ability to match the representation to the available average throughput This is due to the significant throughput variation that characterizes the selected network profiles. Page 15

16 Instability Buffer-based algorithms are about 40% more probable of making a quality switch when the buffer is small. BOLA is optimized to achieve a high bit-rate but, the stability aspect is not considered in the optimization, since it is addressed with a heuristic in a second phase. BBA has a pre-selected constant higher buffer threshold which makes the segment map less agile to throughput variation when the maximum buffer is small. Throughput-based and time-based algorithms appear to switch quality less often. Page 16

17 Unsmoothness Re-buffering probability is slightly higher in the cases of a small buffer (i.e. live streaming). Challenging profiles: buffer-based algorithms, along with PANDA, are slightly more probable to experience a re-buffering event. Normal scenarios: smooth streaming from almost all algorithms, due to the absence of long throughput outages of this profile. The duration (amplitude) of the re-buffering events, lasts about 25% of the video duration. (underground areas, may cause network outages, for 1/4 of the trace.) Page 17

18 General comments on the results No metric should be treated separately Only the combination of all metrics allows our comparison to be insightful. Overall, our results match those in literature In Table 2 we have gathered the best performing classes of algorithms, per QoE element. This table can serve as insight to the selection of the most appropriate algorithmic class, depending on the application parameters (live, VOD, etc.) and the commonly experienced network conditions. Page 18

19 Outline Introduction Motivation Scope Adaptive Bitrate Algorithms Throughput-based adaptation Buffer-based adaptation Time-based adaptation Experimental Framework Network profiles QoE Content Performance evaluation Conclusion Experimental Validation Adaptability Instability Un-smoothness Overview Page 19

20 Conclusion Per class comparison of 5 state-of-the-art ABR algorithms Studied Normal and challenging network situations LIVE and VoD Unified QoE framework missing Optimized parameterization is necessary Future work! Future work! The target buffer level is a critical classifier for the studied HAS algorithms. Overall, we believe that our findings provide valuable insight for the design and choice of HAS algorithms according to networks conditions and service requirements. Page 20

21 Thank you For any questions and/or comments/remarks please contact me at: Page 21

arxiv: v1 [cs.mm] 4 May 2017

arxiv: v1 [cs.mm] 4 May 2017 A Comparative Case Study of HTTP Adaptive Streaming Algorithms in Mobile Networks arxiv:175.1762v1 [cs.mm] 4 May 217 Theodoros Karagkioules, Cyril Concolato LTCI, Télécom ParisTech, Université Paris-Saclay

More information

SARA: Segment Aware Rate Adaptation for DASH Video Services

SARA: Segment Aware Rate Adaptation for DASH Video Services SARA: Segment Aware Rate Adaptation for DASH Video Services, Venkatesh Tamarapalli*, Deep Medhi University of Missouri Kansas City * Indian Institute of Technology-Guwahati, India Overview Introduction

More information

Streaming Video over HTTP with Consistent Quality

Streaming Video over HTTP with Consistent Quality Streaming Video over HTTP with Consistent Quality ACM MMSys March 2014 Zhi Li, Ali C. Begen, Joshua Gahm, Yufeng Shan, Bruce Osler and David Oran Adaptive Video Streaming over HTTP HTTP GETs HTTP Server

More information

Lecture 18: Video Streaming

Lecture 18: Video Streaming MIT 6.829: Computer Networks Fall 2017 Lecture 18: Video Streaming Scribe: Zhihong Luo, Francesco Tonolini 1 Overview This lecture is on a specific networking application: video streaming. In particular,

More information

Automated Performance Evaluation of Adaptive HTML5 Player Deployments

Automated Performance Evaluation of Adaptive HTML5 Player Deployments Automated Performance Evaluation of Adaptive HTML5 Player Deployments Anatoliy Zabrovskiy, Evgeny Petrov, Evgeny Kuzmin Petrozavodsk State University Petrozavodsk, Russia {z anatoliy, johnp, kuzmin}@petrsu.ru

More information

Oboe: Auto-tuning Video ABR Algorithms to Network Conditions

Oboe: Auto-tuning Video ABR Algorithms to Network Conditions Oboe: Auto-tuning Video ABR Algorithms to Network Conditions Zahaib Akhtar, Yun Seong Nam, Ramesh Govindan, Sanjay Rao, Jessica Chen, Ethan Katz-Bassett, Bruno Ribeiro, Jibin Zhan, Hui Zhang : Co-primary

More information

Layer-Assisted Adaptive Video Streaming

Layer-Assisted Adaptive Video Streaming Layer-Assisted Adaptive Video Streaming Afshin Taghavi Nasrabadi, Ravi Prakash The University of Texas at Dallas, U.S.A. {afshin,ravip}@utdallas.edu ABSTRACT HTTP Adaptive Streaming (HAS) is the widely

More information

A Public Dataset for YouTube s Mobile Streaming Client

A Public Dataset for YouTube s Mobile Streaming Client A Public Dataset for YouTube s Mobile Streaming Client Theodoros Karagkioules, Dimitrios Tsilimantos, Stefan Valentin, Florian Wamser, Bernd Zeidler, Michael Seufert, Frank Loh and Phuoc Tran-Gia Paris

More information

A Control Theoretic Approach to ABR Video Streaming: A Fresh Look at PID-based Rate Adaptation

A Control Theoretic Approach to ABR Video Streaming: A Fresh Look at PID-based Rate Adaptation A Control Theoretic Approach to ABR Video Streaming: A Fresh Look at PID-based Rate Adaptation Yanyuan Qin, Ruofan Jin, Shuai Hao, Krishna R. Pattipati, Feng Qian, Subhabrata Sen, Bing Wang, Chaoqun Yue

More information

A QoE Friendly Rate Adaptation Method for DASH

A QoE Friendly Rate Adaptation Method for DASH A QoE Friendly Rate Adaptation Method for DASH Yuming Cao 1,3, Xiaoquan You 2,3, Jia Wang 1,3, Li Song 1,3 1 Institute of Image Communication and Network Engineering, Shanghai Jiao Tong University 2 Communication

More information

Queueing Theoretic Approach to Playout Buffer Model for HTTP Adaptive Streaming

Queueing Theoretic Approach to Playout Buffer Model for HTTP Adaptive Streaming KSII TRANSACTIONS ON INTERNET AND INFORMATION SYSTEMS VOL. 12, NO. 8, Aug. 218 3856 Copyright c 218 KSII Queueing Theoretic Approach to Playout Buffer Model for HTTP Adaptive Streaming Jiwoo Park and Kwangsue

More information

GroupCast: Preference-Aware Cooperative Video Streaming with Scalable Video Coding

GroupCast: Preference-Aware Cooperative Video Streaming with Scalable Video Coding 1 GroupCast: Preference-Aware Cooperative Video Streaming with Scalable Video Coding Anis Elgabli and Vaneet Aggarwal Purdue University, West Lafayette, IN 47906 Email: {aelgabli,vaneet}@purdue.edu Abstract

More information

Dynamic Adaptive Streaming over HTTP (DASH) using feedback linearization: a comparison with a leading Italian TV operator

Dynamic Adaptive Streaming over HTTP (DASH) using feedback linearization: a comparison with a leading Italian TV operator Dynamic Adaptive Streaming over HTTP (DASH) using feedback linearization: a comparison with a leading Italian TV operator Vito Caldaralo, Luca De Cicco, Saverio Mascolo, and Vittorio Palmisano Abstract

More information

MOOC-DASH: A DASH System for Delivering High-Quality MOOCs Videos

MOOC-DASH: A DASH System for Delivering High-Quality MOOCs Videos MOOC-DASH: A DASH System for Delivering High-Quality MOOCs Videos Yi Wang, Wenjun Wu, Yihua Lou National Laboratory of Software Development Environment School of Computer Science and Engineering, Beihang

More information

An Experimental Evaluation of Rate Adaptation Algorithms in Adaptive Streaming over HTTP

An Experimental Evaluation of Rate Adaptation Algorithms in Adaptive Streaming over HTTP An Experimental Evaluation of Rate Adaptation Algorithms in Adaptive Streaming over HTTP Saamer Akhshabi, Constantine Dovrolis Georgia Institute of Technology Ali C. Begen Cisco Systems February 24, 2011

More information

HTTP Adaptive Streaming Enhancements for Large-Scale Deployments

HTTP Adaptive Streaming Enhancements for Large-Scale Deployments HTTP Adaptive Streaming Enhancements for Large-Scale Deployments UCLA Nov. 2014 Ali C. Begen For papers and other presentations, visit: http://ali.begen.net Pull-Based Video Delivery over HTTP Progressive

More information

Skype Video Responsiveness to Bandwidth Variations

Skype Video Responsiveness to Bandwidth Variations Skype Video Responsiveness to Bandwidth Variations L. De Cicco,, V. Palmisano Dipartimento di Elettronica ed Elettrotecnica Politecnico di Bari Italy -1- Motivation 1/2 Multimedia real-time applications

More information

Video Through a Crystal Ball: Effect of Bandwidth Prediction Quality on Adaptive Streaming in Mobile Environments

Video Through a Crystal Ball: Effect of Bandwidth Prediction Quality on Adaptive Streaming in Mobile Environments Video Through a Crystal Ball: Effect of Bandwidth Prediction Quality on Adaptive Streaming in Mobile Environments Tarun Mangla, Nawanol Theera-Ampornpunt, Mostafa Ammar, Ellen Zegura, Saurabh Bagchi Georgia

More information

QoE-Driven Video Streaming and Video Content Caching

QoE-Driven Video Streaming and Video Content Caching CommNet2 & IcoreJoint Workshop on Content Caching & Distributed Storage for Future Communication Networks QoE-Driven Video Streaming and Video Content Caching Xiaohong Peng Adaptive Communications Networks

More information

Neural Adaptive Content-aware Internet Video Delivery. Hyunho Yeo, Youngmok Jung, Jaehong Kim, Jinwoo Shin, Dongsu Han

Neural Adaptive Content-aware Internet Video Delivery. Hyunho Yeo, Youngmok Jung, Jaehong Kim, Jinwoo Shin, Dongsu Han Neural Adaptive Content-aware Internet Video Delivery Hyunho Yeo, Youngmok Jung, Jaehong Kim, Jinwoo Shin, Dongsu Han Observation on Current Video Ecosystem 2 Adaptive streaming has been widely deployed

More information

Qoe-aware adaptive bitrate video streaming over mobile networks with caching proxy

Qoe-aware adaptive bitrate video streaming over mobile networks with caching proxy University of New Brunswick From the SelectedWorks of Jun He March 30, 2015 Qoe-aware adaptive bitrate video streaming over mobile s with caching proxy Jun He, University of New Brunswick Available at:

More information

Bandwidth Optimization On Design Of Visual Display Information System Based Networking At Politeknik Negeri Bali

Bandwidth Optimization On Design Of Visual Display Information System Based Networking At Politeknik Negeri Bali Journal of Physics: Conference Series PAPER OPEN ACCESS Bandwidth Optimization On Design Of Visual Display Information System Based Networking At Politeknik Negeri Bali To cite this article: IKG Sudiartha

More information

QoE-aware Traffic Shaping for HTTP Adaptive Streaming

QoE-aware Traffic Shaping for HTTP Adaptive Streaming , pp.33-44 http://dx.doi.org/10.14257/ijmue.2014.9.2.04 QoE-aware Traffic Shaping for HTTP Adaptive Streaming Xinying Liu 1 and Aidong Men 2 1,2 Beijing University of Posts and Telecommunications No.10

More information

QoE-Aware Dynamic Video Rate Adaptation

QoE-Aware Dynamic Video Rate Adaptation QoE-Aware Dynamic Video Rate Adaptation Yanjiao Chen, Fan Zhang, Fan Zhang, Kaishun Wu, Qian Zhang Department of Computer Science & Engineering, Hong Kong University of Science and Technology Department

More information

arxiv: v1 [cs.mm] 29 Aug 2016

arxiv: v1 [cs.mm] 29 Aug 2016 On the Efficiency and Fairness of Multiplayer HTTP-based Adaptive Video Streaming Xiaoqi Yin, Mihovil Bartulović, Vyas Sekar, Bruno Sinopoli 1 arxiv:1608.08469v1 [cs.mm] 29 Aug 2016 Abstract User-perceived

More information

Lecture 27 DASH (Dynamic Adaptive Streaming over HTTP)

Lecture 27 DASH (Dynamic Adaptive Streaming over HTTP) CS 414 Multimedia Systems Design Lecture 27 DASH (Dynamic Adaptive Streaming over HTTP) Klara Nahrstedt Spring 2012 Administrative MP2 posted MP2 Deadline April 7, Saturday, 5pm. APPLICATION Internet Multimedia

More information

Effects of Internet Path Selection on Video-QoE

Effects of Internet Path Selection on Video-QoE Effects of Internet Path Selection on Video-QoE by Mukundan Venkataraman & Mainak Chatterjee Dept. of EECS University of Central Florida, Orlando, FL 32826 mukundan@eecs.ucf.edu mainak@eecs.ucf.edu Streaming

More information

Content-Aware Personalised Rate Adaptation for Adaptive Streaming via Deep Video Analysis

Content-Aware Personalised Rate Adaptation for Adaptive Streaming via Deep Video Analysis Content-Aware Personalised Rate Adaptation for Adaptive Streaming via Deep Video Analysis Guanyu Gao, Linsen Dong, Huaizheng Zhang, Yonggang Wen, and Wenjun Zeng 2 Nanyang Technological University, Singapore

More information

Video Splicing Techniques for P2P Video Streaming

Video Splicing Techniques for P2P Video Streaming Video Splicing Techniques for P2P Video Streaming MD Iftakharul Islam and Javed I Khan Kent State University Email: mislam4@kent.edu, javed@cs.kent.edu Abstract In HTTP live streaming (HLS), a video is

More information

Empirical study for Dynamic Adaptive Video Streaming Service based on Google Transport QUIC protocol

Empirical study for Dynamic Adaptive Video Streaming Service based on Google Transport QUIC protocol Empirical study for Dynamic Adaptive Video Streaming Service based on Google Transport QUIC protocol Van TONG, Hai Anh TRAN, Sami SOUIHI and Abdelhamid MELLOUK LISSI-TincNET Research Team University of

More information

Adaptive Bit Rate (ABR) Video Detection and Control

Adaptive Bit Rate (ABR) Video Detection and Control OVERVIEW Adaptive Bit Rate (ABR) Video Detection and Control In recent years, Internet traffic has changed dramatically and this has impacted service providers and their ability to manage network traffic.

More information

QoE based Traffic Management for Multimedia Traffic in Mobile Networks

QoE based Traffic Management for Multimedia Traffic in Mobile Networks QoE based Traffic Management for Multimedia Traffic in Mobile Networks Dirk Staehle, DOCOMO Euro Labs staehle@docomolab euro.com Copyright 2012 DOCOMO Communications Laboratories Europe GmbH Dirk Staehle,

More information

SERVICE PROVISIONING AND PROFIT MAXIMIZATION IN NETWORK-ASSISTED ADAPTIVE HTTP STREAMING

SERVICE PROVISIONING AND PROFIT MAXIMIZATION IN NETWORK-ASSISTED ADAPTIVE HTTP STREAMING SERVICE PROVISIONING AND PROFIT MAXIMIZATION IN NETWORK-ASSISTED ADAPTIVE HTTP STREAMING Zhisheng Yan 1, Cedric Westphal 2,3, Xin Wang 2, and Chang Wen Chen 1 1 State University of New York at Buffalo,

More information

Scaling Adaptive Streaming Systems with Network Support

Scaling Adaptive Streaming Systems with Network Support Scaling Adaptive Streaming Systems with Network Support IEEE ComSoc Distinguished Lectures Seattle, WA, Aug. 2017 Ali C. Begen, Ph.D. acbegen@ieee.org A Bit about Myself Electrical engineering degree from

More information

Datasets for AVC (H.264) and HEVC (H.265) for Evaluating Dynamic Adaptive Streaming over HTTP (DASH)

Datasets for AVC (H.264) and HEVC (H.265) for Evaluating Dynamic Adaptive Streaming over HTTP (DASH) Datasets for AVC (H.264) and HEVC (H.265) for Evaluating Dynamic Adaptive Streaming over HTTP (DASH) Jason J. Quinlan, Ahmed H. Zahran, Cormac J. Sreenan Dept. of Computer Science, University College Cork

More information

Markov Decision Processes for Bitrate Harmony in Adaptive Video Streaming

Markov Decision Processes for Bitrate Harmony in Adaptive Video Streaming Markov Decision Processes for Bitrate Harmony in Adaptive Video Streaming Koffka Khan, Wayne Goodridge The University of the West Indies Email: koffka.khan@gmail.com, wayne.goodridge@sta.uwi.edu Abstract

More information

On the Feasibility of DASH Streaming in the Cloud

On the Feasibility of DASH Streaming in the Cloud On the Feasibility of DASH Streaming in the Cloud Cong Wang and Michael Zink Department of Electrical and Computer Engineering University of Massachusetts, Amherst, MA 13 {cwang, zink}@ecs.umass.edu ABSTRACT

More information

Downton Abbey Without the Hiccups: Buffer-Based Rate Adaptation for HTTP Video Streaming

Downton Abbey Without the Hiccups: Buffer-Based Rate Adaptation for HTTP Video Streaming Downton Abbey Without the Hiccups: Buffer-Based Rate Adaptation for HTTP Video Streaming Te-Yuan Huang Ramesh Johari Nick McKeown Stanford University {huangty,ramesh.johari, nickm}@stanford.edu ABSTRACT

More information

Mobile Video Streaming with Video Quality and Streaming Performance Guarantees

Mobile Video Streaming with Video Quality and Streaming Performance Guarantees Mobile Video Streaming with Video Quality and Streaming Performance Guarantees Victor K. C. Wu, Yan Liu, and Jack Y. B. Lee Department of Information Engineering The Chinese University of Hong Kong Hong

More information

Interactive Branched Video Streaming and Cloud Assisted Content Delivery

Interactive Branched Video Streaming and Cloud Assisted Content Delivery Interactive Branched Video Streaming and Cloud Assisted Content Delivery Niklas Carlsson Linköping University, Sweden @ Sigmetrics TPC workshop, Feb. 2016 The work here was in collaboration... Including

More information

Future Buffer based Adaptation for VBR Video Streaming over HTTP

Future Buffer based Adaptation for VBR Video Streaming over HTTP Future Buffer based Adaptation for VBR Video Streaming over HTTP Tuan Vu 1, Hung T. Le 2, Duc V. Nguyen 2, Nam Pham Ngoc 1, Truong Cong Thang 2 1 Hanoi University of Science and Technology, Hanoi, Vietnam

More information

QoE-driven Dynamic Adaptive Video Streaming Strategy with Future Information

QoE-driven Dynamic Adaptive Video Streaming Strategy with Future Information 1 QoE-driven Dynamic Adaptive Video Streaming Strategy with Future Information Li YU, Student Member, IEEE, Tammam TILLO, Senior Member, IEEE, and Jimin XIAO, Member, IEEE Abstract Dynamic Adaptive Video

More information

ABR Streaming of VBR-encoded Videos: Characterization, Challenges, and Solutions

ABR Streaming of VBR-encoded Videos: Characterization, Challenges, and Solutions ABR Streaming of VBR-encoded Videos: Characterization, Challenges, and Solutions Yanyuan Qin, Shuai Hao 2, K.R. Pattipati, Feng Qian 3, Subhabrata Sen 2, Bing Wang and Chaoqun Yue University of Connecticut

More information

Anatomy of a DASH Client. Ali C. Begen, Ph.D.

Anatomy of a DASH Client. Ali C. Begen, Ph.D. Anatomy of a DASH Client Ali C. Begen, Ph.D. http://ali.begen.net Video Delivery over HTTP Enables playback while still downloading Server sends the file as fast as possible Pseudo Streaming Enables seeking

More information

SamKnows test methodology

SamKnows test methodology SamKnows test methodology Download and Upload (TCP) Measures the download and upload speed of the broadband connection in bits per second. The transfer is conducted over one or more concurrent HTTP connections

More information

Adaptation Algorithm for Adaptive Streaming over HTTP

Adaptation Algorithm for Adaptive Streaming over HTTP Adaptation Algorithm for Adaptive Streaming over HTTP Konstantin Miller, Emanuele Quacchio, Gianluca Gennari and Adam Wolisz Technische Universität Berlin, Germany Email: {konstantin.miller, adam.wolisz}@tu-berlin.de

More information

Adaptive 360-Degree Video Streaming using Scalable Video Coding

Adaptive 360-Degree Video Streaming using Scalable Video Coding Adaptive 360-Degree Video Streaming using Scalable Video Coding Afshin Taghavi Nasrabadi, Anahita Mahzari, Joseph D. Beshay, Ravi Prakash The University of Texas at Dallas 800 W Campbell Rd. Richardson,

More information

NETWORK-ASSISTED STRATEGY FOR DASH OVER CCN. Rihab Jmal*, Gwendal Simon** and Lamia Chaari* *University of Sfax/ CRNS Tunisia **IMT Atlantique, France

NETWORK-ASSISTED STRATEGY FOR DASH OVER CCN. Rihab Jmal*, Gwendal Simon** and Lamia Chaari* *University of Sfax/ CRNS Tunisia **IMT Atlantique, France NETWORK-ASSISTED STRATEGY FOR DASH OVER CCN Rihab Jmal*, Gwendal Simon** and Lamia Chaari* *University of Sfax/ CRNS Tunisia **IMT Atlantique, France ABSTRACT MPEG Dynamic Adaptive Streaming over HTTP

More information

Coping with network performance

Coping with network performance Coping with network performance Ankit Singla ETH Zürich P. Brighten Godfrey UIUC The end to end principle END-TO-END ARGUMENTS IN SYSTEM DESIGN J.H. Saltzer, D.P. Reed and D.D. Clark* M.I.T. Laboratory

More information

Using Bandwidth Aggregation to Improve the Performance of Video Quality- Adaptive Streaming Over Multiple Wireless Access Networks

Using Bandwidth Aggregation to Improve the Performance of Video Quality- Adaptive Streaming Over Multiple Wireless Access Networks Using Bandwidth Aggregation to Improve the Performance of Video Quality- Adaptive Streaming Over Multiple Wireless Access Networks 1 J.P. Satheesh, 2 R. Karthikeyan 1 PG Student, 2 Assistant Professor,

More information

Neural Adaptive Video Streaming with Pensieve

Neural Adaptive Video Streaming with Pensieve Neural Adaptive Video Streaming with Hongzi Mao, Ravi Netravali, Mohammad Alizadeh MIT Computer Science and Artificial Intelligence Laboratory {hongzi,ravinet,alizadeh}@mit.edu ABSTRACT Client-side video

More information

Combining DASH with MPTCP for video streaming

Combining DASH with MPTCP for video streaming Combining DASH with MPTCP for video streaming Dissertation presented by Lena Victoria PESCHKE for obtaining the Master s degree in Computer Science and Engineering Option: Networking and security Supervisor

More information

An Experimental Analysis on OSPF-TE Convergence Time

An Experimental Analysis on OSPF-TE Convergence Time An Experimental Analysis on OSPF-TE Convergence Time S. Huang* a, K. Kitayama a, F. Cugini b, F. Paolucci c, A. Giorgetti c, L. Valcarenghi c, P. Castoldi c a Osaka University, Osaka, Japan; b CNIT, Pisa,

More information

Taming QoE in Cellular Networks From Subjective Lab Studies to Measurements in the Field P. Casas, B. Gardlo, M. Seufert, F. Wamser, R.

Taming QoE in Cellular Networks From Subjective Lab Studies to Measurements in the Field P. Casas, B. Gardlo, M. Seufert, F. Wamser, R. Dr. Pedro Casas Telecommunications Research Center Vienna FTW Taming QoE in Cellular Networks From Subjective Lab Studies to Measurements in the Field P. Casas, B. Gardlo, M. Seufert, F. Wamser, R. Schatz

More information

A Hybrid Model of the Akamai Adaptive Streaming Control System

A Hybrid Model of the Akamai Adaptive Streaming Control System Preprints of the 9th World Congress The International Federation of Automatic Control Cape Town, South Africa. August -9, A Hybrid Model of the Adaptive Streaming Control System L. De Cicco G. Cofano S.

More information

Video Quality for Live Adaptive Bit-Rate Streaming: Achieving Consistency and Efficiency

Video Quality for Live Adaptive Bit-Rate Streaming: Achieving Consistency and Efficiency Video Quality for Live Adaptive Bit-Rate Streaming: Achieving Consistency and Efficiency Introduction The video industry is undergoing an unprecedented amount of change. More premium live video content

More information

Optimal Set of Video Representations in Adaptive Streaming

Optimal Set of Video Representations in Adaptive Streaming Optimal Set of Video Representations in Adaptive Streaming Gwendal Simon Telecom Bretagne, France gwendal.simon@telecombretagne.eu Laura Toni EPFL, Switzerland laura.toni@epfl.ch Alberto Blanc Telecom

More information

Leveraging SDN for Video Content Distribution

Leveraging SDN for Video Content Distribution SDN Workshop, 08/05/14, SWITCH Leveraging SDN for Video Content Distribution Panagiotis Georgopoulos [panos@comp.lancs.ac.uk] People Involved Prof. David Hutchinson Prof. Nicholas Race Dr. Mu Mu Prof.

More information

An ADTRAN White Paper. Virtual Subscriber Realistic Traffic Generation in the Lab Environment

An ADTRAN White Paper. Virtual Subscriber Realistic Traffic Generation in the Lab Environment An ADTRAN White Paper Virtual Subscriber Realistic Traffic Generation in the Lab Environment Introduction: Broadband Networks and Application-based Testing Broadband access networks that deliver current

More information

Adaptive Server Allocation for Peer-assisted VoD

Adaptive Server Allocation for Peer-assisted VoD Adaptive Server Allocation for Peer-assisted VoD Konstantin Pussep, Osama Abboud, Florian Gerlach, Ralf Steinmetz, Thorsten Strufe Konstantin Pussep Konstantin.Pussep@KOM.tu-darmstadt.de Tel.+49 6151 165188

More information

QoE Characterization for Video-On-Demand Services in 4G WiMAX Networks

QoE Characterization for Video-On-Demand Services in 4G WiMAX Networks QoE Characterization for Video-On-Demand Services in 4G WiMAX Networks Amitabha Ghosh IBM India Research Laboratory Department of Electrical Engineering University of Southern California, Los Angeles http://anrg.usc.edu/~amitabhg

More information

Streamloading: Low cost high quality video streaming. Shivendra S. Panwar (joint work with Amir Hosseini and Fraida Fund)

Streamloading: Low cost high quality video streaming. Shivendra S. Panwar (joint work with Amir Hosseini and Fraida Fund) Streamloading: Low cost high quality video streaming Shivendra S. Panwar (joint work with Amir Hosseini and Fraida Fund) Modern Cellular Networks Modern Cellular Networks Evolution of modern cellular networks:

More information

Synthesizing Adaptive Protocols by Selective Enumeration (SYNAPSE)

Synthesizing Adaptive Protocols by Selective Enumeration (SYNAPSE) Synthesizing Adaptive Protocols by Selective Enumeration (SYNAPSE) Problem Definition Solution Approach Benefits to End User Talk Overview Metrics Summary of Results to Date Lessons Learned & Future Work

More information

IEEE TRANSACTIONS ON BROADCASTING, VOL. 61, NO. 4, DECEMBER Deriving and Validating User Experience Model for DASH Video Streaming

IEEE TRANSACTIONS ON BROADCASTING, VOL. 61, NO. 4, DECEMBER Deriving and Validating User Experience Model for DASH Video Streaming IEEE TRANSACTIONS ON BROADCASTING, VOL. 61, NO. 4, DECEMBER 2015 651 Deriving and Validating User Experience Model for DASH Video Streaming Yao Liu, Sujit Dey, Fellow, IEEE, Fatih Ulupinar, Michael Luby,

More information

Quickly Starting Media Streams Using QUIC

Quickly Starting Media Streams Using QUIC Quickly Starting Media Streams Using QUIC Packet Video Workshop 2018 Şevket Arısu and Ali C. Begen Agenda Motivation and our goal Previous work and our contributions Approach, setup and evaluation Results

More information

Variable Bitrate Stream in Set top Box device

Variable Bitrate Stream in Set top Box device Variable Bitrate Stream in Set top Box device Preeti Chourasia Student M.Tech (CS) United Institute of Technology And Research Greater Noida (UP) Priyank Chourasia MCA (MITS Gwalior) ABSTRACT Video processing

More information

Dynamic Adaptive Streaming over HTTP (DASH) Application Protocol : Modeling and Analysis

Dynamic Adaptive Streaming over HTTP (DASH) Application Protocol : Modeling and Analysis Dynamic Adaptive Streaming over HTTP (DASH) Application Protocol : Modeling and Analysis Dr. Jim Martin Associate Professor School of Computing Clemson University jim.martin@cs.clemson.edu http://www.cs.clemson.edu/~jmarty

More information

Self Programming Networks

Self Programming Networks Self Programming Networks Is it possible for to Learn the control planes of networks and applications? Operators specify what they want, and the system learns how to deliver CAN WE LEARN THE CONTROL PLANE

More information

On the Efficacy of the Dynamic Adaptive Streaming Over HTTP (DASH) Protocol

On the Efficacy of the Dynamic Adaptive Streaming Over HTTP (DASH) Protocol On the Efficacy of the Dynamic Adaptive Streaming Over HTTP (DASH) Protocol James Martin, Yunhui Fu, Gongbing Hong School of Computing Clemson University Clemson, USA Jim.martin@cs.clemson.edu Abstract

More information

Improving Adaptive Video Streaming through Machine Learning

Improving Adaptive Video Streaming through Machine Learning University of Windsor Scholarship at UWindsor Electronic Theses and Dissertations 2018 Improving Adaptive Video Streaming through Machine Learning Anh Minh Le University of Windsor Follow this and additional

More information

Delivery of Adaptive Bit Rate Video: Balancing Fairness, Efficiency and Quality

Delivery of Adaptive Bit Rate Video: Balancing Fairness, Efficiency and Quality Delivery of Adaptive Bit Rate Video: Balancing Fairness, Efficiency and Quality Jason J. Quinlan, Ahmed H. Zahran, K.K. Ramakrishnan, Cormac J. Sreenan Dept. of Computer Science, University College Cork,

More information

What Happens When HTTP Adaptive Streaming Players Compete for Bandwidth?

What Happens When HTTP Adaptive Streaming Players Compete for Bandwidth? What Happens When HTTP Adaptive Streaming Players Compete for Bandwidth? Saamer Akhshabi, Ali C. Begen Lakshmi Anantakrishnan, Video and Content Platforms Research and Constantine Dovrolis, Advanced Development

More information

Chunk Scheduling Strategies In Peer to Peer System-A Review

Chunk Scheduling Strategies In Peer to Peer System-A Review Chunk Scheduling Strategies In Peer to Peer System-A Review Sanu C, Deepa S S Abstract Peer-to-peer ( P2P) s t r e a m i n g systems have become popular in recent years. Several peer- to-peer systems for

More information

RECOMMENDATION ITU-R BT.1720 *

RECOMMENDATION ITU-R BT.1720 * Rec. ITU-R BT.1720 1 RECOMMENDATION ITU-R BT.1720 * Quality of service ranking and measurement methods for digital video broadcasting services delivered over broadband Internet protocol networks (Question

More information

Predicting QoE Factors with Machine Learning

Predicting QoE Factors with Machine Learning Predicting QoE Factors with Machine Learning Vladislav Vasilev, Jérémie Leguay, Stefano Paris, Lorenzo Maggi, Mérouane Debbah Mathematical and Algorithmic Sciences Lab, Paris Research Center - Huawei Technologies

More information

Experience. A New Modular E-Learning Platform Integrating an Enhanced Multimedia. Doctoral Program in Computer and Control Engineering (XXX Cycle)

Experience. A New Modular E-Learning Platform Integrating an Enhanced Multimedia. Doctoral Program in Computer and Control Engineering (XXX Cycle) Doctoral Program in Computer and Control Engineering (XXX Cycle) A New Modular E-Learning Platform Integrating an Enhanced Multimedia Experience Candidate: Leonardo Favario Supervisor: Prof. Enrico Masala

More information

Digital Image Stabilization and Its Integration with Video Encoder

Digital Image Stabilization and Its Integration with Video Encoder Digital Image Stabilization and Its Integration with Video Encoder Yu-Chun Peng, Hung-An Chang, Homer H. Chen Graduate Institute of Communication Engineering National Taiwan University Taipei, Taiwan {b889189,

More information

Quality of Experience-Centric Management of Adaptive Video Streaming Services: Status and Challenges

Quality of Experience-Centric Management of Adaptive Video Streaming Services: Status and Challenges Quality of Experience-Centric Management of Adaptive Video Streaming Services: Status and Challenges STEFANO PETRANGELI, JEROEN VAN DER HOOFT, TIM WAUTERS, and FILIP DE TURCK, Ghent University - imec,

More information

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

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

More information

On the Use of Location Window in Geo-Intelligent HTTP Adaptive Video Streaming

On the Use of Location Window in Geo-Intelligent HTTP Adaptive Video Streaming On the Use of Location Window in Geo-Intelligent HTTP Adaptive Video Streaming Jannatul Fardous School of Computer Science and Engineering University of New South Wales, Sydney NSW-2052, Australia Email:

More information

IPTV Experiments and Lessons Learned

IPTV Experiments and Lessons Learned IPTV Experiments and Lessons Learned Panelist: Klara Nahrstedt Panel: Large Scale Peer-to-Peer Streaming & IPTV Technologies ACM NOSSDAV 2007, June 5, 2007 PPLive IPTV System Well-known IPTV system 3.5

More information

MPEG's Dynamic Adaptive Streaming over HTTP - An Enabling Standard for Internet TV. Thomas Stockhammer Qualcomm Incorporated

MPEG's Dynamic Adaptive Streaming over HTTP - An Enabling Standard for Internet TV. Thomas Stockhammer Qualcomm Incorporated MPEG's Dynamic Adaptive Streaming over HTTP - An Enabling Standard for Internet TV Thomas Stockhammer Qualcomm Incorporated ABSTRACT Internet video is experiencing a dramatic growth in both fixed and mobile

More information

Accurate and Efficient SLA Compliance Monitoring

Accurate and Efficient SLA Compliance Monitoring Accurate and Efficient SLA Compliance Monitoring Joel Sommers Paul Barford Nick Duffield Amos Ron University of Wisconsin-Madison / Colgate University University of Wisconsin-Madison AT&T Labs- Research

More information

A Machine Learning-Based Framework for Preventing Video Freezes in HTTP Adaptive Streaming

A Machine Learning-Based Framework for Preventing Video Freezes in HTTP Adaptive Streaming A Machine Learning-Based Framework for Preventing Video Freezes in HTTP Adaptive Streaming Stefano Petrangeli a,, Tingyao Wu b, Tim Wauters a, Rafael Huysegems b, Tom Bostoen b, Filip De Turck a a Department

More information

User Experience Modeling for DASH Video

User Experience Modeling for DASH Video User Experience Modeling for DASH Video Yao Liu, Sujit Dey (UCSD) Don Gillies, Faith Ulupinar, Michael Luby (Qualcomm) Dec 12, 2013 1 Introduction of DASH video DASH (dynamic adaptive streaming over HTTP)

More information

Characterizing Netflix Bandwidth Consumption

Characterizing Netflix Bandwidth Consumption Characterizing Netflix Bandwidth Consumption Dr. Jim Martin Associate Professor School of Computing Clemson University jim.martin@cs.clemson.edu http://www.cs.clemson.edu/~jmarty Terry Shaw Director, Network

More information

Passive Aggressive Measurements with MGRP

Passive Aggressive Measurements with MGRP Passive Aggressive Measurements with MGRP Pavlos Papageorge, Justin McCann and Michael Hicks ACM SIGCOMM 2009 {University of Maryland, College Park} Vaibhav Bajpai NDS Seminar 2011 Outline Introduction

More information

RealMedia Streaming Performance on an IEEE b Wireless LAN

RealMedia Streaming Performance on an IEEE b Wireless LAN RealMedia Streaming Performance on an IEEE 802.11b Wireless LAN T. Huang and C. Williamson Proceedings of IASTED Wireless and Optical Communications (WOC) Conference Banff, AB, Canada, July 2002 Presented

More information

A Linear Regression Framework For Assessing Time-Varying Subjective Quality in HTTP Streaming. Nagabhushan Eswara IIT Hyderabad November 14, 2017

A Linear Regression Framework For Assessing Time-Varying Subjective Quality in HTTP Streaming. Nagabhushan Eswara IIT Hyderabad November 14, 2017 A Linear Regression Framework For Assessing Time-Varying Subjective Quality in HTTP Streaming Nagabhushan Eswara IIT Hyderabad November 14, 2017 1 Introduction Increased mobile data traffic 1 : Data traffic

More information

dashc: a highly scalable client emulator for DASH video

dashc: a highly scalable client emulator for DASH video Title dashc: a highly scalable client emulator for DASH video Author(s) Reviakin, Aleksandr; Zahran, Ahmed H.; Sreenan, Cormac J. Publication date 2018-06 Original citation Type of publication Link to

More information

Page 1. Outline / Computer Networking : 1 st Generation Commercial PC/Packet Video Technologies

Page 1. Outline / Computer Networking : 1 st Generation Commercial PC/Packet Video Technologies Outline 15-441/15-641 Computer Networking Lecture 18 Internet Video Delivery Peter Steenkiste Slides by Professor Hui Zhang Background Technologies: - HTTP download - Real-time streaming - HTTP streaming

More information

Characterizing Netflix Bandwidth Consumption

Characterizing Netflix Bandwidth Consumption Characterizing Netflix Bandwidth Consumption Jim Martin, Yunhui Fu, Nicholas Wourms School of Computing, Clemson University, Clemson, SC 93 {jmarty,yfu,nwourms}@clemson.edu Terry Shaw Cable Television

More information

arxiv: v1 [cs.ni] 5 Jan 2017

arxiv: v1 [cs.ni] 5 Jan 2017 Price-based Controller for Quality-Fair HTTP Adaptive Streaming (Extended Version) Stefano D Aronco, Laura Toni 2, and Pascal Frossard arxiv:7.392v [cs.ni] 5 Jan 27 LTS4, Ecole Polytechnique Fédérale de

More information

Chapter 1 Introduction

Chapter 1 Introduction Emerging multimedia, high-speed data, and imaging applications are generating a demand for public networks to be able to multiplex and switch simultaneously a wide spectrum of data rates. These networks

More information

Comparison of Shaping and Buffering for Video Transmission

Comparison of Shaping and Buffering for Video Transmission Comparison of Shaping and Buffering for Video Transmission György Dán and Viktória Fodor Royal Institute of Technology, Department of Microelectronics and Information Technology P.O.Box Electrum 229, SE-16440

More information

ADAPTIVE STREAMING. Improve Retention for Live Content. Copyright (415)

ADAPTIVE STREAMING. Improve Retention for Live Content. Copyright (415) ADAPTIVE STREAMING Improve Retention for Live Content A daptive streaming technologies make multiple video streams available to the end viewer. True adaptive bitrate dynamically switches between qualities

More information

Router Virtualization as an Enabler for Future Internet Multimedia Applications

Router Virtualization as an Enabler for Future Internet Multimedia Applications Router Virtualization as an Enabler for Future Internet Multimedia Applications httc Hessian Telemedia Technology Competence-Center e.v - www.httc.de Osama Abboud, M.Sc Prof. Dr. Ing Ralf Steinmetz Vorname.Nachname@KOM.tu-darmstadt.de

More information

Presented by: Fabián E. Bustamante

Presented by: Fabián E. Bustamante Presented by: Fabián E. Bustamante A. Nikravesh, H. Yao, S. Xu, D. Choffnes*, Z. Morley Mao Mobisys 2015 *Based on the authors slides Mobile apps are increasingly popular Mobile platforms is the dominant

More information

The Effect of Client Buffer and MBR Consideration on DASH Adaptation Logic

The Effect of Client Buffer and MBR Consideration on DASH Adaptation Logic 2013 IEEE Wireless Communications and Networking Conference (WCNC): NETWORKS The Effect of Client Buffer and MBR Consideration on DASH Adaptation Logic Ran Dubin Communication Systems Engineering Ben-Gurion

More information

Differential Congestion Notification: Taming the Elephants

Differential Congestion Notification: Taming the Elephants Differential Congestion Notification: Taming the Elephants Long Le, Jay Kikat, Kevin Jeffay, and Don Smith Department of Computer science University of North Carolina at Chapel Hill http://www.cs.unc.edu/research/dirt

More information