-
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
Unable to instantiate decoder OMX.qcom.video.decoder.avc on Android KitKat #1286
Comments
Has the same issue with this video on last
Default
But when I create my own default My device is Asus Zenfone 2 Laser ZE500KG with Android 5.0.2 on board |
Hi @ojw28. I investigated this issue in details ExoPlayer play fine the previous video I wrote about here. |
It sounds like this device does not allow more than one player to be instantiated at a time. In general Android devices don't have to support playing more than one video at a time, and whether it works can also depend on the input videos' formats. So it is important to release a player before creating a new one. Based on your latest reply I will close this for now, but let us know if there is still an issue that needs to be fixed. |
@Ltty Your issue may be different. Please supply a link to the stream you are trying to play (emailed to dev.exoplayer@gmail.com or in a reply here). Based on the logs, it looks like the video resolution (1500 * 1500) may be too big for the device -- do smaller videos play correctly? |
@andrewlewis, could you please support your words by link to any documentation or this is just your observation? |
@CAMOBAP795 The Android M CDD (and older versions) do not require compatible devices to support playing more than one video at a time, and I don't think there are any CTS tests that fail if using two video decoders at a time doesn't work. So it is not safe for apps that need to work on all Android compatible devices to rely on this feature. However, I will try to make some suggestions about using hardware codecs anyway:
|
awesome @andrewlewis thanks for details |
Closing due to lack of required information on the original issue. |
ExoPlayer crashes when trying to start playback for an HLS Stream on KitKat. Used the demo from your repository without modifications. Test device was a Motorola Droid X with Android 4.4.4.
Here's the full stack trace:
The text was updated successfully, but these errors were encountered: