diff options
author | MaZderMind <github@mazdermind.de> | 2015-05-14 19:59:16 +0200 |
---|---|---|
committer | MaZderMind <github@mazdermind.de> | 2015-05-14 19:59:16 +0200 |
commit | 038bc89367f26fe9be8bff135c8c0eca3f9faaaf (patch) | |
tree | 692306fb3bb14b75b09056711b4fe4bfd74d2860 /voctocore/default-config.ini | |
parent | 51ac59343673286cc4c5d1d9b484b1e3a8f657a5 (diff) |
implement switchable preview source in mjpg coding for the GUI
Diffstat (limited to 'voctocore/default-config.ini')
-rw-r--r-- | voctocore/default-config.ini | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/voctocore/default-config.ini b/voctocore/default-config.ini index 517afa6..b7751f0 100644 --- a/voctocore/default-config.ini +++ b/voctocore/default-config.ini @@ -2,12 +2,14 @@ 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,channel-mask=(bitmask)0x3 -; disable if ui & server run on the same computer and excahnge uncompressed video frames -encode_previews=true - ; tcp-ports will be 10000,10001 sources=cam1,cam2,grabber +[previews] +; disable if ui & server run on the same computer and exchange uncompressed video frames +enabled=true +videocaps=video/x-raw,width=1024,height=576,framerate=25/1 + [pause] ;image=/video/pause.png video=/video/pause.m4v |