From b9ec27da68ddce2afc94454e92a78fe262812a0e Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Sun, 10 May 2015 16:28:38 +0200 Subject: Implementing a Video-Switching-Server is easy … if you know what your're doing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- voctocore/default-config.ini | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) (limited to 'voctocore/default-config.ini') diff --git a/voctocore/default-config.ini b/voctocore/default-config.ini index b40f5d7..51f9c83 100644 --- a/voctocore/default-config.ini +++ b/voctocore/default-config.ini @@ -1,11 +1,14 @@ -[sources] -video=cam1,cam2,grabber -audio=cam1,cam2 +[mix] +videocaps=video/x-raw,format=I420,width=1280,height=720,framerate=25/1,pixel-aspect-ratio=1/1 +audiocaps=audio/x-raw,format=S16LE,channels=2,layout=interleaved,rate=48000 -socketpath=/tmp/voctomix-sockets +[sources] +; tcp-ports will be 10000,10001 +; video=cam1,cam2,grabber +video=cam1 -videocaps=video/x-raw,format=RGBx,width=1280,height=720,framerate=25/1,pixel-aspect-ratio=1/1 -audiocaps=audio/x-raw,format=S16LE,layout=interleaved,rate=48000,channels=2 +; tcp-ports will be 20000,20001 +audio=cam1,cam2 [pause] ;image=/video/pause.png @@ -17,8 +20,4 @@ image=/video/nosteam.png ;video=/video/nosteam.m4v audio=/video/dudel.m4a -[mix] -monitorcaps=video/x-raw,width=640,height=360 -outputcaps=video/x-raw,width=1280,height=720 - [client] -- cgit v1.2.3