-
Notifications
You must be signed in to change notification settings - Fork 6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Video freezes (but audio continue playing) #5195
Comments
I tried the media on exoplayer demo app on Android 7 and VLC. |
Have you tried our media on Android 6.0.1 device? |
? Currently, it's the last problem with our streams and we are all in great expectation. |
Any news about this issue? It's very important for us. |
Up! |
Sorry for late return, I finally tried on a Nexus 6 6.0.1 and couldn't reproduce the problem. It looks like a device specific issue. |
You really need to be serving correctly formed media. Closing as bad media. What happens when malformed media is encountered may vary from device to device based on the underlying platform decoder implementations, however ultimately you shouldn't be serving malformed content in the first place. |
Issue description
Video freezes at 00:24. I've recorded this moment - https://yadi.sk/i/0dl088vxwNxD5w. Audio plays successfully all the time (before and after freeze's moment).
Logcat shows the next messages during freezing:
12-04 18:29:27.133 W/SoftAAC2(15602): aacDecoder_DecodeFrame decoderErr = 0x4004
12-04 18:29:27.133 W/SoftAAC2(15602): AAC decoder returned error 0x4004, substituting silence
Link to test content
http://stand.netup.tv/downloads/T2965/manifest.m3u8
Version of ExoPlayer being used
2.9.1
Device(s) and version(s) of Android being used
STB GIEC MP1113 (chip Amlogic s905x)
STB Geniatech 495X (chip Amlogic s905x)
Android 6.0.1 (on both devices)
A full bug report captured from the device
bugreport.txt (from GIEC device)
The text was updated successfully, but these errors were encountered: