We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
'video/mp4; codecs="mp4v.20.8"' isn't detected as playable by Chrome, but the higher-quality video does play. This should be a different string.
The text was updated successfully, but these errors were encountered:
"mp4v.20.8" is an obsolete codec string. It was added in #81, but it's not clear where it came from.
"mp4v.20.8"
Running vr_bench_man.mp4 through https://gpac.github.io/mp4box.js/test/filereader.html gives codecs="avc1.42c028,mp4a.40.2".
codecs="avc1.42c028,mp4a.40.2"
Sorry, something went wrong.
No branches or pull requests
'video/mp4; codecs="mp4v.20.8"' isn't detected as playable by Chrome, but the higher-quality video does play. This should be a different string.
The text was updated successfully, but these errors were encountered: