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
After playing and releasing mp4 content multiple times, the device freeze because of ANR.
This issue can be seen by using the ExoPlayer r2.5.0 or above with demo content, "Dizzy" mp4.
Originally I've found this issue when playing mp4 in asset directory in my app.
By using my local mp4, r2.4.4 does not have this problem, but r2.5.0 or the above get ANR.
( I could not confirmed r2.4.4 with demo "Dizzy" mp4, since the player failed to play due to 302 status code)
After checking the previous issues, I've found the similar issues, #3236#3355 (Bravia uses the same decoder with TCL TVs).
So I've tried to add the output surface workaround and then ANR seems to be fixed.
But I'm not 100% sure, this is the correct way to fix the problem.
I'm appreciate it if you can confirm this.
Reproduction steps
Describe how the issue can be reproduced, ideally using the ExoPlayer demo app.
Launch demo application
Select "Misc" -> "Dizzy" and starts playing the content
After playing a few seconds, press back button and back to SampleChooserActivity
Issue description
After playing and releasing mp4 content multiple times, the device freeze because of ANR.
This issue can be seen by using the ExoPlayer r2.5.0 or above with demo content, "Dizzy" mp4.
Originally I've found this issue when playing mp4 in asset directory in my app.
By using my local mp4, r2.4.4 does not have this problem, but r2.5.0 or the above get ANR.
( I could not confirmed r2.4.4 with demo "Dizzy" mp4, since the player failed to play due to 302 status code)
After checking the previous issues, I've found the similar issues, #3236 #3355 (Bravia uses the same decoder with TCL TVs).
So I've tried to add the output surface workaround and then ANR seems to be fixed.
But I'm not 100% sure, this is the correct way to fix the problem.
I'm appreciate it if you can confirm this.
Reproduction steps
Describe how the issue can be reproduced, ideally using the ExoPlayer demo app.
Link to test content
Demo app "Dizzy" mp4 content
Version of ExoPlayer being used
dev-v2
r2.5.4
r2.5.0
Device(s) and version(s) of Android being used
Build.DEVICE: BRAVIA_ATV2,
Build.MODEL: BRAVIA 4K GB,
Build.MANUFACTURER: Sony,
API level: 24
Build.DEVICE: SVP-DTV15,
Build.MODEL: BRAVIA 4K 2015,
Build.MANUFACTURER: Sony,
API level: 23
A full bug report captured from the device
I will send it via email.
The text was updated successfully, but these errors were encountered: