search for: stream_send_data

Displaying 8 results from an estimated 8 matches for "stream_send_data".

2004 Aug 06
0
Trouble compiling ices
...SNIP -- > checking for shout/shout.h... (cached) yes > checking for shout_init_connection in -lshout... (cached) yes -- SNIP -- > libshout: system > LAME : yes > Vorbis : no > Perl : yes > Python : no > XML : yes -- SNIP -- > stream.c: In function `stream_send_data': > stream.c:345: warning: implicit declaration of function `shout_strerror' -- SNIP -- > gcc -g -O2 -Wall -o ices ices.o log.o setup.o stream.o util.o mp3.o cue.o > metadata.o id3.o signals.o reencode.o ices_config.o playlist/libplaylist.a > ../resolver/libresolver.a ../thread/...
2004 Aug 06
2
Trouble compiling ices
...-DICES_ETCDIR=\"/usr/local/icecast/etc\" -DICES_MODULEDIR=\"/usr/local/icecast/etc/modules\" -I../resolver -I../thread -fno-strict-aliasing -I/usr/local/include -I/usr/lib/perl5/5.6.0/i386-linux/CORE -I/usr/include/gnome-xml -g -O2 -Wall -c stream.c stream.c: In function `stream_send_data': stream.c:345: warning: implicit declaration of function `shout_strerror' gcc -DHAVE_CONFIG_H -I. -I. -I.. -DICES_ETCDIR=\"/usr/local/icecast/etc\" -DICES_MODULEDIR=\"/usr/local/icecast/etc/modules\" -I../resolver -I../thread -fno-strict-aliasing -I/usr/local/includ...
2004 Aug 06
1
Ices 0.3 won't play mp3 file
...59 in _thread_sig_handle_pending () from /usr/lib/libc_r.so.4 #2 0x2842f84d in _thread_sig_handler () from /usr/lib/libc_r.so.4 #3 0xbfbfffac in ?? () #4 0x281192b4 in _shout_timing_sleep (sleeptime=231) at timing.c:59 #5 0x281161a7 in shout_sync (self=0x81be200) at shout.c:261 #6 0x805c597 in stream_send_data (stream=0x81be180, buf=0xbfbfeb30 "f", len=4096) at stream.c:369 #7 0x805c211 in stream_send (config=0x81b4a00, source=0xbfbffb60) at stream.c:256 #8 0x805be61 in ices_stream_loop (config=0x81b4a00) at stream.c:111 #9 0x805ac82 in main (argc=3, argv=0xbfbffc14) at ices.c:40 ---------...
2004 Aug 06
0
Problem compiling ices
...../avl/libiceavl.a ../log/libicelog.a -lpthread -lshout -lmp3lame -rdynamic -L/usr/local/lib /usr/lib/perl5/5.00503/i386-linux/auto/DynaLoader/DynaLoader.a -L/usr/lib/perl5/5.00503/i386-linux/CORE -lperl -lnsl -ldl -lm -lc -lposix -lcrypt -L/usr/lib -lxml2 -lz -L/lib -lm -lm stream.o: In function `stream_send_data': /tmp/ices-0.2.2/src/stream.c:344: undefined reference to `shout_strerror' stream.o: In function `stream_connect': /tmp/ices-0.2.2/src/stream.c:368: undefined reference to `shout_strerror' collect2: ld returned 1 exit status make[3]: *** [ices] Error 1 make[3]: Leaving directory `/...
2004 Aug 06
1
ices and VBR mp3s?
...s; stream; stream = stream->next) { - /* don't reencode if the source is MP3 and the same bitrate */ - if (!stream->reencode || (source->read && - (stream->bitrate == source->bitrate))) { + /* ALWAYS reencode */ + if (!stream->reencode) rc = stream_send_data (stream, ibuf, len); - } #ifdef HAVE_LIBLAME else { if (samples > 0) @@ -261,8 +259,8 @@ #ifdef HAVE_LIBLAME for (stream = ices_config.streams; stream; stream = stream->next) - if (stream->reencode && (!source->read || - (source->bitrate !=...
2004 Aug 06
0
iceS 0.2.2 bug?
...'s any file corruption, and i have to conclude maybe there's a bug in icesS-0.2.2. running the corefile thru gdb, i see that we've died here: (gdb) where #0 0x10018814 in shout_send_data (self=0x100c12c8, buff=0x7fffe0e8 "\212è", len=1) at shout.c:180 #1 0x100128fc in stream_send_data (stream=0x100c12c8, buf=0x7fffe0e8 "\212è", len=1) at stream.c:339 #2 0x1001260c in stream_send (source=0x7ffff538) at stream.c:213 #3 0x10012458 in ices_stream_loop () at stream.c:121 #4 0x10010f04 in main (argc=0, argv=0x3) at ices.c:41 #5 0xfe2e734 in __libc_start_main (argc=1...
2004 Aug 06
0
ices2 build errors
...nd it seems to work. Versions used: Ices2 20030919 libshout2 20030919 icecast2 20030919 with all versions that I have tried, I became these build error: ices.o(.text+0x149):/root/ices-2.0-Beta2/src/ices.c:91: undefined reference to `shout_shutdown' stream_shared.o(.text+0x30): In function `stream_send_data': /root/ices-2.0-Beta2/src/stream_shared.c:47: undefined reference to `shout_send_raw' collect2: ld returned 1 exit status make[3]: *** [ices] Error 1 make[3]: Leaving directory `/root/ices-2.0-Beta2/src' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/root/ices-2.0-Be...
2004 Aug 06
1
can't compile ices 2 on ppc
...d to fit: R_PPC_REL24 shout_send_raw stream_shared.o(.text+0x764): more undefined references to `shout_send_raw' follow stream_shared.o: In function `process_and_send_buffer': stream_shared.o(.text+0x764): relocation truncated to fit: R_PPC_REL24 shout_send_raw stream_shared.o: In function `stream_send_data': stream_shared.o(.text+0x8bc): relocation truncated to fit: R_PPC_REL24 shout_send_raw collect2: ld returned 1 exit status make[2]: *** [ices] Error 1 make[2]: Leaving directory `/home/doppler/ices/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/doppler/ices/src...