From c5206c70f027ac2183cd0716b24e45e31a952206 Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Wed, 3 Jun 2015 08:54:21 +0200 Subject: Fix Loop-Pipeline, fixes #1 --- voctocore/scripts/av-source-background-loop.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'voctocore/scripts') 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 """ -- cgit v1.2.3