Closed xdestiny110 closed 7 years ago
Is there any news?
I get a timeout when trying to access http://101.201.155.94:8080/movie/test_aac_7d1.mp4
. Please could you share the file again?
@andrewlewis sorry... I have send mp4 file to dev.exoplayer@gmail.com
This device has three AAC decoders, but only OMX.google.aac.decoder
appears to work with this stream. We can implement a workaround in MediaCodecUtil
that prevents use of the broken decoders.
Does the device have a pending system update to Nougat available? It would be useful to know if the issue is fixed in the latest system image so we can restrict the workaround to particular API levels, if possible. Thanks.
@andrewlewis Playing well on Android 7.0. Thank you for your response.
BTW, I want to know how to modify MediaCodecUtil
in order to play this file on Android 6.0.1.
We'll push the workaround to dev-v2
soon.
A workaround has been pushed to the dev-v2
branch.
Issue description
When play back mp4 file with 7.1 AAC, Exoplayer does not work. However it works with 5.1 AAC. According to #3248, Exoplayer is able to play 7.1 AAC.
Reproduction steps
Player this file in exoplayer demo app
Link to test content
http://101.201.155.94:8080/movie/test_aac_7d1.mp4
Version of ExoPlayer being used
r2.4.1
Device(s) and version(s) of Android being used
Samsung S6 on Android 6.0.1
A full bug report captured from the device