diff options
author | MaZderMind <github@mazdermind.de> | 2015-05-11 22:56:40 +0200 |
---|---|---|
committer | MaZderMind <github@mazdermind.de> | 2015-05-11 22:56:40 +0200 |
commit | aa4114aea1e6b1d702dc5c2563b196e444a6af21 (patch) | |
tree | cc0a9af51c50270290d580cd09ec0f8d20b4da7f /voctocore/default-config.ini | |
parent | 031632245e147e4532b252f91e31631570aa0fd3 (diff) |
Fixate Audio-Caps by supplying a Channelmask
Diffstat (limited to 'voctocore/default-config.ini')
-rw-r--r-- | voctocore/default-config.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/voctocore/default-config.ini b/voctocore/default-config.ini index 802e1af..cb1a722 100644 --- a/voctocore/default-config.ini +++ b/voctocore/default-config.ini @@ -1,6 +1,6 @@ [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 +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 |