diff options
Diffstat (limited to 'voctocore/scripts')
-rwxr-xr-x | voctocore/scripts/av-source-background-loop.py | 2 |
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 bb54bbf..9f4dc6d 100755 --- a/voctocore/scripts/av-source-background-loop.py +++ b/voctocore/scripts/av-source-background-loop.py @@ -12,7 +12,7 @@ class LoopSource(object): def __init__(self): pipeline = """ 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 ! + video/x-raw,format=I420,width=1920,height=1080,framerate=25/1,pixel-aspect-ratio=1/1 ! matroskamux ! tcpclientsink host=localhost port=16000 """ |