-
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: Only parse/probe TS if the reference is not an MP4 and not WebM #5381
fix: Only parse/probe TS if the reference is not an MP4 and not WebM #5381
Conversation
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.
Thank you!
Assuming no test failures, I'll merge as soon as the tests are complete. |
Incremental code coverage: 100.00% |
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.
I think that we need improve it for webm also
So it should be "not mp4 && not webm"? |
I think so |
e3f16a0
to
6fbb30c
Compare
We see a bunch of audio segments that probe as TS, and thus trigger warnings (and unnecessary work) in appendBuffer. There should never be an MP4 mime type that probes successfully as a TS, right?
Here's an example fmp4 that probes as a TS (ignore the isma file extension).