search for: im_oss

Displaying 11 results from an estimated 11 matches for "im_oss".

Did you mean: pcm_oss
2004 Aug 06
2
ices2 + pid-file (was: ices2 + stdin + metadata)
Ok, so i have to know the PID of ices to send the update-signal. I've added this to my ices.xml: <pidfile>/home/www/bin/ices.pid</pidfile> (directly under the node <ices>) I thought i've seen this somewhere in the manual. However, when i start ices, no pid-file is created :-/ Is this the right way? <p>----- Original Message ----- From: "Karl Heyes"
2005 Apr 18
2
Ices2 compile problem on Fedora 3?
...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/libogg.la' make[3]: *** [ices] Error 1 This, in fact, doesn...
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 ices.o signals.o im_playlist.o reencode.o encode.o playlist_ba...
2004 Aug 06
4
Compiling icecast2 under OpenBSD 3.1
Hi, <p>Finally, I succeeded in compiling Icecast2 under OpenBSD. It neither worked for me on OBSD 3.0 nor my old 2.8, but the new 3.1 appears to come with more icecast-friendly (p)threads. OpenBSD 3.1 isn't officially released, yet, but installing a current snapshot and getting the sources via CVS (module OPENBSD_3_1_BASE, patient people also can already upgrade from scratch only with
2004 Aug 06
1
can't compile ices 2 on ppc
...`/home/doppler/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 -lpthrea...
2004 Aug 06
1
streaming vorbis files from an openbsd box
...y the newest plugin and/or jorbis. It turned out the audio files I had grabbed from the Net for testing were encoded with an overly-aged encoder. I encoded something else, with Pawlowski's latest winamp vorbis encoder plug-in, and everything worked. So all I had to do was take im_oss out of the Makefile (at the suggestion of Michael Smith, after oss_ioctl wasn't found during linking), and use -pthread instead of -lpthread (a peculiarity of OpenBSD, I think). thanks, -C -- Craig Latta composer and computer scientist craig.latta@netjam.org www.netjam.org crl@watso...
2004 Aug 06
0
Compiling icecast2 under OpenBSD 3.1
...ou trying to compile im_sun.c on a non-solaris machine? That file is Sun audio device support. Is the autoconf/automake magic magically screwed there? Anyway, just don't compile that file at all - it's used only on machines with sun audio devices (which as far as I know means solaris only). im_oss.c serves the same purpose for OSS audio, which is probably what openbsd uses (this is needed if you want to do live audio encoding/streaming, from line-in or something like that) Michael <p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.ice...
2005 Apr 18
0
Ices2 compile problem on Fedora 3?
...(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 > >...
2004 Aug 06
1
Compiling ices2 under OBSD3.1 (was: Compiling icecast2 under OpenBSD 3.1)
...nyway, just don't compile that file at all - What's the elegant method to do this? So far, when I poked at code that didn't work, I screwed around in the Makefiles manually until it eventually works (or doesn't). That's more like random guessing .. ;) > means solaris only). im_oss.c serves the same purpose for OSS audio, which > is probably what openbsd uses (this is needed if you want to do live I haven't seen OSS on any OpenBSD so far, I have the choice between aRts, ESD or the Sun Audio driver. Those are for the outputs at least, I don't know about the other w...
2004 Aug 06
4
streaming vorbis files from an openbsd box
Hi-- I've installed icecast2 and ices2 on an OpenBSD box. It all seems sane from the server side, but when I try to listen to my stream from winamp 2.76 with Peter Pawlowski's vorbis plugin (1.12), from a win98se box, nothing plays. Nothing is appended to the ices2 log, and the following is appended to the icescast2 log (when I terminate icecast2): *** [2001-08-02 22:05:16]
2004 Aug 06
4
[Interopcast-general] about translatingdocumentation, but not only documentation.
Just a few weeks ago, I was thinking of writing a streaming source using libshout and portaudio. I was also considering LADSPA support, to do some minor post-processing before encoding. However, I'm currently developing on Mac OS X, and LADSPA's shared library plugin model has some issues here to be resolved. Another nice feature I have given a thought on is incorporating