diff options
Diffstat (limited to 'voctocore/default-config.ini')
-rw-r--r-- | voctocore/default-config.ini | 19 |
1 files changed, 9 insertions, 10 deletions
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] |