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 --- voctogui/lib/videodisplay.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'voctogui/lib/videodisplay.py') diff --git a/voctogui/lib/videodisplay.py b/voctogui/lib/videodisplay.py index 7f6ce2d..78dafba 100644 --- a/voctogui/lib/videodisplay.py +++ b/voctogui/lib/videodisplay.py @@ -25,7 +25,7 @@ class VideoDisplay(object): # Setup Server-Connection, Demuxing and Decoding pipeline = """ - tcpclientsrc host={host} port={port} ! + tcpclientsrc host={host} port={port} blocksize=1048576 ! queue ! matroskademux name=demux """ -- cgit v1.2.3