SlideShare a Scribd company logo
1 of 25
Download to read offline
20 Years of Streaming
in 20 Minutes
Yuriy Reznik, Brightcove
Christian Timmerer, Bitmovin & Alpen-Adria-Universität Klagenfurt
Dec 3rd, 2020
1
Your Team
Yuriy Reznik
Technology Fellow and
Head of Research at Brightcove
http://reznik.org/
Christian Timmerer
Assoc.-Prof at
Alpen-Adria-Universität Klagenfurt
CIO | Head of Research and
Standardization at Bitmovin
http://timmerer.com/
2
● Human live before streaming…
● Early streaming systems
● First ABR streaming systems
● Early standards: RTSP, ISMA, 3GPP PSS, etc.
● Shift to HTTP
Agenda
Part 1
3
Evolution of video:
A Look at a Longer Timeline
Era of streaming
4
1993: MBONE
▸ Virtual multicast network connecting several universities & ISPs
▸ RTP-based video conferencing tool (vic) is used to stream videos
▸ 1994 Rolling Stones concert – first major event streamed online
1995: RealAudio, 1997: RealVideo
▸ First commercially successful mass-scale streaming system
▸ Proprietary protocols, codecs: PNA, RealAudio, RealVideo
▸ Worked over UDP, TCP, and HTTP (“cloaking” mode)
▸ First major broadcast: 1995 Seattle Mariners vs New York Yankees
1996: VDOnet, Vivo, NetShow, VXtreme, ...
▸ Many vendors have competed in streaming space initially
▸ Vivo & Xing have been acquired by Real, VXtreme by Microsoft
▸ By 1998, 3 main vendors remained: Real, Microsoft and Apple
1998: RealSystem G2
▸ First ABR streaming system
Early Streaming Systems
5
Discovery of pre-roll delay
▸ Many early systems (Vivo, NetShow, VDOnet, etc.) have tried to use H.324 / H.323-
video conferencing stacks for streaming. But they worked very poorly!
▸ The first important discovery and deviation in the design of streaming systems from
video conferencing was introduction of a much longer initial delay.
Original uses of the pre-roll delay / buffer
▸ Leaky bucket model: reducing probability of stalls with network bandwidth fluctuations
▸ Reordering of out-of-order received UDP packets
▸ Limited retransmissions (ARQ)
▸ Interleaving / multiple-description coding of audio
Interleaved packetization (RealAudio, 1995):
▸ 20-ms audio frames after encoder:
▸ UDP packets:
▸ Effects of loss of a packet:
▸ Missing audio frames were by-directionally predicted/synthesized during decoding.
▸ This worked remarkably well even with heavy (5-10%) packet loss rates!.
Working with Lossy & Time-Variant Networks
6
Expected delay, throughput, and thoughput
distribution caused by retransmissions:
1998: RealSystem G2, “SureStream” technology
▸ First commercially successful ABR streaming system
▸ Encoder: Encoded streams: Player:
References
▸ B. Girod, et al, “Scalable codec architectures for Internet video-on-demand,” ACSSC, pp. 357 – 361, 1997.
▸ G. Conklin, et al, “Video Coding for Streaming Media Delivery on the Internet," TCSVT, 11 (3), pp. 20-34, 2001.
▸ US Patents: 6314466, 6480541, 7075986, 7885340
First ABR Streaming System
Multi-rate
packaging option
Selection of
streams to include
Panel showing which
stream is selected
7
RealSystem G2 architecture (1998):
▸ RTSP session control, RDT, RTP, or TCP for stream transmissions. Public IP is used for delivery.
▸ Stream adaptation was done by server, but it was client-driven: client was sending requests to switch
▸ Server was also responsible for retransmissions, mixing in FEC packets, etc. Everything was sent in “packets”
Challenges it faced:
▸ Scalability: each single server was scalable to ~10K streams, and anything beyond was a major challenge
▸ to address this RealNetworks was deploying proxy-servers (RealProxy) than can be chained
▸ RBN (Real Broadcast Network) was a first chained deployment of such servers for streaming of high-volume events
▸ Reliability/quality: public IP was horrible, as were end-user links, and robustness of the servers and clients
▸ Implementation complexity: advanced error resilience and error concealment functionality was required for every decoder in
every client. All codecs had to be custom written and supported on all platforms.
How First ABR Streaming System Worked?
8
1996: RTSP – Real-Time Streaming Protocol
▸ Session protocol for packet-bases streaming
▸ Main contributors: RealNetworks, Netscape, Columbia University
▸ Uses as foundation for most streaming systems of 1998-2008 era
2000: ISMA – Internet Streaming Media Alliance
▸ Forum created by Apple, Cisco, Kasenna, Philips, and Sun
▸ ISMA 2.0: RTSP+RTP+RTCP + H.264 and HE-AAC codecs
▸ ISBMFF with hint tracks is employed for storage of encoded streams
▸ ISMA 2.0 was supported by many servers and clients of that era
2006: 3GPP PSS – Packet Switched Streaming
▸ Describes RTSP+RTP+RTCP ABR adaptive streaming system with
several standard video, audio and speech codecs
▸ 3GPP version of RTSP/RTP-based stack
2006: 3GPP2 MSS – Multimedia Streaming Services
▸ Similar to 3GPP PSS, but differs in speech codecs & network stack
Early Streaming Standards & Industry Fora
9
Full protocol stack in 3GPP2 MSS:
Session setup and streaming phases:
Networks have improved!!
▸ When streaming started, 28k and 56k modems were the common connections available
▸ But by mid-2000s consumers moved to Cable, DSL, or other high-speed connections
▸ Bitrates were up 5-100x, latencies were 4-10x down, packet losses were under 1-2%
▸ This relaxed requirements dramatically!
▸ Progressive downloads become feasible alternatives to streaming!
CDNs become ubiquitous
▸ By mid-2000s Akamai, Limelight and other CDNs were well deployed all over
▸ CDNs provided much higher density and reach than RTSP-based delivery networks
Other practical & business reasons
▸ The space was fragmented: Real, Microsoft, Apple, and then Adobe used significantly different implementations
of RTSP stacks. Even codecs and file formats were different!
▸ RTSP systems were complex: error concealment was a major pain, most hardware decoders did not support it!
▸ And eventually folks started looking for ways to do streaming simpler.. Much simpler!
And… one day a real simple solution was found… streaming over HTTP!
Why Today’s Streaming Systems use HTTP?
110
● Video Streaming over HTTP/TCP
○ Progressive Download
○ Pseudo Streaming
○ HTTP Adaptive Streaming (HAS)
● MPEG DASH, HLS, CMAF
● Summary: What’s Next?
Agenda
Part 2
11
“The nice thing about standards
is that you have so many to
choose from.”
Andrew S. Tanenbaum, Computer Networks
12
Source: http://xkcd.com/927/
13
streaming formats
Video Delivery over HTTP/TCP
○Enables playback
while still
downloading
○Server sends the
file as fast as
possible
Progressive
Download
○Enables seeking via
media indexing
○Server paces
transmission based
on encoding rate
Pseudo
Streaming
○Content is divided
into short-duration
chunks
○Enables live
streaming and ad
insertion
Chunked
Streaming
○Multiple versions
of the content are
created
○Enables to adapt
to network and
device conditions
Adaptive
Streaming
14
Acknowledgment (figure): Ali C. Begen
Progressive Download
Playback starts only after there
is several seconds of data in the
playback buffer
Download will continue as fast
as possible
Fetched content will be wasted
if the viewer clicks away
Bing Wang, Jim Kurose, Prashant Shenoy, and Don Towsley. 2004. Multimedia streaming via TCP: an analytic performance study.
ACM International Conference on Multimedia (MM'04). DOI:https://doi.org/10.1145/1027527.1027735
“TCP generally provides good
streaming performance when
the achievable TCP throughput
is roughly twice the media
bitrate, with only a few seconds
of startup delay”
15
HTTP Request
HTTP Response
Playback starts only after there
is several seconds of data in the
playback buffer
Download will continue as fast
as possible
Fetched content will be wasted
if the viewer clicks away
Can seek only throughout
the fetched content
Acknowledgment (figure): Ali C. Begen
Streaming is cooler, more viewer friendly
L. De Cicco, S. Mascolo. An Experimental Investigation of the Akamai Adaptive Video Streaming. in Proc of USAB
2010, special session Interactive Multimedia Applications (WIMA), Klagenfurt, Austria, 3-4 November 2010, LCNS 6389,
pp. 447-464, Springer-Verlag, doi:10.1007/978-3-642-16607-5
Implements “pseudo streaming”
and mimics RTSP-style streaming
but via HTTP.
16
Playback starts when there is
just few seconds of data
Download rate will match the encoding bitrate
and downloading pauses if the player pauses
à Less waste
Can seek to anywhere
in the entire content
Acknowledgment (figure): Ali C. Begen
February 2009: most of today’s streaming media in the Internet is
shipped using HTTP with progressive download (cf. YouTube, etc.).
The MPEG answer to this issue is MPEG Modern Transport (MMT):
● transport and file format friendly stream format
● cross-layer optimization between video and transport layer
● error resilience for MPEG streams
● easy conversion from/to other transport mechanisms, and
● content adaptation to different networks
… later on split into MMT (MPEG Media Transport) &
“HTTP Streaming of MPEG Media”
Early Days of HTTP Adaptive Streaming (HAS)
May 2009: HTTP Live
Streaming (HLS) (draft-
pantos-http-live-streaming-
00) with variants “to allow
clients to switch between
encodings dynamically”.
17
April 2010: MPEG issues CfP for HTTP Streaming of MPEG Media
● “there is no standard for HTTP-based streaming of MPEG
media”
July 2010: Evaluation of responses to CfP
● WD of ISO/IEC 23001-6
Dynamic Adaptive Streaming over HTTP (DASH)
October 2010: Committee Draft (CD)
● First implementations available (GPAC, VLC)
January 2011: Draft International Standard (DIS)
November 2011: Final Draft International Standard (FDIS)
● DASH ratified
● DASH Promoters Group
April 2012: ISO/IEC 23009-1:2012 (1st edition) published
● First Web-/Javascript-based clients (DASH-JS)
● DASH Industry Forum: https://dashif.org/ (dash.js)
HTTP Streaming of MPEG Media
Evaluation of responses to CfP of
HTTP Streaming of MPEG Media,
July 2010, Geneva, CH
18
HTTP Adaptive Streaming 101
Adaptation logic is within the
client, not normatively specified
by a standard, subject to
research and development
Christian Timmerer and Hermann Hellwagner. 2020. HTTP Adaptive Streaming – Where Is It Heading?. In
Brazilian Symposium on Multimedia and the Web (WebMedia ’20), November 30-December 4, 2020, São Luís,
Brazil. ACM, New York, NY, USA, 2 pages. https://doi.org/10.1145/3428658.3434574
19
Bitrate Adaptation Schemes
Bitrate
Adaptation
Schemes
Client-based
Adaptation
Bandwidth
-based
Buffer-
based
Mixed
adaptation
Proprietary
solutions
MDP-
based
Server-based
Adaptation
Network-
assisted
Adaptation
Hybrid
Adaptation
SDN-based
Server and
network-
assisted
A. Bentaleb, B. Taani, A. C. Begen, C. Timmerer and R. Zimmermann, "A Survey on Bitrate Adaptation Schemes for
Streaming Media Over HTTP," in IEEE Communications Surveys & Tutorials, vol. 21, no. 1, pp. 562-585, Firstquarter 2019.
doi: 10.1109/COMST.2018.2862938
20
Acknowledgment (figure): Ali C. Begen
MPEG DASH Data Model
MPD
Period id = 1
start = 0 s
Period id = 3
start = 300 s
Period id = 4
start = 850 s
Period id = 2
start = 100 s
Adaptation Set 0
subtitle turkish
Adaptation Set 2
audio english
Adaptation Set 1
BaseURL=http://abr.rocks.com/
Representation 2
Rate = 1 Mbps
Representation 4
Rate = 3 Mbps
Representation 1
Rate = 500 Kbps
Representation 3
Rate = 2 Mbps
Resolution = 720p
Segment Info
Duration = 10 s
Template:
3/$Number$.mp4
Segment Access
Initialization
Segment
http://abr.rocks.com/3/0.mp4
Media Segment 1
start = 0 s
http://abr.rocks.com/3/1.mp4
Media Segment 2
start = 10 s
http://abr.rocks.com/3/2.mp4
Adaptation Set 3
audio german
Adaptation Set 1
video
Period id = 2
start = 100 s
Representation 3
Rate = 2 Mbps
Selection of
components/tracks
Well-defined
media format
Selection of
representations
Splicing of arbitrary
content like ads
Chunks with
addresses and timing
21
MPEG DASH Status (10/20)
AMD2
• SRD
• URL param inser/on
• Role extensions
AMD3
• AuthN/AuthZ
• NTP anchor
• External MPD link
• Period continuity
• Generalized HTTP header
extensions & queries
23009-5
Server &
Network
Assisted DASH
23009-6
Full Duplex
DASH
Additional Tools under development
• Reducing redundancy in multi-DRM
linear MPDs
• Bandwidth change signaling track
• Interactive story telling / DASH
AMD1
• Server-client NTP sync
• Extended profiles
AMD4
• Flexible segment &
Broadcast TV profile
• MPD chaining
• MPD fallback
• Preselections
• Data URLs in MPD
• Labels
• Switching x adaptation sets2nd Edition 23009-1:2014
MPEG DASH
1st Edition
23009-1:2012
• Events
• Asset Iden1fier
✔ ✔
23009-4
Segment
Encryption &
Authentication
23009-8
Session based
DASH
operations
✔
23009-2 Conformance and Reference Software
3rd
Edition 23009-1:2019
3rd Edi'on
🚧
4th
Edition 23009-1:2019AMD5 (AMD1 to 3rd
edi1on)
Device informaPon, quality equivalence descriptor, Pmed text roles, announcing popular
content, flexible IOP signaling, early available periods, signaling missing/alternaPve segments
AMD1 (to 4th
edition)
CMAF support, event/timed metadata
processing, resynchronization, patch
method for MPD updates, preroll
5th
Edition
23009-1:2021
4th Edi1on 23009-1:2020 ✔
22
Media delivery has three main components:
● Media format
● Manifest
● Delivery
CMAF defines the media format only
(fragments, headers, segments, chunks, tracks)
Common Media Application Format (CMAF)
Encoder
Encryption
Packaging
CMAF
Header
CMAF
Fragment
CMAF
Fragment
CMAF
Chunk
CMAF
Chunk
CMAF
Chunk
CMAF
Fragment
R
A
P
R
A
P
R
A
P
R
A
P
CMAF
Fragment
CMAF
Segment
CMAF
Segment
CMAF Track FileCMAF uses ISOBMFF and common encryption (CENC)
● CENC means the media fragments can be decrypted/decoded using different DRMs
● CMAF does not mandate CTR or CBC mode
Any delivery method may be used for delivering CMAF content: HTTP, RTP multicast/unicast,
LTE broadcast
CMAF is prerequisite for low latency HAS (i.e., DASH-LL, LL-HLS)
Abdelhak Bentaleb, Christian Timmerer, Ali C. Begen, and Roger Zimmermann. 2020. Performance Analysis
of ACTE: A Bandwidth Prediction Method for Low-latency Chunked Streaming. ACM Trans. Multimedia
Comput. Commun. Appl. 16, 2s, Article 69 (July 2020), 24 pages. DOI:https://doi.org/10.1145/3387921
23
RTSP, RTP, RTCP, et al. (UDP)
Move Networks: long gone; some components in Slingbox;
now discontinued
Legacy
● Microsoft Smooth Streaming
● Adobe Flash
● Adobe HTTP Dynamic Streaming
State of the Art: CMAF
● Apple HTTP Live Streaming
● MPEG Dynamic Adaptive Streaming over HTTP
What’s next? QUIC (UDP, again!?) -- history repeats (again)
Summary: What’s Next?
2020 Bitmovin Video Developer Survey.
https://go.bitmovin.com/video-developer-report-2020
24
Thank you for your attention!
Yuriy Reznik, Brightcove
Christian Timmerer, Bitmovin & Alpen-Adria-Universität Klagenfurt
Dec 3rd, 2020
25

More Related Content

What's hot

Press Release of 131st WG11 (MPEG) Meeting
Press Release of 131st WG11 (MPEG) MeetingPress Release of 131st WG11 (MPEG) Meeting
Press Release of 131st WG11 (MPEG) MeetingAlpen-Adria-Universität
 
HTTP Adaptive Streaming – Where Is It Heading?
HTTP Adaptive Streaming – Where Is It Heading?HTTP Adaptive Streaming – Where Is It Heading?
HTTP Adaptive Streaming – Where Is It Heading?Alpen-Adria-Universität
 
CSDN: CDN-Aware QoE Optimization in SDN-Assisted HTTP Adaptive Video Streaming
CSDN: CDN-Aware QoE Optimization in SDN-Assisted HTTP Adaptive Video StreamingCSDN: CDN-Aware QoE Optimization in SDN-Assisted HTTP Adaptive Video Streaming
CSDN: CDN-Aware QoE Optimization in SDN-Assisted HTTP Adaptive Video StreamingAlpen-Adria-Universität
 
Bandwidth Prediction in Low-Latency Chunked Streaming
Bandwidth Prediction in Low-Latency Chunked StreamingBandwidth Prediction in Low-Latency Chunked Streaming
Bandwidth Prediction in Low-Latency Chunked StreamingAlpen-Adria-Universität
 
ES-HAS: An Edge- and SDN-Assisted Framework for HTTP Adaptive Video Streaming
ES-HAS: An Edge- and SDN-Assisted Framework for HTTP Adaptive Video StreamingES-HAS: An Edge- and SDN-Assisted Framework for HTTP Adaptive Video Streaming
ES-HAS: An Edge- and SDN-Assisted Framework for HTTP Adaptive Video StreamingAlpen-Adria-Universität
 
Where to Encode: A Performance Analysis of Intel x86 and Arm-based Amazon EC2...
Where to Encode: A Performance Analysis of Intel x86 and Arm-based Amazon EC2...Where to Encode: A Performance Analysis of Intel x86 and Arm-based Amazon EC2...
Where to Encode: A Performance Analysis of Intel x86 and Arm-based Amazon EC2...Alpen-Adria-Universität
 
EPIQ'21: Days of Future Past: An Optimization-based Adaptive Bitrate Algorith...
EPIQ'21: Days of Future Past: An Optimization-based Adaptive Bitrate Algorith...EPIQ'21: Days of Future Past: An Optimization-based Adaptive Bitrate Algorith...
EPIQ'21: Days of Future Past: An Optimization-based Adaptive Bitrate Algorith...Minh Nguyen
 
MiPSO: Multi-Period Per-Scene Optimization For HTTP Adaptive Streaming
MiPSO: Multi-Period Per-Scene Optimization For HTTP Adaptive StreamingMiPSO: Multi-Period Per-Scene Optimization For HTTP Adaptive Streaming
MiPSO: Multi-Period Per-Scene Optimization For HTTP Adaptive StreamingAlpen-Adria-Universität
 
INCEPT: Intra CU Depth Prediction for HEVC
INCEPT: Intra CU Depth Prediction for HEVCINCEPT: Intra CU Depth Prediction for HEVC
INCEPT: Intra CU Depth Prediction for HEVCAlpen-Adria-Universität
 
FAUST: Fast Per-Scene Encoding Using Entropy-Based Scene Detection and Machin...
FAUST: Fast Per-Scene Encoding Using Entropy-Based Scene Detection and Machin...FAUST: Fast Per-Scene Encoding Using Entropy-Based Scene Detection and Machin...
FAUST: Fast Per-Scene Encoding Using Entropy-Based Scene Detection and Machin...Alpen-Adria-Universität
 
ComplexCTTP: Complexity Class Based Transcoding Time Prediction for Video Seq...
ComplexCTTP: Complexity Class Based Transcoding Time Prediction for Video Seq...ComplexCTTP: Complexity Class Based Transcoding Time Prediction for Video Seq...
ComplexCTTP: Complexity Class Based Transcoding Time Prediction for Video Seq...Alpen-Adria-Universität
 
Video complexity analyzer (VCA) for streaming applications
 Video complexity analyzer (VCA) for streaming applications Video complexity analyzer (VCA) for streaming applications
Video complexity analyzer (VCA) for streaming applicationsAlpen-Adria-Universität
 
Quality Optimization of Live Streaming Services over HTTP with Reinforcement ...
Quality Optimization of Live Streaming Services over HTTP with Reinforcement ...Quality Optimization of Live Streaming Services over HTTP with Reinforcement ...
Quality Optimization of Live Streaming Services over HTTP with Reinforcement ...Alpen-Adria-Universität
 
Quality impact of scalable video coding tunneling for media aware content del...
Quality impact of scalable video coding tunneling for media aware content del...Quality impact of scalable video coding tunneling for media aware content del...
Quality impact of scalable video coding tunneling for media aware content del...Alpen-Adria-Universität
 
Policy-driven Dynamic HTTP Adaptive Streaming Player Environment
Policy-driven Dynamic HTTP Adaptive Streaming Player EnvironmentPolicy-driven Dynamic HTTP Adaptive Streaming Player Environment
Policy-driven Dynamic HTTP Adaptive Streaming Player EnvironmentMinh Nguyen
 
Video Coding for Large-Scale HTTP Adaptive Streaming Deployments: State of th...
Video Coding for Large-Scale HTTP Adaptive Streaming Deployments: State of th...Video Coding for Large-Scale HTTP Adaptive Streaming Deployments: State of th...
Video Coding for Large-Scale HTTP Adaptive Streaming Deployments: State of th...Alpen-Adria-Universität
 
Docker-Based Evaluation Framework for Video Streaming QoE in Broadband Networks
 Docker-Based Evaluation Framework for Video Streaming QoE in Broadband Networks Docker-Based Evaluation Framework for Video Streaming QoE in Broadband Networks
Docker-Based Evaluation Framework for Video Streaming QoE in Broadband NetworksAlpen-Adria-Universität
 

What's hot (20)

Press Release of 131st WG11 (MPEG) Meeting
Press Release of 131st WG11 (MPEG) MeetingPress Release of 131st WG11 (MPEG) Meeting
Press Release of 131st WG11 (MPEG) Meeting
 
HTTP Adaptive Streaming – Where Is It Heading?
HTTP Adaptive Streaming – Where Is It Heading?HTTP Adaptive Streaming – Where Is It Heading?
HTTP Adaptive Streaming – Where Is It Heading?
 
CSDN: CDN-Aware QoE Optimization in SDN-Assisted HTTP Adaptive Video Streaming
CSDN: CDN-Aware QoE Optimization in SDN-Assisted HTTP Adaptive Video StreamingCSDN: CDN-Aware QoE Optimization in SDN-Assisted HTTP Adaptive Video Streaming
CSDN: CDN-Aware QoE Optimization in SDN-Assisted HTTP Adaptive Video Streaming
 
Bandwidth Prediction in Low-Latency Chunked Streaming
Bandwidth Prediction in Low-Latency Chunked StreamingBandwidth Prediction in Low-Latency Chunked Streaming
Bandwidth Prediction in Low-Latency Chunked Streaming
 
ES-HAS: An Edge- and SDN-Assisted Framework for HTTP Adaptive Video Streaming
ES-HAS: An Edge- and SDN-Assisted Framework for HTTP Adaptive Video StreamingES-HAS: An Edge- and SDN-Assisted Framework for HTTP Adaptive Video Streaming
ES-HAS: An Edge- and SDN-Assisted Framework for HTTP Adaptive Video Streaming
 
Where to Encode: A Performance Analysis of Intel x86 and Arm-based Amazon EC2...
Where to Encode: A Performance Analysis of Intel x86 and Arm-based Amazon EC2...Where to Encode: A Performance Analysis of Intel x86 and Arm-based Amazon EC2...
Where to Encode: A Performance Analysis of Intel x86 and Arm-based Amazon EC2...
 
EPIQ'21: Days of Future Past: An Optimization-based Adaptive Bitrate Algorith...
EPIQ'21: Days of Future Past: An Optimization-based Adaptive Bitrate Algorith...EPIQ'21: Days of Future Past: An Optimization-based Adaptive Bitrate Algorith...
EPIQ'21: Days of Future Past: An Optimization-based Adaptive Bitrate Algorith...
 
What’s new in MPEG?
What’s new in MPEG?What’s new in MPEG?
What’s new in MPEG?
 
MiPSO: Multi-Period Per-Scene Optimization For HTTP Adaptive Streaming
MiPSO: Multi-Period Per-Scene Optimization For HTTP Adaptive StreamingMiPSO: Multi-Period Per-Scene Optimization For HTTP Adaptive Streaming
MiPSO: Multi-Period Per-Scene Optimization For HTTP Adaptive Streaming
 
INCEPT: Intra CU Depth Prediction for HEVC
INCEPT: Intra CU Depth Prediction for HEVCINCEPT: Intra CU Depth Prediction for HEVC
INCEPT: Intra CU Depth Prediction for HEVC
 
SLFC: Scalable Light Field Coding
SLFC: Scalable Light Field CodingSLFC: Scalable Light Field Coding
SLFC: Scalable Light Field Coding
 
FAUST: Fast Per-Scene Encoding Using Entropy-Based Scene Detection and Machin...
FAUST: Fast Per-Scene Encoding Using Entropy-Based Scene Detection and Machin...FAUST: Fast Per-Scene Encoding Using Entropy-Based Scene Detection and Machin...
FAUST: Fast Per-Scene Encoding Using Entropy-Based Scene Detection and Machin...
 
PEMWN'21 - ANGELA
PEMWN'21 - ANGELAPEMWN'21 - ANGELA
PEMWN'21 - ANGELA
 
ComplexCTTP: Complexity Class Based Transcoding Time Prediction for Video Seq...
ComplexCTTP: Complexity Class Based Transcoding Time Prediction for Video Seq...ComplexCTTP: Complexity Class Based Transcoding Time Prediction for Video Seq...
ComplexCTTP: Complexity Class Based Transcoding Time Prediction for Video Seq...
 
Video complexity analyzer (VCA) for streaming applications
 Video complexity analyzer (VCA) for streaming applications Video complexity analyzer (VCA) for streaming applications
Video complexity analyzer (VCA) for streaming applications
 
Quality Optimization of Live Streaming Services over HTTP with Reinforcement ...
Quality Optimization of Live Streaming Services over HTTP with Reinforcement ...Quality Optimization of Live Streaming Services over HTTP with Reinforcement ...
Quality Optimization of Live Streaming Services over HTTP with Reinforcement ...
 
Quality impact of scalable video coding tunneling for media aware content del...
Quality impact of scalable video coding tunneling for media aware content del...Quality impact of scalable video coding tunneling for media aware content del...
Quality impact of scalable video coding tunneling for media aware content del...
 
Policy-driven Dynamic HTTP Adaptive Streaming Player Environment
Policy-driven Dynamic HTTP Adaptive Streaming Player EnvironmentPolicy-driven Dynamic HTTP Adaptive Streaming Player Environment
Policy-driven Dynamic HTTP Adaptive Streaming Player Environment
 
Video Coding for Large-Scale HTTP Adaptive Streaming Deployments: State of th...
Video Coding for Large-Scale HTTP Adaptive Streaming Deployments: State of th...Video Coding for Large-Scale HTTP Adaptive Streaming Deployments: State of th...
Video Coding for Large-Scale HTTP Adaptive Streaming Deployments: State of th...
 
Docker-Based Evaluation Framework for Video Streaming QoE in Broadband Networks
 Docker-Based Evaluation Framework for Video Streaming QoE in Broadband Networks Docker-Based Evaluation Framework for Video Streaming QoE in Broadband Networks
Docker-Based Evaluation Framework for Video Streaming QoE in Broadband Networks
 

Similar to 20 Years of Streaming in 20 Minutes

Video Streaming
Video StreamingVideo Streaming
Video StreamingVideoguy
 
Digital Media Production - Future Internet
Digital Media Production - Future InternetDigital Media Production - Future Internet
Digital Media Production - Future InternetMaarten Verwaest
 
HTTP Adaptive Streaming – Quo Vadis? (2023)
HTTP Adaptive Streaming – Quo Vadis? (2023)HTTP Adaptive Streaming – Quo Vadis? (2023)
HTTP Adaptive Streaming – Quo Vadis? (2023)Alpen-Adria-Universität
 
WebRTC Real time media P2P, Server, Infrastructure, and Platform
WebRTC Real time media P2P, Server, Infrastructure, and PlatformWebRTC Real time media P2P, Server, Infrastructure, and Platform
WebRTC Real time media P2P, Server, Infrastructure, and PlatformRyan Jespersen
 
International Journal of Computational Engineering Research(IJCER)
 International Journal of Computational Engineering Research(IJCER)  International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER) ijceronline
 
09a video compstream_intro_trd_23-nov-2005v0_2
09a video compstream_intro_trd_23-nov-2005v0_209a video compstream_intro_trd_23-nov-2005v0_2
09a video compstream_intro_trd_23-nov-2005v0_2Pptblog Pptblogcom
 
Livestream Video P2P
Livestream Video P2PLivestream Video P2P
Livestream Video P2PVlad Vega
 
Real time transport protocol
Real time transport protocolReal time transport protocol
Real time transport protocolSwaroopSorte
 
Multi-Criteria Optimization of Content Delivery within the Future Media Internet
Multi-Criteria Optimization of Content Delivery within the Future Media InternetMulti-Criteria Optimization of Content Delivery within the Future Media Internet
Multi-Criteria Optimization of Content Delivery within the Future Media Internetjbruneauqueyreix
 
WebRTC overview
WebRTC overviewWebRTC overview
WebRTC overviewRouyun Pan
 
Chapter 15 distributed mm systems
Chapter 15 distributed mm systemsChapter 15 distributed mm systems
Chapter 15 distributed mm systemsAbDul ThaYyal
 
(Slides) P2P video broadcast based on per-peer transcoding and its evaluatio...
(Slides) P2P video broadcast based on per-peer transcoding and its evaluatio...(Slides) P2P video broadcast based on per-peer transcoding and its evaluatio...
(Slides) P2P video broadcast based on per-peer transcoding and its evaluatio...Naoki Shibata
 
1_MWS2018_Tutorial1_Pham_Internet Delivered Media.pdf
1_MWS2018_Tutorial1_Pham_Internet Delivered Media.pdf1_MWS2018_Tutorial1_Pham_Internet Delivered Media.pdf
1_MWS2018_Tutorial1_Pham_Internet Delivered Media.pdfAliIssa53
 

Similar to 20 Years of Streaming in 20 Minutes (20)

MPEG-DASH open source tools and cloud services
MPEG-DASH open source tools and cloud servicesMPEG-DASH open source tools and cloud services
MPEG-DASH open source tools and cloud services
 
Video Streaming
Video StreamingVideo Streaming
Video Streaming
 
Digital Media Production - Future Internet
Digital Media Production - Future InternetDigital Media Production - Future Internet
Digital Media Production - Future Internet
 
HTTP Adaptive Streaming – Quo Vadis? (2023)
HTTP Adaptive Streaming – Quo Vadis? (2023)HTTP Adaptive Streaming – Quo Vadis? (2023)
HTTP Adaptive Streaming – Quo Vadis? (2023)
 
Audio And Video Over Internet
Audio And Video Over InternetAudio And Video Over Internet
Audio And Video Over Internet
 
WebRTC Real time media P2P, Server, Infrastructure, and Platform
WebRTC Real time media P2P, Server, Infrastructure, and PlatformWebRTC Real time media P2P, Server, Infrastructure, and Platform
WebRTC Real time media P2P, Server, Infrastructure, and Platform
 
Multimedia Streaming Architecture
Multimedia Streaming ArchitectureMultimedia Streaming Architecture
Multimedia Streaming Architecture
 
HTTP Streaming of MPEG Media
HTTP Streaming of MPEG MediaHTTP Streaming of MPEG Media
HTTP Streaming of MPEG Media
 
International Journal of Computational Engineering Research(IJCER)
 International Journal of Computational Engineering Research(IJCER)  International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
09a video compstream_intro_trd_23-nov-2005v0_2
09a video compstream_intro_trd_23-nov-2005v0_209a video compstream_intro_trd_23-nov-2005v0_2
09a video compstream_intro_trd_23-nov-2005v0_2
 
Livestream Video P2P
Livestream Video P2PLivestream Video P2P
Livestream Video P2P
 
Real time transport protocol
Real time transport protocolReal time transport protocol
Real time transport protocol
 
WEEK 1
WEEK 1WEEK 1
WEEK 1
 
Multi-Criteria Optimization of Content Delivery within the Future Media Internet
Multi-Criteria Optimization of Content Delivery within the Future Media InternetMulti-Criteria Optimization of Content Delivery within the Future Media Internet
Multi-Criteria Optimization of Content Delivery within the Future Media Internet
 
Computer Networking
Computer NetworkingComputer Networking
Computer Networking
 
