diff options
author | MaZderMind <github@mazdermind.de> | 2015-05-10 16:28:38 +0200 |
---|---|---|
committer | MaZderMind <github@mazdermind.de> | 2015-05-10 16:28:38 +0200 |
commit | b9ec27da68ddce2afc94454e92a78fe262812a0e (patch) | |
tree | eb917f731b6d199c6a76b1cf541d6f6af29ca6fd /voctocore/default-config.ini | |
parent | f8a0b46028b9c902da7ce67590f9ce952ea44544 (diff) |
Implementing a Video-Switching-Server is easy … if you know what your're doing
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] |