-
Notifications
You must be signed in to change notification settings - Fork 4
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
Audio gets delayed after some time #7
Comments
@davidslaby if using ffmpeg, Video/Audio PES is not aligned default. (Video first comes, Audio is delayed) In other case, If video is dropframe, PassThrough may be unreliable. |
Hi @monyone, we are using Is there any mechanism to prevent this? Should we change buffering strategy? Thanks in advance! :) |
During testing phase, we've found out one essential issue. In case stream is playing for a long time, approx. 1 and half hour, you can observe audio is getting delayed 3-4 seconds. There is 1 sec. delay by default. We are using pass through buffering strategy.
@monyone Do you have any hint, from where it comes from? What should we focus on within the investigation?
Thanks in advance :)
The text was updated successfully, but these errors were encountered: