Hi a todos ! Very sorry if my question is out of subject in this mailing list, Firstly a BIG thanks for all your work. Audio format OGG is effective and powerful, and I use it as soon as I can it. My question: I would like to produce an audio stream 4 channels in real time, radio kind. I know that the format is capable to encode several channels, but when I use Darkice as a streamer-client with an alsa 4 channels device, I obtain the error: ?VorbisLibEncoder.cpp: 79: unsupported number of channels for the encoder [4] Whereas on my system I encode easily the ogg in 4 channels with Sweep for example. Encoding in stream 4 audio channels is it possible? Or is the error elsewhere? Thank you for your answer. Marc
On Wed, Dec 13, 2006 at 04:41:07PM +0100, marc gouttebroze wrote:> I would like to produce an audio stream 4 channels in real time, > radio kind. I know that the format is capable to encode several > channels, but when I use Darkice as a streamer-client with an > alsa 4 channels device, I obtain the error: > ?VorbisLibEncoder.cpp: 79: unsupported number of channels for the encoder [4] > Whereas on my system I encode easily the ogg in 4 channels > with Sweep for example. Encoding in stream 4 audio channels > is it possible? Or is the error elsewhere?Looks like VorbisLibEncoder.cpp is assuming you only want mono or stereo. If you remove that check it will probably work. -r