diff options
author | Martin Keßler <martin@moegger.de> | 2016-11-06 13:16:37 +0100 |
---|---|---|
committer | Martin Keßler <martin@moegger.de> | 2016-11-06 13:16:37 +0100 |
commit | 197e6d8244af1132441f7bba4a904c205a8d4d63 (patch) | |
tree | b4cb3da040871108d80182f88a28ead7c8948d0f /voctocore/default-config.ini | |
parent | b52dd80c6e2b7c95e798bff9d6b075080b63aa1c (diff) |
added configuration option to specify initial audio source
if such an initial source is specified, removed the GUI element to change
it later. this is to avoid accidentally changing the source during
production.
Diffstat (limited to 'voctocore/default-config.ini')
-rw-r--r-- | voctocore/default-config.ini | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/voctocore/default-config.ini b/voctocore/default-config.ini index 4c85abb..168e3e8 100644 --- a/voctocore/default-config.ini +++ b/voctocore/default-config.ini @@ -5,6 +5,9 @@ audiocaps=audio/x-raw,format=S16LE,channels=2,layout=interleaved,rate=48000 ; tcp-ports will be 10000,10001,10002 sources=cam1,cam2,grabber +; set the initial audio source +audiosource=cam1 + [output-buffers] ; voctocore has a buffer on all video-outputs, that store video-frames for your |