Skip to content
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

Closed
AquilesCanta opened this issue Aug 8, 2017 · 1 comment
Closed

HLS - Implement playlist-only preparation #3149

AquilesCanta opened this issue Aug 8, 2017 · 1 comment
Assignees

Comments

@AquilesCanta
Copy link
Contributor

This issue tracks the implementation of playlist only preparation. Probably a toggable mode to avoid any segment downloads while preparing the media source.

@AquilesCanta AquilesCanta self-assigned this Aug 8, 2017
@ojw28 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
@ojw28
Copy link
Contributor

ojw28 commented Jun 5, 2018

@AquilesCanta - Can this be marked as fixed?

@google google locked and limited conversation to collaborators Nov 23, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants