SlideShare a Scribd company logo
ACM NOSSDAV – June 2019
Bandwidth Prediction in Low-Latency Chunked Streaming
Abdelhak Bentaleb, Christian Timmerer, Ali C. Begen, and Roger Zimmermann
• Video encoding pipeline
• Ingest and packaging operations
• Network propagation
• Server I/O, CDN buffering
• Media segment duration
• Player behavior
– Buffering
– Playhead positioning
– Resilience
Contributors to the Latency
2ACM NOSSDAV 2019
3
Low Latency is Always a Trade-Off against Playback Robustness
Stream Start Time ≠ Latency
Time
Live encoder
producing 2-second
segments
iOS (3 segments)
Last fully available
segment
Lowest latency
1 2 3 4
Start Now
2 3 4
4
5
Latency: 7 s
Latency: 3 s
Latency: 2 s
6 seconds of buffer
~0 seconds of startup*
2 seconds of buffer
~0 seconds of startup*
2 seconds of buffer
1 second of startup*
* Segment fetching time is assumed to be negligible in this example
5
ACM NOSSDAV 2019
CMAF Chunks are One or More Frames
Refresher on CMAF
RAP …
RAP
…
RAP
…
RAP
…
Fragment Fragment Fragment Fragment
Segment Segment
Track File
…
…
…
Encoding
Packaging
Encryption
CMAF
Header
Seamless switching can only happen
at fragment boundaries
4ACM NOSSDAV 2019
Live Twitch Data* (Nov. 2018)
Bandwidth Measurement is Tricky
0
1
2
3
4
5
0 100 200 300 400 500 600
Bitrate(Mbps)
Time (s)
tc Bandwdith Measured Bandwidth Selected Bitrate
* Encoded at {0.18, 0.73, 1.83, 2.5, 3.1, 8.8} Mbps with three resolutions of {540p, 720p, 1080p}, and packaged with CMAF
ACM NOSSDAV 2019 5
No upshifting despite
the available bandwidth
Bandwidth Prediction in Low-Latency Chunked Streaming
ABR for Chunked Transfer Encoding (ACTE)
Bandwidth
Measurement
• Sliding
window based
moving average
method
Bandwidth
Prediction
• Online
linear adaptive
filter based RLS
algorithm
ABR
Controller
• Throughp
ut-based bitrate
selection logic
ACM NOSSDAV 2019 7
ACM NOSSDAV 2019 8
New/Modified Blocks in dash.js (in Red)
ABR Controller
Throughput-based
Buffer-based
Hybrid
ABR
Decision
Bandwidth Measurement
Bandwidth Prediction
Buffer
Display
Segment RequestsResponses (in chunks)
Logger
Sliding Window
Filter Taps
Update
C(i)
W(i)
𝜖(i)
Ĉi+1
Ci
+Ĉi -
Identifying the “Good” Chunks
ACM NOSSDAV 2019 9
Bandwidth Measurement
• Compute the download rate for the chunks where the transmission is network limited
– If there is a negligible idle period after a chunk download, use that chunk, otherwise disregard it
Media
timeline
Chunk4
Size:Q4
Chunk5
Size:Q5
Chunk6
Size:Q6
Chunk7
Size:Q7
b4e4e5 b5e6 b6
e7 b7
……
Chunk download
beginning time (unknown)
Chunk download
end time
Chunk download end time is
known from HTTP Fetch API
Chunk size is determined
from the received data
Identifying the “Good” Chunks without the bn Values
ACM NOSSDAV 2019 10
Bandwidth Measurement
• Reasonable assumption: Idle periods cannot happen within a chunk, happen only
between the chunks
– Since the server pushes the chunks at full network speed
• For each chunk, compute its download rate, which equals its size divided by this
chunk’s end time minus previous chunk’s end time
– If this download rate is close (+/- 20%) to the average segment download rate, there must be
significant idle time between these two chunks
• Transmission is source limited
• Disregard the current chunk
– Else, the idle time is negligible
• Transmission is network limited
• The current chunk’s download rate is a good approximation of the available bandwidth
• Use a sliding window based moving average method over the last three successful
chunk downloads
Online Linear Adaptive Filter Using Recursive Least Squares (RLS)
ACM NOSSDAV 2019 11
(Future) Bandwidth Prediction
Bandwidth prediction for
the next step
Measured
bw
Measured
bw
Measured
bw
Throughput-Based Bitrate Selection Logic
ACM NOSSDAV 2019 12
ABR Controller
• Find the best bitrate to pick to
– Minimize the estimated error
– Maximize QoE
• While respecting
– Target latency
– Network capacity
– Buffer occupancy level
Experimental Setup
ACM NOSSDAV 2019 13
Setup for Performance Evaluation
• Two machines, one running the modified dash.js player, one acting as a bandwidth
shaping proxy
– tc-NetEm to shape the network capacity according to DASH-IF’s bandwidth variation profiles
– iPerf to generate random TCP-based cross traffic ranging from 0.5 to 2 Mbps
• Origin and edge servers from Cloudflare with CMAF packaging and delivery enabled
• Content and Player Settings
– Tears of Steel: https://mango.blender.org/download/
– Segments of six seconds, chunks of 0.5 second
– Video bitrate levels of {0.7, 1.3 and 2.0} Mbps
– Min and max (target latency) buffer thresholds of 0.5 and 3.2 seconds, respectively
Schemes Implemented
ACM NOSSDAV 2019 14
Setup for Performance Evaluation
Bandwidth
Measurement
ABR Schemes
Throughput-based Buffer-based Hybrid
SLBW THsl - -
EWMA THew - -
SWMA THsw BOLAsw Dynamicsw
WSSL THwss - -
SLBW: Segment-based last bandwidth
EWMA: Chunk-based exponentially weighted moving average
SWMA: Chunk-based sliding window moving average
WSSL: Will’s simple slide-load
15
Performance Metrics
• Live latency
– dash.js’ live latency function (not including the encoding time)
• QoE models:
– Yin QoE
– ITU-T Rec. P.1203 QoE (Mode 0): bitrate, stall duration, frame rate, and resolution.
• Bandwidth prediction accuracy
– Root Mean Square Error (RMSE) to compute the differences between the measured and
predicted bandwidth values
ACM NOSSDAV 2019
Average Bitrate Bitrate Switches Stall Duration Startup Delay
28.6% Improvement by ACTE over Other Schemes
ACM NOSSDAV 2019 16
Average Selected Bitrate
0
0.5
1
1.5
2
2.5
ACTE THsl THew THsw THwss BOLAsw Dynamic-sw
AverageBitrate(Mbps)
96.6% Prediction Accuracy by ACTE
ACM NOSSDAV 2019 17
Average Measured Bandwidth
0
1
2
3
4
ACTE THsl THew THsw THwss BOLAsw Dynamic-sw Profiles-Avg
AverageMeasuredBandwidth
(Mbps)
36.2% Improvement by ACTE over Other Schemes
ACM NOSSDAV 2019 18
Average Live Latency
0
1
2
3
4
5
6
ACTE THsl THew THsw THwss BOLAsw Dynamic-sw
AverageLatency(s)
49.3% Improvement by ACTE over Other Schemes
ACM NOSSDAV 2019 19
Average Normalized QoE
0
0.2
0.4
0.6
0.8
1
ACTE THsl THew THsw THwss BOLAsw Dynamic-sw
AverageNormalizedQoE
Yin Model P.1203
ACM NOSSDAV 2019 20
Overall Results
Avg. Buffer
Occupancy
Avg. # of
Switches
Avg. # of Stalls
and Duration (s)
Avg. Startup
Delay (s)
ACTE 2.1 to 3.0 (2.5) 17 3 & 0.76 0.71
THsl 3.6 to 5.0 (4.3) 0 2 & 0.86 1.46
THew 1.9 to 3.9 (2.9) 18 21 & 66 1.06
THsw 1.9 to 3.5 (2.8) 24 27 & 33 1.03
THwss 2.0 to 3.1 (2.5) 23 16 & 9 0.88
BOLAsw 1.6 to 3.0 (2.3) 20 58 & 119 1.66
Dynamicsw 1.6 to 3.0 (2.4) 30 53 & 68 0.92
ACM NOSSDAV 2019 21
ACTE Outperforms the Existing ABR Schemes
• Consecutive numbers represent the results
– Summary of the average results. Percentage improvements of ACTE’s over the other scheme
Questions?
Thanks

More Related Content

PPT
Module 1 :Introduction to Cyber Security
PDF
Server-based and Network-assisted Solutions for Adaptive Video Streaming
PDF
NZNOG 2020: Buffers, Buffer Bloat and BBR
PDF
RIPE 76: TCP and BBR
PDF
AusNOG 2019: TCP and BBR
DOCX
An SDN Based Approach To Measuring And Optimizing ABR Video Quality Of Experi...
PPT
Advances in Network-adaptive Video Streaming
PPTX
Improving QoE via Next-Generation Congestion Control
Module 1 :Introduction to Cyber Security
Server-based and Network-assisted Solutions for Adaptive Video Streaming
NZNOG 2020: Buffers, Buffer Bloat and BBR
RIPE 76: TCP and BBR
AusNOG 2019: TCP and BBR
An SDN Based Approach To Measuring And Optimizing ABR Video Quality Of Experi...
Advances in Network-adaptive Video Streaming
Improving QoE via Next-Generation Congestion Control

Similar to Bandwidth Prediction in Low-Latency Chunked Streaming (20)

PDF
G028033037
PPT
House - Dynamic Bandwidth Throttling in a Client Server ...
PDF
Making Sense Of Bandwidth The NetSense Way by Face To Face Live
PDF
2. A Survey of Rate Adaptation Techniques for Dynamic Adaptive Streaming over...
PPTX
Festive - DASH
PDF
RIPE 80: Buffers and Protocols
PDF
Self-Organized Inter-Destination Multimedia Synchronization for Adaptive Medi...
PPT
QoSintro.PPT
PPT
Congestion control and quality of service
PDF
P20 nichols
PPT
Providing Controlled Quality Assurance in Video Streaming ...
PDF
Bitmovin LIVE Tech Talks: Low Latency Streaming
DOC
Improving fairness, efficiency, and stability in http based adaptive video st...
PPTX
Labmeeting - 20151013 - Adaptive Video Streaming over HTTP with Dynamic Resou...
PDF
Optimizing QoE and Latency of Live Video Streaming Using Edge Computing a...
PPTX
HTTP Adaptive Streaming State of the Art and Challenges Ahead
PDF
Ephemeral Performance of Choke
PPT
Video Traffic Management
PDF
Discriminators for use in flow-based classification
G028033037
House - Dynamic Bandwidth Throttling in a Client Server ...
Making Sense Of Bandwidth The NetSense Way by Face To Face Live
2. A Survey of Rate Adaptation Techniques for Dynamic Adaptive Streaming over...
Festive - DASH
RIPE 80: Buffers and Protocols
Self-Organized Inter-Destination Multimedia Synchronization for Adaptive Medi...
QoSintro.PPT
Congestion control and quality of service
P20 nichols
Providing Controlled Quality Assurance in Video Streaming ...
Bitmovin LIVE Tech Talks: Low Latency Streaming
Improving fairness, efficiency, and stability in http based adaptive video st...
Labmeeting - 20151013 - Adaptive Video Streaming over HTTP with Dynamic Resou...
Optimizing QoE and Latency of Live Video Streaming Using Edge Computing a...
HTTP Adaptive Streaming State of the Art and Challenges Ahead
Ephemeral Performance of Choke
Video Traffic Management
Discriminators for use in flow-based classification
Ad

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

PDF
Energy-Quality-aware Variable Framerate Pareto-Front for Adaptive Video Strea...
PPTX
End-to-end Quality of Experience Evaluation for HTTP Adaptive Streaming
PDF
HTTP Adaptive Streaming – Quo Vadis (2024)
PDF
Energy Efficient Video Encoding for Cloud and Edge Computing Instances
PDF
Video Streaming: Then, Now, and in the Future
PDF
VEED: Video Encoding Energy and CO2 Emissions Dataset for AWS EC2 instances
PDF
GREEM: An Open-Source Energy Measurement Tool for Video Processing
PDF
Optimal Quality and Efficiency in Adaptive Live Streaming with JND-Aware Low ...
PDF
VEEP: Video Encoding Energy and CO₂ Emission Prediction
PDF
Content-adaptive Video Coding for HTTP Adaptive Streaming
PPTX
Empowerment of Atypical Viewers via Low-Effort Personalized Modeling of Video...
PPTX
Empowerment of Atypical Viewers via Low-Effort Personalized Modeling of Vid...
PPTX
Optimizing Video Streaming for Sustainability and Quality: The Role of Prese...
PDF
Energy-Efficient Multi-Codec Bitrate-Ladder Estimation for Adaptive Video Str...
PPTX
Machine Learning Based Resource Utilization Prediction in the Computing Conti...
PDF
Evaluation of Quality of Experience of ABR Schemes in Gaming Stream
PDF
Network-Assisted Delivery of Adaptive Video Streaming Services through CDN, S...
PDF
Multi-access Edge Computing for Adaptive Video Streaming
PPTX
Policy-Driven Dynamic HTTP Adaptive Streaming Player Environment
PDF
VE-Match: Video Encoding Matching-based Model for Cloud and Edge Computing In...
Energy-Quality-aware Variable Framerate Pareto-Front for Adaptive Video Strea...
End-to-end Quality of Experience Evaluation for HTTP Adaptive Streaming
HTTP Adaptive Streaming – Quo Vadis (2024)
Energy Efficient Video Encoding for Cloud and Edge Computing Instances
Video Streaming: Then, Now, and in the Future
VEED: Video Encoding Energy and CO2 Emissions Dataset for AWS EC2 instances
GREEM: An Open-Source Energy Measurement Tool for Video Processing
Optimal Quality and Efficiency in Adaptive Live Streaming with JND-Aware Low ...
VEEP: Video Encoding Energy and CO₂ Emission Prediction
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 Vid...
Optimizing Video Streaming for Sustainability and Quality: The Role of Prese...
Energy-Efficient Multi-Codec Bitrate-Ladder Estimation for Adaptive Video Str...
Machine Learning Based Resource Utilization Prediction in the Computing Conti...
Evaluation of Quality of Experience of ABR Schemes in Gaming Stream
Network-Assisted Delivery of Adaptive Video Streaming Services through CDN, S...
Multi-access Edge Computing for Adaptive Video Streaming
Policy-Driven Dynamic HTTP Adaptive Streaming Player Environment
VE-Match: Video Encoding Matching-based Model for Cloud and Edge Computing In...
Ad

Recently uploaded (20)

PDF
Encapsulation theory and applications.pdf
PPT
Teaching material agriculture food technology
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PPTX
Cloud computing and distributed systems.
PDF
Unlocking AI with Model Context Protocol (MCP)
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PPTX
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PPTX
MYSQL Presentation for SQL database connectivity
PDF
Review of recent advances in non-invasive hemoglobin estimation
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PPTX
sap open course for s4hana steps from ECC to s4
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
Encapsulation theory and applications.pdf
Teaching material agriculture food technology
“AI and Expert System Decision Support & Business Intelligence Systems”
Building Integrated photovoltaic BIPV_UPV.pdf
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Encapsulation_ Review paper, used for researhc scholars
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Cloud computing and distributed systems.
Unlocking AI with Model Context Protocol (MCP)
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
MYSQL Presentation for SQL database connectivity
Review of recent advances in non-invasive hemoglobin estimation
MIND Revenue Release Quarter 2 2025 Press Release
Understanding_Digital_Forensics_Presentation.pptx
sap open course for s4hana steps from ECC to s4
Agricultural_Statistics_at_a_Glance_2022_0.pdf
20250228 LYD VKU AI Blended-Learning.pptx

Bandwidth Prediction in Low-Latency Chunked Streaming

  • 1. ACM NOSSDAV – June 2019 Bandwidth Prediction in Low-Latency Chunked Streaming Abdelhak Bentaleb, Christian Timmerer, Ali C. Begen, and Roger Zimmermann
  • 2. • Video encoding pipeline • Ingest and packaging operations • Network propagation • Server I/O, CDN buffering • Media segment duration • Player behavior – Buffering – Playhead positioning – Resilience Contributors to the Latency 2ACM NOSSDAV 2019
  • 3. 3 Low Latency is Always a Trade-Off against Playback Robustness Stream Start Time ≠ Latency Time Live encoder producing 2-second segments iOS (3 segments) Last fully available segment Lowest latency 1 2 3 4 Start Now 2 3 4 4 5 Latency: 7 s Latency: 3 s Latency: 2 s 6 seconds of buffer ~0 seconds of startup* 2 seconds of buffer ~0 seconds of startup* 2 seconds of buffer 1 second of startup* * Segment fetching time is assumed to be negligible in this example 5 ACM NOSSDAV 2019
  • 4. CMAF Chunks are One or More Frames Refresher on CMAF RAP … RAP … RAP … RAP … Fragment Fragment Fragment Fragment Segment Segment Track File … … … Encoding Packaging Encryption CMAF Header Seamless switching can only happen at fragment boundaries 4ACM NOSSDAV 2019
  • 5. Live Twitch Data* (Nov. 2018) Bandwidth Measurement is Tricky 0 1 2 3 4 5 0 100 200 300 400 500 600 Bitrate(Mbps) Time (s) tc Bandwdith Measured Bandwidth Selected Bitrate * Encoded at {0.18, 0.73, 1.83, 2.5, 3.1, 8.8} Mbps with three resolutions of {540p, 720p, 1080p}, and packaged with CMAF ACM NOSSDAV 2019 5 No upshifting despite the available bandwidth
  • 7. ABR for Chunked Transfer Encoding (ACTE) Bandwidth Measurement • Sliding window based moving average method Bandwidth Prediction • Online linear adaptive filter based RLS algorithm ABR Controller • Throughp ut-based bitrate selection logic ACM NOSSDAV 2019 7
  • 8. ACM NOSSDAV 2019 8 New/Modified Blocks in dash.js (in Red) ABR Controller Throughput-based Buffer-based Hybrid ABR Decision Bandwidth Measurement Bandwidth Prediction Buffer Display Segment RequestsResponses (in chunks) Logger Sliding Window Filter Taps Update C(i) W(i) 𝜖(i) Ĉi+1 Ci +Ĉi -
  • 9. Identifying the “Good” Chunks ACM NOSSDAV 2019 9 Bandwidth Measurement • Compute the download rate for the chunks where the transmission is network limited – If there is a negligible idle period after a chunk download, use that chunk, otherwise disregard it Media timeline Chunk4 Size:Q4 Chunk5 Size:Q5 Chunk6 Size:Q6 Chunk7 Size:Q7 b4e4e5 b5e6 b6 e7 b7 …… Chunk download beginning time (unknown) Chunk download end time Chunk download end time is known from HTTP Fetch API Chunk size is determined from the received data
  • 10. Identifying the “Good” Chunks without the bn Values ACM NOSSDAV 2019 10 Bandwidth Measurement • Reasonable assumption: Idle periods cannot happen within a chunk, happen only between the chunks – Since the server pushes the chunks at full network speed • For each chunk, compute its download rate, which equals its size divided by this chunk’s end time minus previous chunk’s end time – If this download rate is close (+/- 20%) to the average segment download rate, there must be significant idle time between these two chunks • Transmission is source limited • Disregard the current chunk – Else, the idle time is negligible • Transmission is network limited • The current chunk’s download rate is a good approximation of the available bandwidth • Use a sliding window based moving average method over the last three successful chunk downloads
  • 11. Online Linear Adaptive Filter Using Recursive Least Squares (RLS) ACM NOSSDAV 2019 11 (Future) Bandwidth Prediction Bandwidth prediction for the next step Measured bw Measured bw Measured bw
  • 12. Throughput-Based Bitrate Selection Logic ACM NOSSDAV 2019 12 ABR Controller • Find the best bitrate to pick to – Minimize the estimated error – Maximize QoE • While respecting – Target latency – Network capacity – Buffer occupancy level
  • 13. Experimental Setup ACM NOSSDAV 2019 13 Setup for Performance Evaluation • Two machines, one running the modified dash.js player, one acting as a bandwidth shaping proxy – tc-NetEm to shape the network capacity according to DASH-IF’s bandwidth variation profiles – iPerf to generate random TCP-based cross traffic ranging from 0.5 to 2 Mbps • Origin and edge servers from Cloudflare with CMAF packaging and delivery enabled • Content and Player Settings – Tears of Steel: https://mango.blender.org/download/ – Segments of six seconds, chunks of 0.5 second – Video bitrate levels of {0.7, 1.3 and 2.0} Mbps – Min and max (target latency) buffer thresholds of 0.5 and 3.2 seconds, respectively
  • 14. Schemes Implemented ACM NOSSDAV 2019 14 Setup for Performance Evaluation Bandwidth Measurement ABR Schemes Throughput-based Buffer-based Hybrid SLBW THsl - - EWMA THew - - SWMA THsw BOLAsw Dynamicsw WSSL THwss - - SLBW: Segment-based last bandwidth EWMA: Chunk-based exponentially weighted moving average SWMA: Chunk-based sliding window moving average WSSL: Will’s simple slide-load
  • 15. 15 Performance Metrics • Live latency – dash.js’ live latency function (not including the encoding time) • QoE models: – Yin QoE – ITU-T Rec. P.1203 QoE (Mode 0): bitrate, stall duration, frame rate, and resolution. • Bandwidth prediction accuracy – Root Mean Square Error (RMSE) to compute the differences between the measured and predicted bandwidth values ACM NOSSDAV 2019 Average Bitrate Bitrate Switches Stall Duration Startup Delay
  • 16. 28.6% Improvement by ACTE over Other Schemes ACM NOSSDAV 2019 16 Average Selected Bitrate 0 0.5 1 1.5 2 2.5 ACTE THsl THew THsw THwss BOLAsw Dynamic-sw AverageBitrate(Mbps)
  • 17. 96.6% Prediction Accuracy by ACTE ACM NOSSDAV 2019 17 Average Measured Bandwidth 0 1 2 3 4 ACTE THsl THew THsw THwss BOLAsw Dynamic-sw Profiles-Avg AverageMeasuredBandwidth (Mbps)
  • 18. 36.2% Improvement by ACTE over Other Schemes ACM NOSSDAV 2019 18 Average Live Latency 0 1 2 3 4 5 6 ACTE THsl THew THsw THwss BOLAsw Dynamic-sw AverageLatency(s)
  • 19. 49.3% Improvement by ACTE over Other Schemes ACM NOSSDAV 2019 19 Average Normalized QoE 0 0.2 0.4 0.6 0.8 1 ACTE THsl THew THsw THwss BOLAsw Dynamic-sw AverageNormalizedQoE Yin Model P.1203
  • 20. ACM NOSSDAV 2019 20 Overall Results Avg. Buffer Occupancy Avg. # of Switches Avg. # of Stalls and Duration (s) Avg. Startup Delay (s) ACTE 2.1 to 3.0 (2.5) 17 3 & 0.76 0.71 THsl 3.6 to 5.0 (4.3) 0 2 & 0.86 1.46 THew 1.9 to 3.9 (2.9) 18 21 & 66 1.06 THsw 1.9 to 3.5 (2.8) 24 27 & 33 1.03 THwss 2.0 to 3.1 (2.5) 23 16 & 9 0.88 BOLAsw 1.6 to 3.0 (2.3) 20 58 & 119 1.66 Dynamicsw 1.6 to 3.0 (2.4) 30 53 & 68 0.92
  • 21. ACM NOSSDAV 2019 21 ACTE Outperforms the Existing ABR Schemes • Consecutive numbers represent the results – Summary of the average results. Percentage improvements of ACTE’s over the other scheme