-
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
MediaCodec error #6503
Comments
Can you please provide a bug report as described here? About the other devices, do you have a stack trace? Do you have access to the device names (see 3rd column of https://support.google.com/googleplay/answer/1727131?hl=en-GB)? |
I sent an email with the two required files like attachements. I don't have full stacktrace access, I only have the information in the file (now there is also device name) |
Sorry but this is not the kind of bug report that I need. Please generate the bug report with I don't see the device name in the csv file you sent. Note that it is not the same as the device model. |
I got the file (bugreport.txt) with `add bugreport` command (see screenshot). I have also attached the screen taken from Android studio. Are there any other information you need?
Unfortunately in my analytics system at the moment the `android.os.Build.DEVICE` is not present but only `android.os.Build.Model`. Is there a way for this information to be sufficient?
… Il giorno 4 ott 2019, alle ore 17:02, kim-vde ***@***.***> ha scritto:
Sorry but this is not the kind of bug report that I need. Please generate the bug report with adb bugreport (as described here <https://github.com/google/ExoPlayer/blob/release-v2/.github/ISSUE_TEMPLATE/bug.md>).
I don't see the device name in the csv file you sent. Note that it is not the same as the device model.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#6503?email_source=notifications&email_token=ANLZOTL2DWKXEHNNVNMQER3QM5LJXA5CNFSM4I4U6LU2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEAL5Z4I#issuecomment-538434801>, or mute the thread <https://github.com/notifications/unsubscribe-auth/ANLZOTMGNSEC35ZEEHLL2HLQM5LJXANCNFSM4I4U6LUQ>.
|
The command you should execute is adb bugreport, and not add bugreport. Where did you attach the screenshot? |
I sent an email to dev.exoplayer@gmail.com. Yes, the command that I executed is |
We will add your device (l5460) to the workaround list soon. For the other devices, we don't have the resources to test them. Therefore, as they haven't been tested, we will add the devices that meet the following conditions:
The only device from the list you provided that meet those conditions is the one with model name JSN-L21. |
Just to clarify, having the |
There would need to be another device with same brand and similar marketing name, as those devices have not been tested. Having the Build.DEVICE would probably allow us to add more devices, as we would be able to uniquely identify them (using the Build.DEVICE and Build.MODEL). |
The corresponding devices are Wiko FEVER l5460 and Huawei Honor 8X. Issue:#6503 PiperOrigin-RevId: 274753710
Content description
On many old devices that use OMX.MTK.VIDEO.DECODER.AVC decoder when try to play a MPEG-DASH stream on Akamai CDN with DRM we receive this error:
I think this issue is linked to others that are marked in your code inside the
MediaCodecVideoRenderer.class
class (e.g # 3835, # 3236, # 3355, # 3439 etc ..).Inside the switch of method
protected boolean codecNeedsSetOutputSurfaceWorkaround(String name)
of classMediaCodecVideoRenderer.class
adding, for example, the code of the wiko fever the media is playing correctly.We encounter the same error on many devices of our users
(see attachment reportErrorDrmWithDevice.pdf), which clearly we have no chance to test.
We wanted to know if you can test them and / or add them to the switch in the code
Version of ExoPlayer being used
2.9.2
Device(s) and version(s) of Android being used
Wiko Fever - l5460 - Android 6 and many others
The text was updated successfully, but these errors were encountered: