Problems connecting IDJC 0.8.1 to Icecast 2.3.3
My first post on LQ! I have been trying to get Internet DJ Console to connect with my Icecast server. The Internet DJ Console is sitting on a Ubuntu server with Jack on 192.168.2.10 and the Icecast server is sitting on 192.168.2.20. When I try to connect IDJC to the Icecast server the yellow connection light comes on for about 2 seconds and then goes out. I think I am a bit confused on what my mount points should be. I have enclosed my icecast.xml file for your inspection.
GNU nano 2.0.6 File: /etc/icecast.xml
<icecast>
<limits>
<clients>100</clients>
<sources>2</sources>
<threadpool>5</threadpool>
<queue-size>102400</queue-size>
<client-timeout>30</client-timeout>
<header-timeout>15</header-timeout>
<source-timeout>10</source-timeout>
<!-- same as burst-on-connect, but this allows for being more
specific on how much to burst. Most people won't need to
change from the default 64k. Applies to all mountpoints -->
<burst-size>65535</burst-size>
</limits>
<authentication>
<!-- Sources log in with username 'source' -->
<source-password>6211lavell</source-password>
<!-- Relays log in username 'relay' -->
<relay-password>6211lavell</relay-password>
<!-- Admin logs in with the username given below -->
<admin-user>6211lavell</admin-user>
<admin-password>6211lavell</admin-password>
</authentication>
<!-- Uncomment this if you want directory listings -->
<!--
<directory>
<yp-url-timeout>15</yp-url-timeout>
<yp-url>http://dir.xiph.org/cgi-bin/yp-cgi</yp-url>
</directory>
<directory>
<yp-url-timeout>15</yp-url-timeout>
<yp-url>http://www.oddsock.org/cgi-bin/yp-cgi</yp-url>
</directory>
-->
<!-- This is the hostname other people will use to connect to your server.
Thanks,
BGoS
|