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
Playing the following HLS livestream, {sent in email}, on a Nexus 10 running 5.1.1 will cause the app to crash and the device to reboot. This is happening 100% on this device, but is not affecting any other Android phones or tablets we have tested. We also notice it only happens when the higher resolution video track is selected, as if we force it to play the lowest, the crash does not occur.
Reproduction steps
Modify ExoPlayer demo app to play live stream mentioned above (have been modifying a URI in media.exolist.json)
Play the stream
Stream will start at lowest resolution track, 400x224, then switch to highest, 1280x720
Within five minutes (typically within one minute), the app will crash and the device will reboot.
Link to test content
Livestream URL sent in email.
Version of ExoPlayer being used
Have tested with ExoPlayer 2.4.0 and latest from dev-v2 branch as of 05/10/17 12:32 MDT. Issue happens in both.
Device(s) and version(s) of Android being used
Nexus 10 Tablet running 5.1.1
This is the only device we have been able to reproduce on, and we can reproduce 100% on this device
This is necessary to make sure that the correct thing happens
where MediaCodecInfo.adaptive is queried directly (for example,
MediaCodecVideoRenderer uses the field to determine how to size
input buffers). Also disable adaptive on Nexus 10.
Issue: #2806
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=157583473
This is necessary to make sure that the correct thing happens
where MediaCodecInfo.adaptive is queried directly (for example,
MediaCodecVideoRenderer uses the field to determine how to size
input buffers). Also disable adaptive on Nexus 10.
Issue: #2806
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=157583473
Issue description
Playing the following HLS livestream, {sent in email}, on a Nexus 10 running 5.1.1 will cause the app to crash and the device to reboot. This is happening 100% on this device, but is not affecting any other Android phones or tablets we have tested. We also notice it only happens when the higher resolution video track is selected, as if we force it to play the lowest, the crash does not occur.
Reproduction steps
Within five minutes (typically within one minute), the app will crash and the device will reboot.
Link to test content
Livestream URL sent in email.
Version of ExoPlayer being used
Have tested with ExoPlayer 2.4.0 and latest from dev-v2 branch as of 05/10/17 12:32 MDT. Issue happens in both.
Device(s) and version(s) of Android being used
Nexus 10 Tablet running 5.1.1
This is the only device we have been able to reproduce on, and we can reproduce 100% on this device
A full bug report captured from the device
Bug report available here: https://www.dropbox.com/s/upflxydm5fejoxs/bugreport.txt?dl=0
The text was updated successfully, but these errors were encountered: