aboutsummaryrefslogtreecommitdiff
path: root/voctocore/scripts/av-source-background-loop.py
diff options
context:
space:
mode:
Diffstat (limited to 'voctocore/scripts/av-source-background-loop.py')
-rwxr-xr-xvoctocore/scripts/av-source-background-loop.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/voctocore/scripts/av-source-background-loop.py b/voctocore/scripts/av-source-background-loop.py
index a4beede..bb54bbf 100755
--- a/voctocore/scripts/av-source-background-loop.py
+++ b/voctocore/scripts/av-source-background-loop.py
@@ -11,8 +11,8 @@ Gst.init([])
class LoopSource(object):
def __init__(self):
pipeline = """
- video/x-raw,format=I420,width=1920,height=1080,framerate=25/1,pixel-aspect-ratio=1/1 !
uridecodebin name=src uri=http://c3voc.mazdermind.de/bg.ts !
+ video/x-raw,format=I420,width=1900,height=1080,framerate=25/1,pixel-aspect-ratio=1/1 !
matroskamux !
tcpclientsink host=localhost port=16000
"""