diff options
-rw-r--r-- | voctocore/lib/avpreviewoutput.py | 1 | ||||
-rw-r--r-- | voctocore/lib/avrawoutput.py | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/voctocore/lib/avpreviewoutput.py b/voctocore/lib/avpreviewoutput.py index b6c0fc1..9577a85 100644 --- a/voctocore/lib/avpreviewoutput.py +++ b/voctocore/lib/avpreviewoutput.py @@ -38,6 +38,7 @@ class AVPreviewOutput(TCPMultiConnection): writing-app=Voctomix-AVPreviewOutput ! multifdsink + buffers-max=25 sync-method=next-keyframe name=fd """.format( diff --git a/voctocore/lib/avrawoutput.py b/voctocore/lib/avrawoutput.py index 0c363e6..dc32e97 100644 --- a/voctocore/lib/avrawoutput.py +++ b/voctocore/lib/avrawoutput.py @@ -29,6 +29,7 @@ class AVRawOutput(TCPMultiConnection): writing-app=Voctomix-AVRawOutput ! multifdsink + buffers-max=25 sync-method=next-keyframe name=fd """.format( |