aboutsummaryrefslogtreecommitdiff
path: root/voctogui/lib/videodisplay.py
diff options
context:
space:
mode:
authorMaZderMind <git@mazdermind.de>2016-02-08 09:49:20 +0100
committerMaZderMind <git@mazdermind.de>2016-02-08 09:49:20 +0100
commitc1cc1078b758346a514c399a5a7ed71d7fc46571 (patch)
tree679fbd15e57d9e24c4197e044e9f6295db7264c7 /voctogui/lib/videodisplay.py
parente4a821d5e38539d5edf6108583e1e1041facc8ab (diff)
raise blocksize to 1M on the write-side, too
Diffstat (limited to 'voctogui/lib/videodisplay.py')
-rw-r--r--voctogui/lib/videodisplay.py2
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
"""