Displaying 2 results from an estimated 2 matches for "shout_set_password".
2004 Aug 06
1
can't compile ices 2 on ppc
...ce to `shout_get_error'
stream.o(.text+0xe4): relocation truncated to fit: R_PPC_REL24 shout_get_error
stream.o(.text+0x120): undefined reference to `shout_set_port'
stream.o(.text+0x120): relocation truncated to fit: R_PPC_REL24 shout_set_port
stream.o(.text+0x12c): undefined reference to `shout_set_password'
stream.o(.text+0x12c): relocation truncated to fit: R_PPC_REL24 shout_set_password
stream.o(.text+0x148): undefined reference to `shout_get_error'
stream.o(.text+0x148): relocation truncated to fit: R_PPC_REL24 shout_get_error
stream.o(.text+0x194): undefined reference to `shout_set_user...
2006 Jan 12
0
libshout and mp3 streaming?
...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...