[icecast] long delay

sdgesa gaeharth pollux1234567890 at yahoo.com
Tue May 25 16:50:26 UTC 2004



I was using windows media player (with the patch for playing ogg).
 
 
 
<icecast>
    <limits>
        <clients>1000</clients>
        <sources>10</sources>
        <threadpool>5</threadpool>
        <queue-size>102400</queue-size>
        <client-timeout>30</client-timeout>
        <header-timeout>15</header-timeout>
        <source-timeout>10</source-timeout>
    </limits>
    <authentication>
        <source-password>test</source-password>
        <relay-password>test</relay-password>
        <admin-user>admin</admin-user>
        <admin-password>hackme</admin-password>
    </authentication>
    <hostname>localhost</hostname>
    <listen-socket>
        <port>7070</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>
    </paths>
    <logging>
        <accesslog>access.log</accesslog>
        <errorlog>error.log</errorlog>
        <loglevel>4</loglevel> <!-- 4 Debug, 3 Info, 2 Warn, 1 Error -->
    </logging>
    <security>
        <chroot>0</chroot>
        <changeowner>
            <user>icecast</user>
            <group>icecast</group>
        </changeowner>
    </security>
</icecast>
<?xml version="1.0"?>
<ices>
    <background>1</background>
    <logpath>/var/log/ices</logpath>
    <logfile>ices.log</logfile>
    <logsize>2048</logsize>
    <loglevel>5</loglevel>
    <!-- logfile is ignored if this is set to 1 -->
    <consolelog>0</consolelog>
    <!-- optional filename to write process id to -->
    <!-- <pidfile>/home/ices/ices.pid</pidfile> -->
    <stream>
        <!-- metadata used for stream listing -->
        <metadata>
            <name>Example stream name</name>
            <genre>Example genre</genre>
            <description>A short description of your stream</description>
            <url><a href="http://mysite.org</url">http://mysite.org</url</a>>
        </metadata>
        <input>
            <module>oss</module>
            <param name="rate">48000</param>
            <param name="channels">2</param>
            <param name="device">/dev/dsp</param>
            <param name="metadata">1</param>
            <param name="metadatafilename">test</param>
        </input>
        <instance>
            <hostname>204.157.2.2</hostname>
            <port>7070</port>
            <password>test</password>
            <mount>/osadbu.ogg</mount>
            <yp>0</yp>
            <encode>
                <quality>0</quality>
                <samplerate>22050</samplerate>
                <channels>1</channels>
            </encode>
            <downmix>1</downmix>
            <resample>
                <in-rate>44100</in-rate>
                <out-rate>22050</out-rate>
            </resample>
        </instance>
    </stream>
</ices>

<p>Jack Moffitt <jack at xiph.org> wrote:
> I dont care I just wanted to make sure there is no problem

50 seconds is a bit long. Probably your client buffer is really high
and you are streaming at a really low bitrate. But even in that case 50
seconds seems long.

If you can post more details on bitrate, client used, buffer size used
on the client, etc, that would be helpful for verification.

jack.
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
                
---------------------------------
Do you Yahoo!?
Friends.  Fun. Try the all-new Yahoo! Messenger
--- >8 ----
List archives:  http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the Icecast mailing list