diff options
author | MaZderMind <git@mazdermind.de> | 2015-11-26 19:54:09 +0100 |
---|---|---|
committer | MaZderMind <git@mazdermind.de> | 2015-11-26 20:12:19 +0100 |
commit | fbc33a1e169fdcd55b8177d1d524da9b06f52d99 (patch) | |
tree | 528500ce598f6fe63812c08beefeb3543d23d01a /voctocore/lib/avpreviewoutput.py | |
parent | 6c415915a5980ed8f750a6d73d243b2a4842adf2 (diff) |
[voctocore] 100 buffers was not enough in practice
Diffstat (limited to 'voctocore/lib/avpreviewoutput.py')
-rw-r--r-- | voctocore/lib/avpreviewoutput.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/voctocore/lib/avpreviewoutput.py b/voctocore/lib/avpreviewoutput.py index 942454d..640d4fa 100644 --- a/voctocore/lib/avpreviewoutput.py +++ b/voctocore/lib/avpreviewoutput.py @@ -38,7 +38,7 @@ class AVPreviewOutput(TCPMultiConnection): writing-app=Voctomix-AVPreviewOutput ! multifdsink - buffers-max=100 + buffers-max=500 sync-method=next-keyframe name=fd """.format( |