diff options
author | MaZderMind <github@mazdermind.de> | 2015-05-23 23:11:12 +0200 |
---|---|---|
committer | MaZderMind <github@mazdermind.de> | 2015-05-23 23:11:12 +0200 |
commit | 428e89c078ae3c46772fbcb638b167452250fe57 (patch) | |
tree | 15fffa03fc9c940f97c107ded96a23316e3a7c42 /voctocore | |
parent | 1e493590167b2085904fbbaa68bd6046796a2581 (diff) |
read from the web
Diffstat (limited to 'voctocore')
-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 f3a68f3..a4beede 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 = """ - uridecodebin name=src uri=file:///home/peter/AAA-VOC/voctomix/voctocore/scripts/bg.ts ! 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 ! matroskamux ! tcpclientsink host=localhost port=16000 """ |