-
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
MP4 Videos Unable to Play - UnrecognizedInputFormatException: None of the available extractors #7584
Comments
The problem is that the major and compatible brands (in this case I will investigate what these brands are and whether they can be added to the list of supported brands. In the mean time, a possible workaround would be to use an |
Hi @kim-vde , what are the accepted brands? How can I bypass the brand check? |
Hi @kim-vde, We tried the suggested workaround, the using of
Logcat
|
Have you tried using the latest version of ExoPlayer (2.11.7)? The condition here should be true and the error message should not be printed. |
Issue: #7584 PiperOrigin-RevId: 319744023
Issue: #7584 PiperOrigin-RevId: 319744023
Issue: google#7584 PiperOrigin-RevId: 319744023
Issue description
We are integrating Exoplayer to our application and one of the features is to play an mp4 video stored in an S3 bucket. S3 bucket's permissions is already set to public to make our videos publicly available to the app without authentications. The videos are not playing the due the this exception UnrecognizedInputFormatException
Reproduction steps
I used the ExoPlayer demo and add our videos in the media.exolist.json, specifically in the Misc section. Other Mp4 available on the internet are working fine like this video
Other media like audio and youtube videos are working fine in the app using the ExoPlayer.
Link to test content
The videos are available here. I cannot share full link of the video from S3 due to security reasons
A full bug report captured from the device
Version of ExoPlayer being used
Version No: 2.11.7 and 2.10.1
We support Android OS versions from 5.0 up to the latest
Test Device: Samsung Galaxy S8 - OS: Android 9
The text was updated successfully, but these errors were encountered: