diff options
author | MaZderMind <git@mazdermind.de> | 2016-02-08 09:49:20 +0100 |
---|---|---|
committer | MaZderMind <git@mazdermind.de> | 2016-02-08 09:49:20 +0100 |
commit | c1cc1078b758346a514c399a5a7ed71d7fc46571 (patch) | |
tree | 679fbd15e57d9e24c4197e044e9f6295db7264c7 /voctogui | |
parent | e4a821d5e38539d5edf6108583e1e1041facc8ab (diff) |
raise blocksize to 1M on the write-side, too
Diffstat (limited to 'voctogui')
-rw-r--r-- | voctogui/lib/videodisplay.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 """ |