Operational Considerations for Streaming Media
draft-ietf-mops-streaming-opcons-03
MOPS J. Holland
Internet-Draft Akamai Technologies, Inc.
Intended status: Informational A. Begen
Expires: 5 May 2021 Networked Media
S. Dawkins
Tencent America LLC
1 November 2020
Operational Considerations for Streaming Media
draft-ietf-mops-streaming-opcons-03
Abstract
This document provides an overview of operational networking issues
that pertain to quality of experience in delivery of video and other
high-bitrate media over the internet.
Status of This Memo
This Internet-Draft is submitted in full conformance with the
provisions of BCP 78 and BCP 79.
Internet-Drafts are working documents of the Internet Engineering
Task Force (IETF). Note that other groups may also distribute
working documents as Internet-Drafts. The list of current Internet-
Drafts is at https://datatracker.ietf.org/drafts/current/.
Internet-Drafts are draft documents valid for a maximum of six months
and may be updated, replaced, or obsoleted by other documents at any
time. It is inappropriate to use Internet-Drafts as reference
material or to cite them other than as "work in progress."
This Internet-Draft will expire on 5 May 2021.
Copyright Notice
Copyright (c) 2020 IETF Trust and the persons identified as the
document authors. All rights reserved.
This document is subject to BCP 78 and the IETF Trust's Legal
Provisions Relating to IETF Documents (https://trustee.ietf.org/
license-info) in effect on the date of publication of this document.
Please review these documents carefully, as they describe your rights
and restrictions with respect to this document. Code Components
extracted from this document must include Simplified BSD License text
as described in Section 4.e of the Trust Legal Provisions and are
provided without warranty as described in the Simplified BSD License.
Holland, et al. Expires 5 May 2021 [Page 1]
Internet-Draft Media Streaming Ops November 2020
Table of Contents
1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . 2
1.1. Notes for Contributors and Reviewers . . . . . . . . . . 3
1.1.1. Venues for Contribution and Discussion . . . . . . . 3
1.1.2. Template for Contributions . . . . . . . . . . . . . 3
1.1.3. History of Public Discussion . . . . . . . . . . . . 4
2. Bandwidth Provisioning . . . . . . . . . . . . . . . . . . . 5
2.1. Scaling Requirements for Media Delivery . . . . . . . . . 5
2.1.1. Video Bitrates . . . . . . . . . . . . . . . . . . . 5
2.1.2. Virtual Reality Bitrates . . . . . . . . . . . . . . 6
2.2. Path Requirements . . . . . . . . . . . . . . . . . . . . 6
2.3. Caching Systems . . . . . . . . . . . . . . . . . . . . . 7
2.4. Predictable Usage Profiles . . . . . . . . . . . . . . . 8
2.5. Unpredictable Usage Profiles . . . . . . . . . . . . . . 8
2.6. Extremely Unpredictable Usage Profiles . . . . . . . . . 9
3. Adaptive Bitrate . . . . . . . . . . . . . . . . . . . . . . 10
3.1. Overview . . . . . . . . . . . . . . . . . . . . . . . . 10
3.2. Segmented Delivery . . . . . . . . . . . . . . . . . . . 10
3.2.1. Idle Time between Segments . . . . . . . . . . . . . 11
3.2.2. Head-of-Line Blocking . . . . . . . . . . . . . . . . 11
3.3. Unreliable Transport . . . . . . . . . . . . . . . . . . 11
4. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 12
5. Security Considerations . . . . . . . . . . . . . . . . . . . 12
6. Acknowledgements . . . . . . . . . . . . . . . . . . . . . . 12
7. Informative References . . . . . . . . . . . . . . . . . . . 12
Authors' Addresses . . . . . . . . . . . . . . . . . . . . . . . 14
1. Introduction
As the internet has grown, an increasingly large share of the traffic
delivered to end users has become video. Estimates put the total
share of internet video traffic at 75% in 2019, expected to grow to
82% by 2022. What's more, this estimate projects the gross volume of
video traffic will more than double during this time, based on a
compound annual growth rate continuing at 34% (from Appendix D of
[CVNI]).
In many contexts, video traffic can be handled transparently as
generic application-level traffic. However, as the volume of video
traffic continues to grow, it's becoming increasingly important to
consider the effects of network design decisions on application-level
performance, with considerations for the impact on video delivery.
Show full document text