Internet Video
Internet VideoInternet Video
Internet Video
 
WebRTC overview
WebRTC overviewWebRTC overview
WebRTC overview
 
Chapter 15 distributed mm systems
Chapter 15 distributed mm systemsChapter 15 distributed mm systems
Chapter 15 distributed mm systems
 
(Slides) P2P video broadcast based on per-peer transcoding and its evaluatio...
(Slides) P2P video broadcast based on per-peer transcoding and its evaluatio...(Slides) P2P video broadcast based on per-peer transcoding and its evaluatio...
(Slides) P2P video broadcast based on per-peer transcoding and its evaluatio...
 
1_MWS2018_Tutorial1_Pham_Internet Delivered Media.pdf
1_MWS2018_Tutorial1_Pham_Internet Delivered Media.pdf1_MWS2018_Tutorial1_Pham_Internet Delivered Media.pdf
1_MWS2018_Tutorial1_Pham_Internet Delivered Media.pdf
 

More from Alpen-Adria-Universität

VEED: Video Encoding Energy and CO2 Emissions Dataset for AWS EC2 instances
VEED: Video Encoding Energy and CO2 Emissions Dataset for AWS EC2 instancesVEED: Video Encoding Energy and CO2 Emissions Dataset for AWS EC2 instances
VEED: Video Encoding Energy and CO2 Emissions Dataset for AWS EC2 instancesAlpen-Adria-Universität
 
GREEM: An Open-Source Energy Measurement Tool for Video Processing
GREEM: An Open-Source Energy Measurement Tool for Video ProcessingGREEM: An Open-Source Energy Measurement Tool for Video Processing
GREEM: An Open-Source Energy Measurement Tool for Video ProcessingAlpen-Adria-Universität
 
Optimal Quality and Efficiency in Adaptive Live Streaming with JND-Aware Low ...
Optimal Quality and Efficiency in Adaptive Live Streaming with JND-Aware Low ...Optimal Quality and Efficiency in Adaptive Live Streaming with JND-Aware Low ...
Optimal Quality and Efficiency in Adaptive Live Streaming with JND-Aware Low ...Alpen-Adria-Universität
 
VEEP: Video Encoding Energy and CO₂ Emission Prediction
VEEP: Video Encoding Energy and CO₂ Emission PredictionVEEP: Video Encoding Energy and CO₂ Emission Prediction
VEEP: Video Encoding Energy and CO₂ Emission PredictionAlpen-Adria-Universität
 
Content-adaptive Video Coding for HTTP Adaptive Streaming
Content-adaptive Video Coding for HTTP Adaptive StreamingContent-adaptive Video Coding for HTTP Adaptive Streaming
Content-adaptive Video Coding for HTTP Adaptive StreamingAlpen-Adria-Universität
 
Empowerment of Atypical Viewers via Low-Effort Personalized Modeling of Video...
Empowerment of Atypical Viewers via Low-Effort Personalized Modeling of Video...Empowerment of Atypical Viewers via Low-Effort Personalized Modeling of Video...
Empowerment of Atypical Viewers via Low-Effort Personalized Modeling of Video...Alpen-Adria-Universität
 
Empowerment of Atypical Viewers via Low-Effort Personalized Modeling of Vid...
Empowerment of Atypical Viewers  via Low-Effort Personalized Modeling  of Vid...Empowerment of Atypical Viewers  via Low-Effort Personalized Modeling  of Vid...
Empowerment of Atypical Viewers via Low-Effort Personalized Modeling of Vid...Alpen-Adria-Universität
 
Optimizing Video Streaming for Sustainability and Quality: The Role of Prese...
Optimizing Video Streaming  for Sustainability and Quality: The Role of Prese...Optimizing Video Streaming  for Sustainability and Quality: The Role of Prese...
Optimizing Video Streaming for Sustainability and Quality: The Role of Prese...Alpen-Adria-Universität
 
Energy-Efficient Multi-Codec Bitrate-Ladder Estimation for Adaptive Video Str...
Energy-Efficient Multi-Codec Bitrate-Ladder Estimation for Adaptive Video Str...Energy-Efficient Multi-Codec Bitrate-Ladder Estimation for Adaptive Video Str...
Energy-Efficient Multi-Codec Bitrate-Ladder Estimation for Adaptive Video Str...Alpen-Adria-Universität
 
Machine Learning Based Resource Utilization Prediction in the Computing Conti...
Machine Learning Based Resource Utilization Prediction in the Computing Conti...Machine Learning Based Resource Utilization Prediction in the Computing Conti...
Machine Learning Based Resource Utilization Prediction in the Computing Conti...Alpen-Adria-Universität
 
Evaluation of Quality of Experience of ABR Schemes in Gaming Stream
Evaluation of Quality of Experience of ABR Schemes in Gaming StreamEvaluation of Quality of Experience of ABR Schemes in Gaming Stream
Evaluation of Quality of Experience of ABR Schemes in Gaming StreamAlpen-Adria-Universität
 
Network-Assisted Delivery of Adaptive Video Streaming Services through CDN, S...
Network-Assisted Delivery of Adaptive Video Streaming Services through CDN, S...Network-Assisted Delivery of Adaptive Video Streaming Services through CDN, S...
Network-Assisted Delivery of Adaptive Video Streaming Services through CDN, S...Alpen-Adria-Universität
 
Multi-access Edge Computing for Adaptive Video Streaming
Multi-access Edge Computing for Adaptive Video StreamingMulti-access Edge Computing for Adaptive Video Streaming
Multi-access Edge Computing for Adaptive Video StreamingAlpen-Adria-Universität
 
Policy-Driven Dynamic HTTP Adaptive Streaming Player Environment
Policy-Driven Dynamic HTTP Adaptive Streaming Player EnvironmentPolicy-Driven Dynamic HTTP Adaptive Streaming Player Environment
Policy-Driven Dynamic HTTP Adaptive Streaming Player EnvironmentAlpen-Adria-Universität
 
VE-Match: Video Encoding Matching-based Model for Cloud and Edge Computing In...
VE-Match: Video Encoding Matching-based Model for Cloud and Edge Computing In...VE-Match: Video Encoding Matching-based Model for Cloud and Edge Computing In...
VE-Match: Video Encoding Matching-based Model for Cloud and Edge Computing In...Alpen-Adria-Universität
 
Energy Consumption in Video Streaming: Components, Measurements, and Strategies
Energy Consumption in Video Streaming: Components, Measurements, and StrategiesEnergy Consumption in Video Streaming: Components, Measurements, and Strategies
Energy Consumption in Video Streaming: Components, Measurements, and StrategiesAlpen-Adria-Universität
 
Exploring the Energy Consumption of Video Streaming: Components, Challenges, ...
Exploring the Energy Consumption of Video Streaming: Components, Challenges, ...Exploring the Energy Consumption of Video Streaming: Components, Challenges, ...
Exploring the Energy Consumption of Video Streaming: Components, Challenges, ...Alpen-Adria-Universität
 
Video Coding Enhancements for HTTP Adaptive Streaming Using Machine Learning
Video Coding Enhancements for HTTP Adaptive Streaming Using Machine LearningVideo Coding Enhancements for HTTP Adaptive Streaming Using Machine Learning
Video Coding Enhancements for HTTP Adaptive Streaming Using Machine LearningAlpen-Adria-Universität
 
Optimizing QoE and Latency of Live Video Streaming Using Edge Computing a...
Optimizing  QoE and Latency of  Live Video Streaming Using  Edge Computing  a...Optimizing  QoE and Latency of  Live Video Streaming Using  Edge Computing  a...
Optimizing QoE and Latency of Live Video Streaming Using Edge Computing a...Alpen-Adria-Universität
 
SARENA: SFC-Enabled Architecture for Adaptive Video Streaming Applications
SARENA: SFC-Enabled Architecture for Adaptive Video Streaming ApplicationsSARENA: SFC-Enabled Architecture for Adaptive Video Streaming Applications
SARENA: SFC-Enabled Architecture for Adaptive Video Streaming ApplicationsAlpen-Adria-Universität
 

More from Alpen-Adria-Universität (20)

VEED: Video Encoding Energy and CO2 Emissions Dataset for AWS EC2 instances
VEED: Video Encoding Energy and CO2 Emissions Dataset for AWS EC2 instancesVEED: Video Encoding Energy and CO2 Emissions Dataset for AWS EC2 instances
VEED: Video Encoding Energy and CO2 Emissions Dataset for AWS EC2 instances
 
GREEM: An Open-Source Energy Measurement Tool for Video Processing
GREEM: An Open-Source Energy Measurement Tool for Video ProcessingGREEM: An Open-Source Energy Measurement Tool for Video Processing
GREEM: An Open-Source Energy Measurement Tool for Video Processing
 
Optimal Quality and Efficiency in Adaptive Live Streaming with JND-Aware Low ...
Optimal Quality and Efficiency in Adaptive Live Streaming with JND-Aware Low ...Optimal Quality and Efficiency in Adaptive Live Streaming with JND-Aware Low ...
Optimal Quality and Efficiency in Adaptive Live Streaming with JND-Aware Low ...
 
VEEP: Video Encoding Energy and CO₂ Emission Prediction
VEEP: Video Encoding Energy and CO₂ Emission PredictionVEEP: Video Encoding Energy and CO₂ Emission Prediction
VEEP: Video Encoding Energy and CO₂ Emission Prediction
 
Content-adaptive Video Coding for HTTP Adaptive Streaming
Content-adaptive Video Coding for HTTP Adaptive StreamingContent-adaptive Video Coding for HTTP Adaptive Streaming
Content-adaptive Video Coding for HTTP Adaptive Streaming
 
Empowerment of Atypical Viewers via Low-Effort Personalized Modeling of Video...
Empowerment of Atypical Viewers via Low-Effort Personalized Modeling of Video...Empowerment of Atypical Viewers via Low-Effort Personalized Modeling of Video...
Empowerment of Atypical Viewers via Low-Effort Personalized Modeling of Video...
 
Empowerment of Atypical Viewers via Low-Effort Personalized Modeling of Vid...
Empowerment of Atypical Viewers  via Low-Effort Personalized Modeling  of Vid...Empowerment of Atypical Viewers  via Low-Effort Personalized Modeling  of Vid...
Empowerment of Atypical Viewers via Low-Effort Personalized Modeling of Vid...
 
Optimizing Video Streaming for Sustainability and Quality: The Role of Prese...
Optimizing Video Streaming  for Sustainability and Quality: The Role of Prese...Optimizing Video Streaming  for Sustainability and Quality: The Role of Prese...
Optimizing Video Streaming for Sustainability and Quality: The Role of Prese...
 
Energy-Efficient Multi-Codec Bitrate-Ladder Estimation for Adaptive Video Str...
Energy-Efficient Multi-Codec Bitrate-Ladder Estimation for Adaptive Video Str...Energy-Efficient Multi-Codec Bitrate-Ladder Estimation for Adaptive Video Str...
Energy-Efficient Multi-Codec Bitrate-Ladder Estimation for Adaptive Video Str...
 
Machine Learning Based Resource Utilization Prediction in the Computing Conti...
Machine Learning Based Resource Utilization Prediction in the Computing Conti...Machine Learning Based Resource Utilization Prediction in the Computing Conti...
Machine Learning Based Resource Utilization Prediction in the Computing Conti...
 
Evaluation of Quality of Experience of ABR Schemes in Gaming Stream
Evaluation of Quality of Experience of ABR Schemes in Gaming StreamEvaluation of Quality of Experience of ABR Schemes in Gaming Stream
Evaluation of Quality of Experience of ABR Schemes in Gaming Stream
 
Network-Assisted Delivery of Adaptive Video Streaming Services through CDN, S...
Network-Assisted Delivery of Adaptive Video Streaming Services through CDN, S...Network-Assisted Delivery of Adaptive Video Streaming Services through CDN, S...
Network-Assisted Delivery of Adaptive Video Streaming Services through CDN, S...
 
Multi-access Edge Computing for Adaptive Video Streaming
Multi-access Edge Computing for Adaptive Video StreamingMulti-access Edge Computing for Adaptive Video Streaming
Multi-access Edge Computing for Adaptive Video Streaming
 
Policy-Driven Dynamic HTTP Adaptive Streaming Player Environment
Policy-Driven Dynamic HTTP Adaptive Streaming Player EnvironmentPolicy-Driven Dynamic HTTP Adaptive Streaming Player Environment
Policy-Driven Dynamic HTTP Adaptive Streaming Player Environment
 
VE-Match: Video Encoding Matching-based Model for Cloud and Edge Computing In...
VE-Match: Video Encoding Matching-based Model for Cloud and Edge Computing In...VE-Match: Video Encoding Matching-based Model for Cloud and Edge Computing In...
VE-Match: Video Encoding Matching-based Model for Cloud and Edge Computing In...
 
Energy Consumption in Video Streaming: Components, Measurements, and Strategies
Energy Consumption in Video Streaming: Components, Measurements, and StrategiesEnergy Consumption in Video Streaming: Components, Measurements, and Strategies
Energy Consumption in Video Streaming: Components, Measurements, and Strategies
 
Exploring the Energy Consumption of Video Streaming: Components, Challenges, ...
Exploring the Energy Consumption of Video Streaming: Components, Challenges, ...Exploring the Energy Consumption of Video Streaming: Components, Challenges, ...
Exploring the Energy Consumption of Video Streaming: Components, Challenges, ...
 
Video Coding Enhancements for HTTP Adaptive Streaming Using Machine Learning
Video Coding Enhancements for HTTP Adaptive Streaming Using Machine LearningVideo Coding Enhancements for HTTP Adaptive Streaming Using Machine Learning
Video Coding Enhancements for HTTP Adaptive Streaming Using Machine Learning
 
Optimizing QoE and Latency of Live Video Streaming Using Edge Computing a...
Optimizing  QoE and Latency of  Live Video Streaming Using  Edge Computing  a...Optimizing  QoE and Latency of  Live Video Streaming Using  Edge Computing  a...
Optimizing QoE and Latency of Live Video Streaming Using Edge Computing a...
 
SARENA: SFC-Enabled Architecture for Adaptive Video Streaming Applications
SARENA: SFC-Enabled Architecture for Adaptive Video Streaming ApplicationsSARENA: SFC-Enabled Architecture for Adaptive Video Streaming Applications
SARENA: SFC-Enabled Architecture for Adaptive Video Streaming Applications
 

Recently uploaded

TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...apidays
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfhans926745
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilV3cube
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 

Recently uploaded (20)

TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 

20 Years of Streaming in 20 Minutes

  • 1. 20 Years of Streaming in 20 Minutes Yuriy Reznik, Brightcove Christian Timmerer, Bitmovin & Alpen-Adria-Universität Klagenfurt Dec 3rd, 2020 1
  • 2. Your Team Yuriy Reznik Technology Fellow and Head of Research at Brightcove http://reznik.org/ Christian Timmerer Assoc.-Prof at Alpen-Adria-Universität Klagenfurt CIO | Head of Research and Standardization at Bitmovin http://timmerer.com/ 2
  • 3. ● Human live before streaming… ● Early streaming systems ● First ABR streaming systems ● Early standards: RTSP, ISMA, 3GPP PSS, etc. ● Shift to HTTP Agenda Part 1 3
  • 4. Evolution of video: A Look at a Longer Timeline Era of streaming 4
  • 5. 1993: MBONE ▸ Virtual multicast network connecting several universities & ISPs ▸ RTP-based video conferencing tool (vic) is used to stream videos ▸ 1994 Rolling Stones concert – first major event streamed online 1995: RealAudio, 1997: RealVideo ▸ First commercially successful mass-scale streaming system ▸ Proprietary protocols, codecs: PNA, RealAudio, RealVideo ▸ Worked over UDP, TCP, and HTTP (“cloaking” mode) ▸ First major broadcast: 1995 Seattle Mariners vs New York Yankees 1996: VDOnet, Vivo, NetShow, VXtreme, ... ▸ Many vendors have competed in streaming space initially ▸ Vivo & Xing have been acquired by Real, VXtreme by Microsoft ▸ By 1998, 3 main vendors remained: Real, Microsoft and Apple 1998: RealSystem G2 ▸ First ABR streaming system Early Streaming Systems 5
  • 6. Discovery of pre-roll delay ▸ Many early systems (Vivo, NetShow, VDOnet, etc.) have tried to use H.324 / H.323- video conferencing stacks for streaming. But they worked very poorly! ▸ The first important discovery and deviation in the design of streaming systems from video conferencing was introduction of a much longer initial delay. Original uses of the pre-roll delay / buffer ▸ Leaky bucket model: reducing probability of stalls with network bandwidth fluctuations ▸ Reordering of out-of-order received UDP packets ▸ Limited retransmissions (ARQ) ▸ Interleaving / multiple-description coding of audio Interleaved packetization (RealAudio, 1995): ▸ 20-ms audio frames after encoder: ▸ UDP packets: ▸ Effects of loss of a packet: ▸ Missing audio frames were by-directionally predicted/synthesized during decoding. ▸ This worked remarkably well even with heavy (5-10%) packet loss rates!. Working with Lossy & Time-Variant Networks 6 Expected delay, throughput, and thoughput distribution caused by retransmissions:
  • 7. 1998: RealSystem G2, “SureStream” technology ▸ First commercially successful ABR streaming system ▸ Encoder: Encoded streams: Player: References ▸ B. Girod, et al, “Scalable codec architectures for Internet video-on-demand,” ACSSC, pp. 357 – 361, 1997. ▸ G. Conklin, et al, “Video Coding for Streaming Media Delivery on the Internet," TCSVT, 11 (3), pp. 20-34, 2001. ▸ US Patents: 6314466, 6480541, 7075986, 7885340 First ABR Streaming System Multi-rate packaging option Selection of streams to include Panel showing which stream is selected 7
  • 8. RealSystem G2 architecture (1998): ▸ RTSP session control, RDT, RTP, or TCP for stream transmissions. Public IP is used for delivery. ▸ Stream adaptation was done by server, but it was client-driven: client was sending requests to switch ▸ Server was also responsible for retransmissions, mixing in FEC packets, etc. Everything was sent in “packets” Challenges it faced: ▸ Scalability: each single server was scalable to ~10K streams, and anything beyond was a major challenge ▸ to address this RealNetworks was deploying proxy-servers (RealProxy) than can be chained ▸ RBN (Real Broadcast Network) was a first chained deployment of such servers for streaming of high-volume events ▸ Reliability/quality: public IP was horrible, as were end-user links, and robustness of the servers and clients ▸ Implementation complexity: advanced error resilience and error concealment functionality was required for every decoder in every client. All codecs had to be custom written and supported on all platforms. How First ABR Streaming System Worked? 8
  • 9. 1996: RTSP – Real-Time Streaming Protocol ▸ Session protocol for packet-bases streaming ▸ Main contributors: RealNetworks, Netscape, Columbia University ▸ Uses as foundation for most streaming systems of 1998-2008 era 2000: ISMA – Internet Streaming Media Alliance ▸ Forum created by Apple, Cisco, Kasenna, Philips, and Sun ▸ ISMA 2.0: RTSP+RTP+RTCP + H.264 and HE-AAC codecs ▸ ISBMFF with hint tracks is employed for storage of encoded streams ▸ ISMA 2.0 was supported by many servers and clients of that era 2006: 3GPP PSS – Packet Switched Streaming ▸ Describes RTSP+RTP+RTCP ABR adaptive streaming system with several standard video, audio and speech codecs ▸ 3GPP version of RTSP/RTP-based stack 2006: 3GPP2 MSS – Multimedia Streaming Services ▸ Similar to 3GPP PSS, but differs in speech codecs & network stack Early Streaming Standards & Industry Fora 9 Full protocol stack in 3GPP2 MSS: Session setup and streaming phases:
  • 10. Networks have improved!! ▸ When streaming started, 28k and 56k modems were the common connections available ▸ But by mid-2000s consumers moved to Cable, DSL, or other high-speed connections ▸ Bitrates were up 5-100x, latencies were 4-10x down, packet losses were under 1-2% ▸ This relaxed requirements dramatically! ▸ Progressive downloads become feasible alternatives to streaming! CDNs become ubiquitous ▸ By mid-2000s Akamai, Limelight and other CDNs were well deployed all over ▸ CDNs provided much higher density and reach than RTSP-based delivery networks Other practical & business reasons ▸ The space was fragmented: Real, Microsoft, Apple, and then Adobe used significantly different implementations of RTSP stacks. Even codecs and file formats were different! ▸ RTSP systems were complex: error concealment was a major pain, most hardware decoders did not support it! ▸ And eventually folks started looking for ways to do streaming simpler.. Much simpler! And… one day a real simple solution was found… streaming over HTTP! Why Today’s Streaming Systems use HTTP? 110
  • 11. ● Video Streaming over HTTP/TCP ○ Progressive Download ○ Pseudo Streaming ○ HTTP Adaptive Streaming (HAS) ● MPEG DASH, HLS, CMAF ● Summary: What’s Next? Agenda Part 2 11
  • 12. “The nice thing about standards is that you have so many to choose from.” Andrew S. Tanenbaum, Computer Networks 12
  • 14. Video Delivery over HTTP/TCP ○Enables playback while still downloading ○Server sends the file as fast as possible Progressive Download ○Enables seeking via media indexing ○Server paces transmission based on encoding rate Pseudo Streaming ○Content is divided into short-duration chunks ○Enables live streaming and ad insertion Chunked Streaming ○Multiple versions of the content are created ○Enables to adapt to network and device conditions Adaptive Streaming 14 Acknowledgment (figure): Ali C. Begen
  • 15. Progressive Download Playback starts only after there is several seconds of data in the playback buffer Download will continue as fast as possible Fetched content will be wasted if the viewer clicks away Bing Wang, Jim Kurose, Prashant Shenoy, and Don Towsley. 2004. Multimedia streaming via TCP: an analytic performance study. ACM International Conference on Multimedia (MM'04). DOI:https://doi.org/10.1145/1027527.1027735 “TCP generally provides good streaming performance when the achievable TCP throughput is roughly twice the media bitrate, with only a few seconds of startup delay” 15 HTTP Request HTTP Response Playback starts only after there is several seconds of data in the playback buffer Download will continue as fast as possible Fetched content will be wasted if the viewer clicks away Can seek only throughout the fetched content Acknowledgment (figure): Ali C. Begen
  • 16. Streaming is cooler, more viewer friendly L. De Cicco, S. Mascolo. An Experimental Investigation of the Akamai Adaptive Video Streaming. in Proc of USAB 2010, special session Interactive Multimedia Applications (WIMA), Klagenfurt, Austria, 3-4 November 2010, LCNS 6389, pp. 447-464, Springer-Verlag, doi:10.1007/978-3-642-16607-5 Implements “pseudo streaming” and mimics RTSP-style streaming but via HTTP. 16 Playback starts when there is just few seconds of data Download rate will match the encoding bitrate and downloading pauses if the player pauses à Less waste Can seek to anywhere in the entire content Acknowledgment (figure): Ali C. Begen
  • 17. February 2009: most of today’s streaming media in the Internet is shipped using HTTP with progressive download (cf. YouTube, etc.). The MPEG answer to this issue is MPEG Modern Transport (MMT): ● transport and file format friendly stream format ● cross-layer optimization between video and transport layer ● error resilience for MPEG streams ● easy conversion from/to other transport mechanisms, and ● content adaptation to different networks … later on split into MMT (MPEG Media Transport) & “HTTP Streaming of MPEG Media” Early Days of HTTP Adaptive Streaming (HAS) May 2009: HTTP Live Streaming (HLS) (draft- pantos-http-live-streaming- 00) with variants “to allow clients to switch between encodings dynamically”. 17
  • 18. April 2010: MPEG issues CfP for HTTP Streaming of MPEG Media ● “there is no standard for HTTP-based streaming of MPEG media” July 2010: Evaluation of responses to CfP ● WD of ISO/IEC 23001-6 Dynamic Adaptive Streaming over HTTP (DASH) October 2010: Committee Draft (CD) ● First implementations available (GPAC, VLC) January 2011: Draft International Standard (DIS) November 2011: Final Draft International Standard (FDIS) ● DASH ratified ● DASH Promoters Group April 2012: ISO/IEC 23009-1:2012 (1st edition) published ● First Web-/Javascript-based clients (DASH-JS) ● DASH Industry Forum: https://dashif.org/ (dash.js) HTTP Streaming of MPEG Media Evaluation of responses to CfP of HTTP Streaming of MPEG Media, July 2010, Geneva, CH 18
  • 19. HTTP Adaptive Streaming 101 Adaptation logic is within the client, not normatively specified by a standard, subject to research and development Christian Timmerer and Hermann Hellwagner. 2020. HTTP Adaptive Streaming – Where Is It Heading?. In Brazilian Symposium on Multimedia and the Web (WebMedia ’20), November 30-December 4, 2020, São Luís, Brazil. ACM, New York, NY, USA, 2 pages. https://doi.org/10.1145/3428658.3434574 19
  • 20. Bitrate Adaptation Schemes Bitrate Adaptation Schemes Client-based Adaptation Bandwidth -based Buffer- based Mixed adaptation Proprietary solutions MDP- based Server-based Adaptation Network- assisted Adaptation Hybrid Adaptation SDN-based Server and network- assisted A. Bentaleb, B. Taani, A. C. Begen, C. Timmerer and R. Zimmermann, "A Survey on Bitrate Adaptation Schemes for Streaming Media Over HTTP," in IEEE Communications Surveys & Tutorials, vol. 21, no. 1, pp. 562-585, Firstquarter 2019. doi: 10.1109/COMST.2018.2862938 20 Acknowledgment (figure): Ali C. Begen
  • 21. MPEG DASH Data Model MPD Period id = 1 start = 0 s Period id = 3 start = 300 s Period id = 4 start = 850 s Period id = 2 start = 100 s Adaptation Set 0 subtitle turkish Adaptation Set 2 audio english Adaptation Set 1 BaseURL=http://abr.rocks.com/ Representation 2 Rate = 1 Mbps Representation 4 Rate = 3 Mbps Representation 1 Rate = 500 Kbps Representation 3 Rate = 2 Mbps Resolution = 720p Segment Info Duration = 10 s Template: 3/$Number$.mp4 Segment Access Initialization Segment http://abr.rocks.com/3/0.mp4 Media Segment 1 start = 0 s http://abr.rocks.com/3/1.mp4 Media Segment 2 start = 10 s http://abr.rocks.com/3/2.mp4 Adaptation Set 3 audio german Adaptation Set 1 video Period id = 2 start = 100 s Representation 3 Rate = 2 Mbps Selection of components/tracks Well-defined media format Selection of representations Splicing of arbitrary content like ads Chunks with addresses and timing 21
  • 22. MPEG DASH Status (10/20) AMD2 • SRD • URL param inser/on • Role extensions AMD3 • AuthN/AuthZ • NTP anchor • External MPD link • Period continuity • Generalized HTTP header extensions & queries 23009-5 Server & Network Assisted DASH 23009-6 Full Duplex DASH Additional Tools under development • Reducing redundancy in multi-DRM linear MPDs • Bandwidth change signaling track • Interactive story telling / DASH AMD1 • Server-client NTP sync • Extended profiles AMD4 • Flexible segment & Broadcast TV profile • MPD chaining • MPD fallback • Preselections • Data URLs in MPD • Labels • Switching x adaptation sets2nd Edition 23009-1:2014 MPEG DASH 1st Edition 23009-1:2012 • Events • Asset Iden1fier ✔ ✔ 23009-4 Segment Encryption & Authentication 23009-8 Session based DASH operations ✔ 23009-2 Conformance and Reference Software 3rd Edition 23009-1:2019 3rd Edi'on 🚧 4th Edition 23009-1:2019AMD5 (AMD1 to 3rd edi1on) Device informaPon, quality equivalence descriptor, Pmed text roles, announcing popular content, flexible IOP signaling, early available periods, signaling missing/alternaPve segments AMD1 (to 4th edition) CMAF support, event/timed metadata processing, resynchronization, patch method for MPD updates, preroll 5th Edition 23009-1:2021 4th Edi1on 23009-1:2020 ✔ 22
  • 23. Media delivery has three main components: ● Media format ● Manifest ● Delivery CMAF defines the media format only (fragments, headers, segments, chunks, tracks) Common Media Application Format (CMAF) Encoder Encryption Packaging CMAF Header CMAF Fragment CMAF Fragment CMAF Chunk CMAF Chunk CMAF Chunk CMAF Fragment R A P R A P R A P R A P CMAF Fragment CMAF Segment CMAF Segment CMAF Track FileCMAF uses ISOBMFF and common encryption (CENC) ● CENC means the media fragments can be decrypted/decoded using different DRMs ● CMAF does not mandate CTR or CBC mode Any delivery method may be used for delivering CMAF content: HTTP, RTP multicast/unicast, LTE broadcast CMAF is prerequisite for low latency HAS (i.e., DASH-LL, LL-HLS) Abdelhak Bentaleb, Christian Timmerer, Ali C. Begen, and Roger Zimmermann. 2020. Performance Analysis of ACTE: A Bandwidth Prediction Method for Low-latency Chunked Streaming. ACM Trans. Multimedia Comput. Commun. Appl. 16, 2s, Article 69 (July 2020), 24 pages. DOI:https://doi.org/10.1145/3387921 23
  • 24. RTSP, RTP, RTCP, et al. (UDP) Move Networks: long gone; some components in Slingbox; now discontinued Legacy ● Microsoft Smooth Streaming ● Adobe Flash ● Adobe HTTP Dynamic Streaming State of the Art: CMAF ● Apple HTTP Live Streaming ● MPEG Dynamic Adaptive Streaming over HTTP What’s next? QUIC (UDP, again!?) -- history repeats (again) Summary: What’s Next? 2020 Bitmovin Video Developer Survey. https://go.bitmovin.com/video-developer-report-2020 24
  • 25. Thank you for your attention! Yuriy Reznik, Brightcove Christian Timmerer, Bitmovin & Alpen-Adria-Universität Klagenfurt Dec 3rd, 2020 25