From b2c5c5cc6eb904db8e6c05d2281541b16d4a2ce8 Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Tue, 16 Jun 2015 15:15:00 +0200 Subject: fix size specification in loop script --- voctocore/scripts/av-source-background-loop.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'voctocore') 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 """ -- cgit v1.2.3