[Mobile] Video problem on android devices #747
Unanswered
rahul-devronins
asked this question in
Mobile
Replies: 1 comment
-
Is there anyone who can help me to resolve this issue? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I run my application on Android devices and my app contains Notes functionality with videos attachment only, initially it is showing a video thumbnail correctly but when I start editing the content the video thumbnail disappears and the URL start showing there. When I checked the logs, I found:
Video player had error com.google.android.exoplayer2.ExoPlaybackException: MediaCodecVideoRenderer error, index=0, format=Format(1, null, null, video/avc, avc1.64001F, -1, null, [1280, 720, 20.0], [-1, -1]), format_supported=YES
My Android Device Version is API 30.
I also tested your sample app and it has also the same issue. Please help me to get out of this.
On iOS app is working fine.
Beta Was this translation helpful? Give feedback.
All reactions