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

Lazy-load HLS media playlists on adaptation #1936

Closed
Romain-Bernier opened this issue May 10, 2019 · 12 comments · Fixed by #4511 or #4424
Closed

Lazy-load HLS media playlists on adaptation #1936

Romain-Bernier opened this issue May 10, 2019 · 12 comments · Fixed by #4511 or #4424
Assignees
Labels
component: HLS The issue involves Apple's HLS manifest format priority: P1 Big impact or workaround impractical; resolve before feature release status: archived Archived and locked; will not be updated type: enhancement New feature or request type: performance A performance issue
Milestone

Comments

@Romain-Bernier
Copy link

Have you read the FAQ and checked for duplicate open issues?
Yes

What version of Shaka Player are you using?
Master

Can you reproduce the issue with our latest release version?
Yes

Can you reproduce the issue with the latest code from master?
Yes

Are you using the demo app or your own custom app?
Demo app

If custom app, can you reproduce the issue using our demo app?
Yes

What browser and OS are you using?
chrome 74.0.3729.131 on windows 10

For embedded devices (smart TVs, etc.), what model and firmware version are you using?
N/A

What are the manifest and license server URIs?
I can't share my media playlist but the two example live HLS of the shaka demo page have the same issue.

What did you do?
Play a hls live stream with multiple profile audio and video.

What did you expect to happen?
That only the two media playlist audio and video of the profile actually display is download

What actually happened?
The media playlist of each video and audio profile is download, 8 media playlist in my case.

@joeyparrish
Copy link
Member

This is working as intended right now. It's part of our architecture that we need metadata for all streams upfront. We may be able to fix this limitation in a future release. The earliest release we might be able to accomplish this in is v2.7.

@joeyparrish joeyparrish changed the title shaka pull all media playlist in HLS Lazy-load HLS media playlists on adaptation May 10, 2019
@joeyparrish joeyparrish added type: enhancement New feature or request and removed needs triage labels May 10, 2019
@joeyparrish
Copy link
Member

I'm rephrasing this as an enhancement to lazy-load the media playlists when we adapt.

@shaka-bot shaka-bot added this to the Backlog milestone May 10, 2019
@theodab theodab added the type: performance A performance issue label Jul 31, 2019
@ismena ismena added the component: HLS The issue involves Apple's HLS manifest format label Aug 1, 2019
@joeyparrish joeyparrish modified the milestones: Backlog, Backlog 2 Jan 28, 2020
@michellezhuogg michellezhuogg self-assigned this Sep 3, 2021
@joeyparrish joeyparrish added this to To do in HLS Improvements Sep 13, 2021
@joeyparrish joeyparrish moved this from To do to In progress in HLS Improvements Sep 13, 2021
@joeyparrish joeyparrish added the priority: P1 Big impact or workaround impractical; resolve before feature release label Sep 29, 2021
@ch091e
Copy link

ch091e commented Nov 13, 2021

@joeyparrish I saw the item above is in progress. Do you know if there is an ETA to rollout the release on Shaka player to general user? thanks!

@joeyparrish joeyparrish moved this from In progress to To do in HLS Improvements Nov 19, 2021
@joeyparrish
Copy link
Member

We ran into issues with this that caused us to pause the work and switch focus to containerless formats (HLS packed audio) instead. The team's resources are very limited right now, and we have no ETA at this time.

@hiren3897
Copy link

Hello @joeyparrish, Do we have any update on this bug because we are also facing the same problem.

We have 13 audio files and 3 Media streams and every time it downloads all 13 + 3 which is bad for our CDN gives 508 on some request.

The behavior expected is it should only download the media and the currently using audio from the playlist.

can you please respond on the ETA for this bug?

@avelad
Copy link
Collaborator

avelad commented Feb 8, 2022

@hiren3897 I have seen that @joeyparrish has a commit in his backup with this: joeyparrish@1f31570 I think if you need this functionality fast, the best thing is that you create a PR for it.

@joeyparrish
Copy link
Member

That's a backup of a work-in-progress from a member of the team at Google. We're shutting down an internal git repo, and that work needed to be moved to GitHub so that it could be continued at a later date. The author is currently on leave, and the work isn't complete. If someone else wants to continue the work, that's great. But you can't just put that commit into a PR and expect it to be merged.

@hiren3897
Copy link

hiren3897 commented Feb 16, 2022

hello @joeyparrish Can you please tell me when this joeyparrish@1f31570 will be completed and released because we are in hurry and we have a lot of problems when not having this feature

Reason:
We have 13 audio files and 3 Media streams and every time it downloads all 13 AUDIO + 3 STREAM which is bad for our CDN gives 508 on some requests.

The behavior expected is it should only download the media and the currently using audio from the playlist.

can you please respond on the ETA for this bug?

Is there any way where we can handle this for the moment because we have a live event on 22 Feb and we need to fix and have this feature ready to handle Live HLS streams?

Please anticipate a response!!

@joeyparrish
Copy link
Member

Nobody is working on that right now. The person who began that work is currently on leave. If somebody else wants to resume the work, they may, but there's currently nobody assigned to it at Google. We only have two engineers (myself included) working on Shaka Player at Google at this moment, and we have other priorities to address, including improving the infrastructure for community contributions. We don't want to be the bottleneck, and we know that for now, we still are. We apologize!

The good news is that the work we just merged for #2337 will simplify the changes needed to resolve this issue. The bad news is that there are very likely to be merge-conflicts when someone rebases that work in-progress you referenced.

If you have an event on Feb 22, I think it is highly unlikely that we will have the implementation complete and tested and released by then. We haven't even closed #2337 yet, as we are still testing and verifying that we haven't broken things like A/V sync edge cases for live HLS.

In the meantime, you could always choose to stream DASH, which has sufficient metadata in the manifest to play efficiently without fetching timestamps or init segments from each stream in advance. We apologize for the inconvenience.

@michellezhuogg michellezhuogg removed their assignment Mar 15, 2022
@hiren3897
Copy link

Any updates @michellezhuogg on this?

@joeyparrish
Copy link
Member

Apologies, but @michellezhuogg has recently left the team. We are grateful to her for the many years she worked with us on Shaka Player!

With Michelle moving on, there is nobody working on this at the moment. We will likely release v4.0 without this feature unless someone in the community outside Google takes over the work. If that happens, we still consider this a priority, and would likely resume work on it next for a v4.1 release.

@joeyparrish joeyparrish moved this from To do to In progress in HLS Improvements Aug 18, 2022
theodab added a commit to theodab/shaka-player that referenced this issue Aug 19, 2022
Now that shaka-project#2337 has been implemented, the error code HLS_INTERNAL_SKIP_STREAM
is no longer used anywhere in the code.
This retires that error, and also cleans up the code that previously
was responsible for handling that error being fired.

Pre-work for shaka-project#1936
joeyparrish pushed a commit that referenced this issue Aug 20, 2022
Now that #2337 has been implemented, the error code HLS_INTERNAL_SKIP_STREAM
is no longer used anywhere in the code.
This retires that error, and also cleans up the code that previously
was responsible for handling that error being fired.

Pre-work for #1936
@joeyparrish
Copy link
Member

Just a quick update: Now that HLS AES-128 is out in v4.2, this is our next priority for HLS.

Our goal is to have the HLS improvement projects cleared by the end of this year, though the work could be completed much sooner. Thanks, everyone, for your patience!

If you'd like to pitch in and help get things done faster, feel free to respond to any issue and ask to have it assigned to you. Contributions are always welcome!

avelad pushed a commit that referenced this issue Aug 31, 2022
Now that #2337 has been implemented, the error code HLS_INTERNAL_SKIP_STREAM
is no longer used anywhere in the code.
This retires that error, and also cleans up the code that previously
was responsible for handling that error being fired.

Pre-work for #1936
theodab added a commit to theodab/shaka-player that referenced this issue Sep 24, 2022
This changes the HLS parser so that the media playlists are only
downloaded when the createSegmentIndex function for the associated
stream is called.
Because there is some important information about HLS streams that
is stored inside the media playlist, this also changes the player
to call createSegmentIndex on the initial variant earlier in the
load process, to make sure that information is available in time.

Closes shaka-project#1936
theodab added a commit that referenced this issue Oct 3, 2022
This changes the HLS parser so that the media playlists are only
downloaded when the createSegmentIndex function for the associated
stream is called.
Because there is some important information about HLS streams that
is stored inside the media playlist, this also changes the player
to call createSegmentIndex on the initial variant earlier in the
load process, to make sure that information is available in time.

Closes #1936
theodab added a commit that referenced this issue Oct 9, 2022
This changes the HLS parser so that the media playlists are only downloaded when the createSegmentIndex function for the associated stream is called.
Because there is some important information about HLS streams that is stored inside the media playlist, this also changes the player to call createSegmentIndex on the initial variant earlier in the load process, to make sure that information is available in time.
As of this change, we will now require HLS streams to be aligned (see #4308) for livestreams. VOD content can still
be unaligned.

Closes #1936
@avelad avelad modified the milestones: Backlog, v4.3 Oct 9, 2022
@avelad avelad moved this from In progress to Done in HLS Improvements Oct 9, 2022
theodab added a commit to theodab/shaka-player that referenced this issue Oct 12, 2022
The changes to implement lazy-loading broke the previous functionality
to load media playlists directly, as they are not lazy loaded.
This fixes that case, so that lazy-loaded media playlists will correctly
set their duration and presentation type.

Issue shaka-project#1936
Issue shaka-project#3536
avelad pushed a commit that referenced this issue Oct 13, 2022
The changes to implement lazy-loading broke the previous functionality
to load media playlists directly, as they are not lazy loaded. This
fixes that case, so that lazy-loaded media playlists will correctly set
their duration and presentation type.

Issue #1936
Issue #3536
echoy-harmonicinc pushed a commit to harmonicinc-com/shaka-player that referenced this issue Dec 6, 2022
Now that shaka-project#2337 has been implemented, the error code HLS_INTERNAL_SKIP_STREAM
is no longer used anywhere in the code.
This retires that error, and also cleans up the code that previously
was responsible for handling that error being fired.

Pre-work for shaka-project#1936
@github-actions github-actions bot added the status: archived Archived and locked; will not be updated label Dec 8, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 8, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
component: HLS The issue involves Apple's HLS manifest format priority: P1 Big impact or workaround impractical; resolve before feature release status: archived Archived and locked; will not be updated type: enhancement New feature or request type: performance A performance issue
Projects
No open projects
9 participants