You are not logged in.

#1 2011-01-31 20:29:15

jeriik
Member
Registered: 2011-01-31
Posts: 1

icecast rebuffers every 2 seconds

Hi,

I have installed plugbox (based on archlinux) on a pogoplug. Added a 512MB swapfile and activate it with swapon.

Installed mpd and icecast. mpd works fine and icecast is running as well. But when I listen to a stream, which i openen through the browser http://192.168.x.x:8000, it initially runs for 5 seconds and then rebuffers every 2 seconds. The rebuffering take up to 2 seconds as well. This is annoying.

Any suggestion how i could solve the problem of rebuffering?

Here my icecast settings:
<icecast>
    <limits>
        <clients>4</clients>
        <sources>2</sources>
        <threadpool>5</threadpool>
        <queue-size>524288</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>196605</burst-size>
    </limits>
    <authentication>
        <source-password>foo</source-password>
        <relay-password>foo</relay-password>
        <admin-user>foo</admin-user>
        <admin-password>bar</admin-password>
    </authentication>
    <hostname>192.168.x.x</hostname>
    <listen-socket>
        <port>8000</port>
    </listen-socket>
    <fileserve>1</fileserve>
    <paths>
        <basedir>/usr/share/icecast</basedir>
        <logdir>/var/log/icecast</logdir>
        <webroot>/usr/share/icecast/web</webroot>
        <adminroot>/usr/share/icecast/admin</adminroot>
        <alias source="/" dest="/status.xsl"/>
    </paths>
    <logging>
        <accesslog>access.log</accesslog>
        <errorlog>error.log</errorlog>
          <loglevel>3</loglevel> <!-- 4 Debug, 3 Info, 2 Warn, 1 Error -->
          <logsize>10000</logsize> <!-- Max size of a logfile -->
    </logging>
    <security>
        <chroot>0</chroot>
        <changeowner>
            <user>nobody</user>
            <group>nobody</group>
        </changeowner>
    </security>
</icecast>

cheers -- jeriik

Offline

Board footer

Powered by FluxBB