From c1cc1078b758346a514c399a5a7ed71d7fc46571 Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Mon, 8 Feb 2016 09:49:20 +0100 Subject: raise blocksize to 1M on the write-side, too --- voctocore/lib/avrawoutput.py | 1 + 1 file changed, 1 insertion(+) (limited to 'voctocore/lib/avrawoutput.py') diff --git a/voctocore/lib/avrawoutput.py b/voctocore/lib/avrawoutput.py index c465b0e..4603c30 100644 --- a/voctocore/lib/avrawoutput.py +++ b/voctocore/lib/avrawoutput.py @@ -29,6 +29,7 @@ class AVRawOutput(TCPMultiConnection): writing-app=Voctomix-AVRawOutput ! multifdsink + blocksize=1048576 buffers-max=500 sync-method=next-keyframe name=fd -- cgit v1.2.3