-
Notifications
You must be signed in to change notification settings - Fork 49
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
Fix/mta ll hls bugs #759
Merged
Merged
Fix/mta ll hls bugs #759
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…here is more than one (for now). Less presumptuous videoRenditions existence.
…ading props from it.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov Report
@@ Coverage Diff @@
## main #759 +/- ##
==========================================
+ Coverage 82.00% 82.12% +0.12%
==========================================
Files 40 40
Lines 7845 7848 +3
Branches 458 458
==========================================
+ Hits 6433 6445 +12
+ Misses 1406 1397 -9
Partials 6 6
|
…sier maintainability. version bump mux-embed.
heff
approved these changes
Aug 29, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
luwes
added a commit
that referenced
this pull request
Sep 22, 2023
reverts a bug fix in #759 it was a good patch but it prevented the audio tracks API to be populated if there was just 1 audio track. it's still expected that with 1 audio track, the API returns an item for video.audioTracks[0]. this change adds that back in. the root issue in hls.js I believe was that we were trying to select an audio track with a string ID and hls.js works with numeric ID's. this change also adds a check if hls.js audioTracks has the ID to which the player tries to switch.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This resolves an issue where hangs were occurring with initialization of MTA on LL-HLS streams. Also added:
Validating: