Skip to content
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

Fixing audio latency #5

Open
Sean-Zeo opened this issue Mar 7, 2024 · 1 comment
Open

Fixing audio latency #5

Sean-Zeo opened this issue Mar 7, 2024 · 1 comment

Comments

@Sean-Zeo
Copy link

Sean-Zeo commented Mar 7, 2024

Hi, to fix audio latency..
I was thinking perhaps have the audio stream running a separate ffmpeg program rather than combined?

@delcourtfl
Copy link
Owner

Hello,

I tried multiple approaches such as manually running two instances of ffmpeg (one for the video and one for the audio), but I was not able to fix the issue (and I don't believe that the Golang exec.Command function is affecting this). Additionally, I'm not entirely sure if it's directly related to the ffmpeg configuration or if it's due to some buffering in the WebRTC communication, or maybe both (and I'm still quite inexperienced when it comes to debugging this kind of issue).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants