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

fix: audio groups with the same uri as media do not count #952

Merged
merged 2 commits into from
Sep 21, 2020

Conversation

brandonocasey
Copy link
Contributor

Description

When An audio group has the same uri as a main playlist, don't count it as an audio group.

The code that I am using is from this commit

I removed this code early on the the VHS 2 process as it was causing other issues, but after digging up some demuxed live streams I no longer see issues with live stream timeouts.

I created a source that replicates this issue and uploaded it next to some of our other test content. I also tested with a few of the demuxed live streams that we have and they all appear to work. It is likely that the live stream startup issues that I was seeing were fixed somewhere else.

src/media-groups.js Outdated Show resolved Hide resolved
src/media-groups.js Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants