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: inspect all program map tables for stream types #386

Merged
merged 2 commits into from
Jun 22, 2021

Conversation

brandonocasey
Copy link
Contributor

We currently have issues with ts files that add stream types after the first program map table as we only look at the first one. So if audio were to be added in a subsequent program map table we wouldn't know to account for it.

Copy link
Member

@gkatsev gkatsev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Confirmed working.

@gkatsev
Copy link
Member

gkatsev commented Jun 22, 2021

Is vhs-utils needed in addition to this for VHS?

@brandonocasey
Copy link
Contributor Author

we do not need the vhs-utils update as we don't actually use the code there yet. I just try to keep the fixes between the two in sync as sometime soon we will want to switch mux.js to using vhs-utils.

@gkatsev gkatsev merged commit bac4da9 into main Jun 22, 2021
@gkatsev gkatsev deleted the fix/inspect-all-pmt branch June 22, 2021 15:50
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

2 participants