| View previous topic :: View next topic |
| Author |
Message |
Anonymous Guest
|
Posted: Sat Aug 26, 2006 3:39 pm Post subject: Help: Icecast+Darkice Constantly Buffering |
|
|
I have the latest of both Ice Cast and DarkIce. both set up correctly (I believe so anyhow)
What happens is when I connected to my Icecast server from my other computer (lan) It constantly buffers like every second in winamp and foobar2000.
my configs -
icecast.xml
| Code: |
<icecast>
<limits>
<clients>10</clients>
<sources>2</sources>
<threadpool>5</threadpool>
<queue-size>10240000</queue-size>
<client-timeout>30</client-timeout>
<header-timeout>15</header-timeout>
<source-timeout>10</source-timeout>
<burst-on-connect>1</burst-on-connect>
<burst-size>65535</burst-size>
</limits>
<authentication>
<source-password>shoutpw</source-password>
<relay-password>shoutpw</relay-password>
<admin-user>admin</admin-user>
<admin-password>admin</admin-password>
</authentication>
<hostname>10.0.1.1</hostname>
<listen-socket>
<port>8000</port>
</listen-socket>
<mount>
<mount-name>/test</mount-name>
<bitrate>320</bitrate>
<stream-name>My audio stream</stream-name>
<stream-description>My audio description</stream-description>
<stream-url>http://some.place.com</stream-url>
</mount>
<paths>
<basedir>/usr/local/share/icecast</basedir>
<logdir>/var/log/icecast</logdir>
<webroot>/usr/local/share/icecast/web</webroot>
<adminroot>/usr/local/share/icecast/admin</adminroot>
<alias source="/foo" dest="/bar"/>
</paths>
<logging>
<accesslog>access.log</accesslog>
<errorlog>error.log</errorlog>
<loglevel>4</loglevel>
</logging>
<security>
<chroot>0</chroot>
<changeowner>
<user>icecast</user>
<group>icecast</group>
</changeowner>
</security>
</icecast>
|
darkice.conf
| Code: |
[general]
duration = 0
bufferSecs = 5
[input]
device = /dev/dsp
sampleRate = 44100
bitsPerSample = 16
channel = 2
[icecast2-0]
bitrateMode = vbr
format = mp3
bitrate = 256
server = localhost
quality = .9
port = 8000
password = shoutpw
mountPoint = test
name = DarkICE RADIO
description = Relax; Don't be angry, . . .
url = http://music
genre = Stuff
public = no
|
Does anyone have an solutions :S. Darkice nor Icecast return any errors.
Thanks Matt |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Tue Aug 29, 2006 7:59 pm Post subject: |
|
|
constant buffering would indicate that the player is trying to find a recognisable stream using the codec it has selected. I'm not sure on the exact problem here because it would look like mp3 is being used
karl. |
|
| Back to top |
|
 |
|