Hi List,
i have a problem streaming mp3's to the icecast server via libshout-2.1.
Everything works fine as long as i send ogg's to the icecast server.
libshout as well as icecast do not report any errors. what might be the 
problem?
my code looks like this:
shout_init()
shout_set_host(...)
shout_set_password(...)
shout_set_mount(...)
shout_open()
shout_set_format(...)
while( !feof(infile) )
{
    shout_delay(...)
    shout_send(...)
}
i noticed that when sending ogg's shout_delay() does delay the sending 
.. but with mp3 files it doesnt - the whole file gets streamed to the 
icecast server in a very short period.
thanks in advance.
Regards,
Christian Prochnow