[Feature] Add DASH / CMAF support for adaptive, smooth video streaming #9255
Thinkscape
started this conversation in
Feature Request
Replies: 1 comment 9 replies
-
DASH doesn't magically do adaptive quality, right? IE we would still need to do dynamic transcoding on the server, making this a (partial) duplicate of #7666? |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have searched the existing feature requests to make sure this is not a duplicate request.
The feature
Sister feature to: #1674
Intro
DASH, also known as MPEG-DASH, is a similar standard to HLS but is not proprietary. It allows high-quality streaming of media content over the internet delivered from conventional HTTP web servers. Like HLS, DASH works by breaking the content into a series of small segments.
Why
How
Some reference:
Platform
Beta Was this translation helpful? Give feedback.
All reactions