From aa4114aea1e6b1d702dc5c2563b196e444a6af21 Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Mon, 11 May 2015 22:56:40 +0200 Subject: Fixate Audio-Caps by supplying a Channelmask --- voctocore/default-config.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'voctocore/default-config.ini') 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 -- cgit v1.2.3