-
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
Capabilities: VP8 video "exceeds capabilities" (but plays fine if forced) #2157
Comments
I'am not sure but I think you should install VP9 extension |
Most webm files play fine, this one just doesn't even initialize / play the first frame. It seems strange that no error is thrown or debug logs written. |
The issue is similar to #2034, and occurs because the VP8 decoder under-reports its true capabilities. On
on your |
Note: The exact reason this video is rejected is because it has an odd height (397px). If you control the encoding side you should probably try and ensure the video dimensions are even for best compatibility. There were issues with Chrome and odd dimension VP8 as well (search Google for: |
@ojw28 setting the additional params on Thanks |
Not sure what I think about this, but we're getting quite a lot of issues reported where streams play fine but capabilities indicate they wont. It's probably best just to cross our fingers and hope for the best in such cases, as was the case in V1 when using ExtractorSampleSource. Issue: #2157 Issue: #2034 Issue: #2007 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=141758070
We've enabled this by default in |
When opening this file the first frame is never rendered and the file isn't played.
https://zippy.gfycat.com/ForsakenRedAllosaurus.webm
Tested with the sample and in my own Exoplayer deployment (v2.0.4)
Tried on multiple versions of Android (7.1, 7.0, and older).
The log is very minimal...
12-05 14:18:55.566: I/ExoPlayerImpl(5308): Init 2.0.4
The text was updated successfully, but these errors were encountered: