-
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
Getting " InvalidResponseCodeException" and "IllegalArgumentException" on MP4 playback! #5162
Comments
The The media could be invalid, or at last not supported by ExoPlayer's MP4 extractor. To know for sure we'd need to have a copy of the MP4. If you provide that we can verify and reopen the issue if needed. |
Hi..i ve added the mp4dump as well....not able to figure out where the content is bad Hope this helps!! |
We really need to see the MP4 or at least the whole moov box. You can attach it here or send it to |
@andrewlewis Hi..i ve mailed the mp4 file to |
The video track sample table contains more CTTS entry than we expect, which is causing the assertion failure. Do you know what specific program (and version number) was used to encode the file? The file plays correctly after removing this assertion, so we might replace it with a logged warning. |
@andrewlewis .thanks for the information..but the content happens to be downloaded from internet so the specifics are unknown!!..could you tell how the CTTS entry was extracted and removed? |
We'll push a change shortly that changes the assertion into a warning. This issue will be updated automatically to reference the commit. |
One other thing to note about this issue: the |
Issue: #5162 PiperOrigin-RevId: 223193019
Issue: #5162 PiperOrigin-RevId: 223193019
Hi, recently have been experiencing issues while playing MP4 files from server.
Below are the exceptions being thrown :
I have attached the medinfo for the file and atom information.
movieInfo.txt
mediaInfo2.txt
Would be really helpfuly if u guys could help with this!!!
The text was updated successfully, but these errors were encountered: