j.p.drawneek@durham.ac.uk
2004-Sep-28 13:59 UTC
[Icecast] Running ices2 on solaris core dumped
When I run ices2 with the input of below it "Arithmetic Exception (core dumped)". Any idea whats up? <?xml version="1.0"?> <ices> <stream> <metadata> <name>test stream</name> <genre>random</genre> <description>Ran out of ideas for this one</description> <url>www.dsu.org.uk</url> </metadata> <input> <module>sun</module> </input> <instance> <hostname>localhost</hostname> <port>8000</port> <password>hackme</password> <mount>/test.ogg</mount> <encode> <samplerate>12800</samplerate> </encode> </instance> </stream> </ices>
On Tue, 2004-09-28 at 21:58, j.p.drawneek@durham.ac.uk wrote:> When I run ices2 with the input of below it "Arithmetic Exception (core > dumped)". Any idea whats up?looks like config problem> <?xml version="1.0"?> > <ices> > <stream> > <metadata> > <name>test stream</name> > <genre>random</genre> > <description>Ran out of ideas for this one</description> > <url>www.dsu.org.uk</url> > </metadata> > <input> > <module>sun</module> > </input>default settings are 44100 stereo, is that expected ?> <instance> > <hostname>localhost</hostname> > <port>8000</port> > <password>hackme</password> > <mount>/test.ogg</mount> > <encode> > <samplerate>12800</samplerate> > </encode>Are you confusing samplerate and bitrate ? You do need to state the encoding samplerate and channels. karl.