-
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
MOV containing PCM - playback speed too high #1592
Comments
This is an example of raw PCM audio in mp4. The audio samples end up with incorrect timestamps. The samples are rechunked, but it appears the timestamps are wrong even if rechunking is disabled. @dcower - Could you take a look at this? It's quite possible that the audio timestamps are incorrect in the media itself, but it could be that we've missed something. |
ffmpeg info on the file:
The audio stream does say something about pcm_s16le. Playback using Androids Please also note the dropped frames, which in turn make the video playback stutter. (perhaps related to the audio problems). |
@dcower has there been any progress on that for further testing? Thx |
Closing this on the assumption the media was broken. If it was just the one file and you don't know how to generate a file that's similarly broken, this seems quite likely. If you're aware of a way to generate such files please let us know, and we'll take a closer look. |
The file was streamed of a car DVR which contained a standard chip, built into millions of those devices. I can re-test using the latest firmware and models and will re-upload. |
Playing back a certain MOV file through ExoPlayer will result in the playback being too fast.
The code to instantiate ExoPlayer is:
Sample video has been sent over to dev.exoplayer..
The issue occurs on a Nexus 6, running Android 6.0.1. It also occurs on a Samsung S5, Android 6.0.1.
Exo Player version: d7b8256
Nothing crashes, therefore I can only offer adb logcat messages which occur during the playback:
The text was updated successfully, but these errors were encountered: