Displaying 4 results from an estimated 4 matches for "im_alsa".
Did you mean:
ao_alsa
2004 Aug 06
0
Patch for IceS (im_alsa.c)
...h sample rates.
The problem derives from the fact that the sample rate is set by a call
to snd_pcm_hw_params_set_rate_near() in the ALSA API. This means that if
you specify a sample rate that your ALSA driver soes not like, ALSA will
choose the nearest possible sample rate instead.
In the present im_alsa.c this yields no warning, which may confuse some
people (it certainly confused me). For further information on this,
please read my posts on icecast@xiph.org (subject "Server drops client -
problem with IceS?")
Anyway, I have made a small patch for the im_alsa.c that gives you a
warning...
2005 Apr 18
2
Ices2 compile problem on Fedora 3?
...rror (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/libogg.la'
make[3]: *** [ices] Error 1
This, in fact, doesn't exis...
2004 Aug 06
2
Server drops client - problem with IceS?
Geoff Shang wrote:
> Does your playback match the sound that you are encoding? Perhaps share
> your config file so we can help troubleshoot this.
I would think so, but I might have missed something.
<p>Here is my IceS2-config - with this one, the problem manifests after 2
minutes of playing, and the client is disconnected after 3 minutes.
I have tried tweaking bitrate, quality,
2005 Apr 18
0
Ices2 compile problem on Fedora 3?
...nking,
> 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/libogg.la'
> make[3]: *** [ices] Error 1
>
> This, in fa...