search for: shout_init

Displaying 5 results from an estimated 5 matches for "shout_init".

2004 Mar 01
1
Bizarre (and irritating) ices2 error
...ut3 and ices2 debian packages from Keegan's site -no effect There is absolutely no documentation on this error from google. In fact the closest I get is a CVS examination of a commit included ices.c (http://www.xiph.org/archives/cvs/3587.html) where resolver_initalize is REMOVED in favor of shout_init (if my reading is correct). So I'm very confused. I've probably lost huge segments of my listening population to date and was hoping that finally having some time to put towards fixing the error might result in an answer. But it hasn't. --thanks Michael Edwards http://www.walledcity...
2006 Jan 12
0
libshout and mp3 streaming?
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 g...
2003 Jul 02
1
Call for testing: libshout 2.0 beta 2
...t-2.0b2.tar.gz Libshout 2.0 adds support for icecast 2, Ogg streaming, and IPv6. Ogg and Vorbis are now prerequisites. Changes since beta 1: * lots and lots of autoconf. Thanks to Karl Heyes for his help here. * a fix for unusual MP3 bitrates contributed by Pritpaul Mahal. * two new API features: shout_init and shout_shutdown. Applications are required to call these before and after (respectively) using the shout library, especially in threaded applications. Please build and test it on as many platforms as possible, so that we can do an official release in the very near future. There are no known...
2003 Jul 02
1
Call for testing: libshout 2.0 beta 2
...t-2.0b2.tar.gz Libshout 2.0 adds support for icecast 2, Ogg streaming, and IPv6. Ogg and Vorbis are now prerequisites. Changes since beta 1: * lots and lots of autoconf. Thanks to Karl Heyes for his help here. * a fix for unusual MP3 bitrates contributed by Pritpaul Mahal. * two new API features: shout_init and shout_shutdown. Applications are required to call these before and after (respectively) using the shout library, especially in threaded applications. Please build and test it on as many platforms as possible, so that we can do an official release in the very near future. There are no known...
2004 Aug 06
2
ices2 build errors
...iming.al thread/.libs/libicethread.al avl/.libs/libiceavl.al /usr/lib/libvorbisenc.so -L/usr/lib -L/usr/local/lib /usr/lib/libshout.so /usr/lib/libvorbis.so /usr/lib/libogg.so /usr/lib/libxml2.so -lz -lm ices.o: In function `main': /home/srcs/xiph.org/ices/src/ices.c:52: undefined reference to `shout_init' /home/srcs/xiph.org/ices/src/ices.c:91: undefined reference to `shout_shutdown' collect2: ld returned 1 exit status make[2]: *** [ices] Error 1 make[2]: Leaving directory `/home/srcs/xiph.org/ices/src' make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory `/home/srcs/xiph...