-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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: Allow the playback of TS without mux.js #5041
fix: Allow the playback of TS without mux.js #5041
Conversation
Incremental code coverage: 100.00% |
Could you please add something to the description explaining why this is needed? It seems like you had to add an assertion that transmuxer isn't used unless mux.js is provided, so it's not clear to me from the diff why you had to change anything. |
Done! |
This is necessary because this transmuxer is always registered, and it doesn't check correctly whether mux.js is a dependency or not.