-
Notifications
You must be signed in to change notification settings - Fork 6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HLS - Implement playlist-only preparation #3149
Labels
Comments
ojw28
changed the title
Implement playlist-only preparation
HLS - Implement playlist-only preparation
Aug 8, 2017
ojw28
pushed a commit
that referenced
this issue
Nov 13, 2017
This CL does not aim to introduce any functionality changes. Issue:#3149 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=174864875
ojw28
pushed a commit
that referenced
this issue
Dec 12, 2017
Issue:#3149 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=177836048
ojw28
pushed a commit
that referenced
this issue
Dec 12, 2017
If allowed, the media period will try to finish preparation without downloading chunks (similar to what DashMediaPeriod does). To create track groups, HlsMediaPeriod will try to obtain as much information as possible from the master playlist. If any vital information is missing for specific urls, traditional preparation will take place instead. This version does not support tracks with DrmInitData info. This affects tracks with CDM DRM (e.g: Widevine, Clearkey, etc). AES_128 encryption is not affected. This information needs to be obtained from media playlists, and this version only takes the master playlist into account for preparation. Issue:#3149 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=178098759
ojw28
pushed a commit
that referenced
this issue
May 7, 2018
Issue:#3149 Issue:#4016 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=193664294
@AquilesCanta - Can this be marked as fixed? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This issue tracks the implementation of playlist only preparation. Probably a toggable mode to avoid any segment downloads while preparing the media source.
The text was updated successfully, but these errors were encountered: