-
-
Notifications
You must be signed in to change notification settings - Fork 71
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
Add support for camera with realtime source timestamp. #12
Comments
@RobbieEllias can you test #13? |
Just tested, it doesn't work. |
Ok, I must have missed something. |
Here you go: logcat.txt |
Audio timestamp source is also odd. |
Here you go: logcat.txt The video played, but the audio was a little out of sync. |
Yeah :) the stream is working! This look likes another issue (maybe SRT configuration?) but your logcat seems alright. Do you have error on ffmpeg logs? By the way, I also removed Log.i from the branch, because it might generate issue in A/V sync. |
It's only off by a few ms. I get a lot of errors in ffplay: [aac @ 0x7f910b032e00] Multiple frames in a packet.sq= 0B f=0/0 |
If I set the audio sample rate to 44.1 kHz, the A/V sync issues are fixed. So there's an issue with converting the sample rate I guess. |
At least, timestamp issue is resolved. I merged #13. |
On device with realtime source timestamp, it is not possible to read stream from ffmpeg.
On ffmpeg side, the following errors happen:
See #11 (comment)
The text was updated successfully, but these errors were encountered: