You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Had a general question about DASH that I thought would benefit experts' thoughts:
In the standard adaptive streaming approach, like MPEG DASH, a video is available at multiple bitrates/quality levels called representations, with each representation video segmented into small chunks, like 2s durations. And the video quality switches throughout the video timeline.
Due to the maintenance and complexity of chunking, we would like to have a more relaxed version where we keep multiple representations of the video, but not chunked. So the best bitrate is selected right in the beginning, and it goes on for the rest of the video- no chunking and therefore, no switching in the middle.
Is this approach more suitable for shorter videos (< 30s)? I guess we have to implement our own player and selection logic. What criteria should we look for? Generally, I would like to know pros and cons of this approach especially for short videos.
This discussion was converted from issue #3862 on April 12, 2022 06:28.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Had a general question about DASH that I thought would benefit experts' thoughts:
In the standard adaptive streaming approach, like MPEG DASH, a video is available at multiple bitrates/quality levels called representations, with each representation video segmented into small chunks, like 2s durations. And the video quality switches throughout the video timeline.
Due to the maintenance and complexity of chunking, we would like to have a more relaxed version where we keep multiple representations of the video, but not chunked. So the best bitrate is selected right in the beginning, and it goes on for the rest of the video- no chunking and therefore, no switching in the middle.
Is this approach more suitable for shorter videos (< 30s)? I guess we have to implement our own player and selection logic. What criteria should we look for? Generally, I would like to know pros and cons of this approach especially for short videos.
Beta Was this translation helpful? Give feedback.
All reactions