search for: stream_shar

Displaying 10 results from an estimated 10 matches for "stream_shar".

Did you mean: stream_shared
2004 Aug 06
1
can't compile ices 2 on ppc
...oppler/ices/src' /bin/sh ../libtool --mode=link gcc -O20 -ffast-math -fsigned-char -D_REENTRANT -D_GNU_SOURCE -I/usr/include/gnome-xml -I/include -I/include -I/include -o ices input.o config.o stream.o ices.o signals.o im_playlist.o reencode.o encode.o playlist_basic.o im_stdinpcm.o im_oss.o stream_shared.o savefile.o metadata.o stream_rewrite.o playlist_script.o audio.o resample.o net/libicenet.la thread/libicethread.la log/libicelog.la avl/libiceavl.la timing/libicetiming.la -lpthread -L/usr/lib -lxml -lz -L/lib -logg -L/lib -lvorbis -lm -lvorbisenc -L/lib -lshout -lpthread gcc -O20 -ff...
2005 Aug 26
0
Installing Ices on OSX 10.4.2
...depfile='.deps/im_stdinpcm.TPo' \ depmode=gcc3 /bin/sh ../depcomp \ gcc -DHAVE_CONFIG_H -I. -I. -I.. -ffast-math -fsigned-char -I/opt/local/include -I/opt/local/include/libxml2 -I/opt/local/include -g -O2 -c `test -f 'im_stdinpcm.c' || echo './'`im_stdinpcm.c source='stream_shared.c' object='stream_shared.o' libtool=no \ depfile='.deps/stream_shared.Po' tmpdepfile='.deps/stream_shared.TPo' \ depmode=gcc3 /bin/sh ../depcomp \ gcc -DHAVE_CONFIG_H -I. -I. -I.. -ffast-math -fsigned-char -I/opt/local/include -I/opt/local/include/libxml2 -I/opt/loc...
2005 Apr 18
2
Ices2 compile problem on Fedora 3?
...stock Fedora 3 installation, and I'm getting the following compiler error (during linking, I think). /bin/sh ../libtool --mode=link gcc -I/usr/include/libxml2 -pthread -g -O2 -o ices input.o cfgparse.o stream.o ices.o signals.o im_playlist.o reencode.o encode.o playlist_basic.o im_stdinpcm.o stream_shared.o metadata.o playlist_script.o audio.o resample.o im_oss.o im_alsa.o log/libicelog.la timing/libicetiming.la thread/libicethread.la avl/libiceavl.la -lasound -lvorbisenc -L/usr/local/lib -lshout -lvorbis -L/usr/lib -lxml2 -lz -lpthread -lm libtool: link: cannot find the library `/usr/lib/libog...
2004 Aug 06
0
ices2 build errors
...napshots. I have also icecast2 installed and 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...
2005 Sep 23
2
ices2 metadata update causes gaps
Mike... did you look into this? I posted a waveform from a file generated by ogg123 dumping to a wav (so that audio driver problems were eliminated). It looks to me like ices2 is restarting the vorbis encoder in a non-gapless way when it stops and starts the encoding (to change the stream id and update the metadata). Because I'm doing crossfades from one track to another, this shows up.
2004 Aug 06
2
ices2 build errors
/bin/sh ../libtool --mode=link gcc -I/usr/include/libxml2 -pthread -g -O2 -o ices input.o cfgparse.o stream.o ices.o signals.o im_playlist.o reencode.o encode.o playlist_basic.o im_stdinpcm.o stream_shared.o metadata.o playlist_script.o audio.o resample.o im_oss.o log/libicelog.la timing/libicetiming.la thread/libicethread.la avl/libiceavl.la -lvorbisenc -L/usr/local/lib -lshout -lvorbis -L/usr/lib -lxml2 -lz -lm gcc -I/usr/include/libxml2 -pthread -g -O2 -o ices input.o cfgparse.o stream.o ice...
2005 Apr 18
0
Ices2 compile problem on Fedora 3?
...installation, and I'm getting the following compiler error (during linking, > I think). > > /bin/sh ../libtool --mode=link gcc -I/usr/include/libxml2 -pthread -g -O2 -o ices input.o cfgparse.o stream.o ices.o signals.o im_playlist.o reencode.o encode.o playlist_basic.o im_stdinpcm.o stream_shared.o metadata.o playlist_script.o audio.o resample.o im_oss.o im_alsa.o log/libicelog.la timing/libicetiming.la thread/libicethread.la avl/libiceavl.la -lasound -lvorbisenc -L/usr/local/lib -lshout -lvorbis -L/usr/lib -lxml2 -lz -lpthread -lm > libtool: link: cannot find the library `/usr/lib/...
2004 Aug 06
1
ices segmentation fault..
...lt. [Switching to Thread 2051 (LWP 8160)] 0x08051103 in resample_clear (s=0x40ef9338) at audio.c:142 142 if (s->buffers[c]) (gdb) bt #0 0x08051103 in resample_clear (s=0x40ef9338) at audio.c:142 #1 0x080504a3 in process_and_send_buffer (sdsc=0x805e448, buffer=0x8156238) at stream_shared.c:149 #2 0x0804d6ca in ices_instance_stream (arg=0x805e448) at stream.c:254 #3 0x080542b9 in _start_routine (arg=0x805e498) at thread.c:655 #4 0x402fa020 in pthread_start_thread () from /lib/i686/libpthread.so.0 btw: The way calling free in resample_clear does not look reasonable to me:...
2005 Sep 26
3
ices2 metadata update causes gaps
...her, this shows up. If you were just playing one track > > after another, letting them play to the end before starting the next > > one, updating the metadata between tracks, you wouldn't notice it. > > No, I haven't really looked into this. A quick look at the code > (stream_shared.c around line 150) looks like it's doing the right > thing - it flushes all the encoded buffers before continuing on with > the new substream. Reading the code... * If we're resampling, stop and restart the resampler. (Probably not a good move if only the metadata has changed...
2004 Aug 06
2
ices and stdin module?
...e in vorbis_analysis_wrote () from /usr/local/lib/libvorbis.so.2 #2 0x804f0ed in encode_data (s=0x805ac00, buf=0x8066000 '\200' <repeats 200 times>..., bytes=32768, bigendian=0) at encode.c:180 #3 0x804fee4 in process_and_send_buffer (sdsc=0x8061580, buffer=0x8058340) at stream_shared.c:202 #4 0x804d8de in ices_instance_stream (arg=0x8061580) at stream.c:237 #5 0x8052c7e in _start_routine (arg=0x8058320) at thread.c:654 #6 0x2837b0a8 in _thread_start () from /usr/lib/libc_r.so.4 #7 0x0 in ?? () And here's the log file from running ices: [2003-05-05 02:24:39] INFO ice...