-
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
ExoPlayer - H264 file does not play #4103
Comments
|
|
Please see #1894. Seems you need to enable FLAG_ALLOW_NON_IDR_KEYFRAMES in DefaultTsPayloadReaderFactory. |
Version of ExoPlayer being used
2.7.1
Hello,
I tried the following mpegts file in ExoPlayer with no luck of playing it back:
https://myfile.org/h8E6c3ecbc/h264.ts
Please note that I have stripped the audio from the file to be sure that the problem is not related to audio.
I have tried two different decoders;
OMX.amlogic.avc.decoder.awesome
OMX.google.h264.decoder
I have also tried the file with VLC (on android) and that works as expected.
Logs are pasted below, but they are mostly useless.
The text was updated successfully, but these errors were encountered: