Description
Hi,
when playing the local file diver1.ts, we can see the duration is 14s, but the real playing time is about 8s. Many frames is dropped and the log will print like this: "Unexpected audio track timestamp discontinuity: expected 3248000, got 3536000".
Even when I use extension-ffmpeg the problem is also exist.
The file diver1.ts has a audio track with mimeType audio/mpeg-L2 and has a video track with mimeType video/mpeg2.
other information:
ExoPlayer version number: The version we used is 2.12 , and the version 2.14.2 is still has this problem.
Android version: android 11
Android device: [Amlogic/ohm/ohm:11/RTT0.210618.002/58:userdebug/release-keys]
In the same device, the play is normal when using VLC player downloaded from Google playstore.
the test file and log: file_log.zip
Activity