You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OMX.amlogic.avc.decoder.awesome Codec specific patch (refer #5003) which got released on ExoPlayer v2.9.4 makes the android view completely go blank, when playing Video
Reproduction steps
Play any mp4 video that is stored locally
Version of ExoPlayer being used
ExoPlayer v2.9.4 and v2.9.5
Device(s) and version(s) of Android being used
This is device specific issue
Device - G9X
Manifacturer - ShiningWorth
Android SDK - 23
Hardware - Amlogic
As I commented on #5003, Please do change the method codecNeedsMaxVideoSizeResetWorkaround in MediaCodecVideoRenderer from private static to protected, so that it would be easy to override the code flow.
The text was updated successfully, but these errors were encountered:
giridharkannan
changed the title
#5003 issue fix broke G9X Amlogic box results in black screen
#5003 issue fix broke G9X Amlogic Box - Results in black screen
Feb 20, 2019
giridharkannan
changed the title
#5003 issue fix broke G9X Amlogic Box - Results in black screen
#5003 Issue fix broke G9X Amlogic Box - Results in black screen
Feb 20, 2019
Issue description
OMX.amlogic.avc.decoder.awesome Codec specific patch (refer #5003) which got released on ExoPlayer v2.9.4 makes the android view completely go blank, when playing Video
Reproduction steps
Play any mp4 video that is stored locally
Version of ExoPlayer being used
ExoPlayer v2.9.4 and v2.9.5
Device(s) and version(s) of Android being used
This is device specific issue
Device - G9X
Manifacturer - ShiningWorth
Android SDK - 23
Hardware - Amlogic
As I commented on #5003, Please do change the method
codecNeedsMaxVideoSizeResetWorkaround
inMediaCodecVideoRenderer
from private static to protected, so that it would be easy to override the code flow.The text was updated successfully, but these errors were encountered: