search for: shout_set_mount

Displaying 2 results from an estimated 2 matches for "shout_set_mount".

Did you mean: shout_get_mount
2004 Aug 06
1
can't compile ices 2 on ppc
...to `shout_set_agent' stream.o(.text+0x1f0): relocation truncated to fit: R_PPC_REL24 shout_set_agent stream.o(.text+0x20c): undefined reference to `shout_get_error' stream.o(.text+0x20c): relocation truncated to fit: R_PPC_REL24 shout_get_error stream.o(.text+0x248): undefined reference to `shout_set_mount' stream.o(.text+0x248): relocation truncated to fit: R_PPC_REL24 shout_set_mount stream.o(.text+0x264): undefined reference to `shout_get_error' stream.o(.text+0x264): relocation truncated to fit: R_PPC_REL24 shout_get_error stream.o(.text+0x34c): undefined reference to `shout_set_name'...
2006 Jan 12
0
libshout and mp3 streaming?
...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. t...