-
Notifications
You must be signed in to change notification settings - Fork 683
Closed
Labels
Description
Version
Media3 1.4.0
More version details
commit hash: b01c6ff
Devices that reproduce the issue
Sony BRAVIA device build-in Android 9
Devices that do not reproduce the issue
CCwGTV
Reproducible in the demo app?
Yes
Reproduction steps
This is a workaround from google/ExoPlayer#11038
This can be reproduce on demo app.
-
Add
player.setVideoEffects(new ArrayList<>());toPlayerActivity#initializePlayer().

-
Build the demo app and select any H.265 codec video to play.
(Here, I selectedclear dash HD (mp4, H.265)). -
Observe the issue.
Expected result
play correctly, each frame correct and player will stop(ended) when content finish.
Actual result
PlayerView frame display stucked, but (progress bar time /upper log rb:<value>) keep growing.
When Play to end, the progress bar time still go over
(e.g. timer display will show 13:38-12:14, even video only got 12m14s)

Media
demo app clear dash HD (mp4, H.265)
Bug Report
- You will email the zip file produced by
adb bugreportto android-media-github@google.com after filing this issue.
