Replies: 1 comment
-
I believe my answer to #1897 probably has to do with this one as well. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am getting buffer overruns on my input.http source. I don't know why. max is set to 10 seconds.
Is there a way to turn off buffer overrun logging in version 1.4.4?
Is there a method to flush/empty the buffer?
In my situation, I care more about low latency than about avoiding dropping audio. As everything starts up I seem to fill the buffer. I'd like my script to dump that buffer after everything is stable. Or skip the source ahead to the end of the current buffer.
Beta Was this translation helpful? Give feedback.
All reactions