Closed x3x0z closed 11 months ago
The com.google.android.exoplayer2 project is now deprecated. We are not accepting any new issues in this project. Please file your issue in the androidx.media3 GitHub project instead: https://github.com/androidx/media/issues
Your issue also sounds very device-specific, so when you file the request, please include a bugreport in case it provides any useful information.
Bug
I am developing an Android application to play Live Streams TS. I am using FFMPEG to decode the audio, this works fine on almost all Android versions. But in Android 23, you only hear the Audio and see the first frame of the video at the moment it was called.
Format video:
Output Logcat: (Red error messages also appear on mpeg2 videos but these videos do play)
I have added setVideoFrameMetadataListener event and if it is being called correctly as if the frames were updated, but this is not reflected in the PlayerView.
ExoPlayer Creation: