-
Notifications
You must be signed in to change notification settings - Fork 6k
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
mkv video play error #4010
Comments
We can't debug this issue without sample media that reproduces the issue. Please provide a link here, or send one to: dev.exoplayer@gmail.com Thanks! |
Thank you for your advice. In the end, I use other format tools to convert to MKV format video. It is found that it can be played, so it should be a bit of a problem when the format tool is converted to MKV music, but I will still send this problematic music to you. Thanks |
Closing under the assumption that the issue was in the media. Please file a new issue including all the information required in the issue template if a new problem arises. |
This issue occurs when the codecs string is zero padded, which is apparently allowed according to the MKV specification. It's pretty weird that the tool you're using would opt to zero pad, given there's no need to do so, but we should still handle this correctly in the player. We'll push a fix shortly. |
Issue #4010 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=190442962
Issue #4010 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=190442962
I tried to play video in MKV format, but there was no video, only sound. There are some erroneous logs here.
Can you give me some advice?
The text was updated successfully, but these errors were encountered: