similar to: Icecast 2.0 in OS X Server?

Displaying 20 results from an estimated 3000 matches similar to: "Icecast 2.0 in OS X Server?"

2004 Aug 06
2
Icecast 2.0 in OS X Server?
Thanks Ralph; Maybe it's me. I wiped out my whole /var/libvorbis directory, dropped in a new one from the libvorbis-1.0.1.tar.gz file including all the subdirectories, and edited /var/libvorbis/examples/Makefile.fm as instructed. I then ran ./configure without difficulty, then ran make again, which started afresh but still ended up with the same error: gcc -DDARWIN -fno-common
2007 Oct 22
2
problems building libvorbis-1.2.0 on Solaris 10 (sparc)
Hello, I'm running into problems while trying to build libvorbis. My build platform is Solaris 10 (sparc) (11/06) with GCC 3.4.6. The build fails with the following error : Making all in examples gmake[2]: Entering directory `/afs/cad.njit.edu/u/a/n/andym/ftp/freeware/multimedia/ogg/libvorbis-1.2.0/examples' gcc -DHAVE_CONFIG_H -I. -I.. -I../include
2005 Mar 09
1
compile error
king all in vorbisfile make[2]: Entering directory `/home/ronan/libvorbis-1.0.1/doc/vorbisfile' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/ronan/libvorbis-1.0.1/doc/vorbisfile' Making all in vorbisenc make[2]: Entering directory `/home/ronan/libvorbis-1.0.1/doc/vorbisenc' make[2]: Nothing to be done for `all'. make[2]: Leaving directory
2001 Dec 20
1
vorbis module compilation problem
[I just got on to this mailing list to report this problem. If it has already been reported, then I'm sorry for duplicating the report. And I seriously doubt this is not the right topic to talk about on this mailing list, but if it is, sorry for that too.] Okay, here's a new one. I have never seen this error before. This is the latest CVS code I'm trying to compile, on a pretty close
2014 Apr 20
1
Configure error, Ogg not found on Mac OS X
Hi all I'm trying to compile and install libvorbis 1.3.4 on Mac OS X (Mavericks). When try to run configure, it shows the following error: CC=clang ./configure? \ ? --prefix=/usr --with-ogg-libraries=/usr/lib \ ? --with-ogg-includes=/usr/include --enable-shared --disable-static checking for Ogg... no *** Could not run Ogg test program, checking why... The config.log shows:
2002 Jan 10
1
Trouble building libvorbis-1.0rc3
Hi all, I was just trying to build myself a RC3 set of Ogg/Vorbis libs and tools, but the build of libvorbis bombs out on me while making all in examples. I've ./configure'd with no options, which gave no warnings or errors. After that a normal make gives the below attached output. Can anyone tell me what I've done wrong ? I've also tried removing the examples/ directory. After
2001 Jan 29
1
Mac OS X/Darwin patch for libvorbis
This is also pretty simple. Just a small patch to configure.in to set the right compiler flags and changes to os.h to (a) not have deeply nested ifdefs, making the file needlessly hard to read, (b) break up the sections by functionality and (c) don't assume that every non-Win32 has the floating versions of math library functions. -tim Index: configure.in
2008 Aug 28
0
Error while cross compiling libvorbis 1.2.0
Dear All, I am trying to cross compile the dependencies of ices for arm linux. I have been able to compile libxml2 (2.6.32) and libogg (1.1.3) successfully but I am getting stuck at compiling libvorbis (1.2.0). Making install in examples make[1]: Entering directory `/home/sr/armlinux/stream/libvorbis-1.2.0/examples' /bin/bash ../libtool --tag=CC --mode=link /usr/local/arm/bin/arm-linux-gcc
2003 Apr 13
1
Compile error in examples.
Greetings, I am having some trouble when compiling libvoribis-1.0. It bombs out when compiling the examples dir. The output:: <p>gcc -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -O2 -march=i586 -DUSE_MEMORY_H -static -o decoder_example decoder_example.o ../lib/.libs/libvorbis.a -L/usr/lib -lm /usr//lib/libogg.a ../lib/.libs/libvorbis.a(mapping0.o): In function
2002 Jul 20
0
libvorbis 1.0 compile time err.
Hi there I get the following err. while compiling libvorbis: gcc -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -static -o decoder_example decoder_example.o ../lib/.libs/libvorbis.so -L/usr/lib -lm /usr/lib/libogg.so -Wl,--rpath -Wl,/mnt/gnu/source/console/libs/libvorbis/libvorbis-1.0/lib/.libs /lib/ld-linux.so.2(*IND*+0x0): multiple definition of ^__xstat64'
2015 May 18
5
Writting 16-bit PCM data to Ogg.
Hi Developers, I have a 16-bit PCM data buffer, I want to write that to ogg file. Could you help me to understand how to write pcm data to the ogg? Thanks in advance. Arun balaji -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/vorbis-dev/attachments/20150518/6c8c9a63/attachment.htm
2004 Dec 02
0
re: building theora
Hello, *** I just got this problem with mandrake : gcc -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -fomit-frame-pointer -DUSE_MEMORY_H -static -o decoder_example decoder_example.o ../lib/.libs/libvorbis.a -L/usr/local//lib -lm /usr/local/lib/libogg.a /usr/bin/ld: cannot find -lm *** I found a thread (Sun Sep 12 13:44:10 PDT 2004) about this problem and this is the answer :
2005 Aug 05
1
debugging question.
Hi, I am using libvorbis-1.0.1 and I am trying to debug the example decoder (examples/decoder_example.c) using gdb. I have compiled the source tree for debug and can single step through the program. However i am facing the following problem (which I think is more of C than vorbis) 1. after single steppig I finally arrive at the function shown below (in file lib/info.c) static int
2003 Sep 27
1
regarding audio codec
hello sir, Iam presently working on ogg vorbis audio decoder for ADI family of processor for ADI solution provider company in india. I would be happy to know, the format of each frame of encoded file. Iam using the decoder_example.c file and with that i have added all the associated files. Initially iam simulating in Visual C++ Environment. After checking through that i would be cross compiling
2002 Jun 26
1
Getting started with vorbisfile_example.c (MS VC 6)
Hello Hope you don't mind another newbie's question. Further to GIE's email about problems compiling decoder_example.c example (MS VC 7) using debug static ogg/vorbis libs, we'd appreciate any help getting the example files to compile on MS VC 6. The zip files we have downloaded are: libao-0.8.2.zip libogg-1.0rc3.zip libvorbis-1.0rc3.zip vorbis-sdk-1.0rc3.zip
2001 Apr 05
1
decoder_example -- event driven?
I'm trying to adapt decoder_example to to support more of an event driven model. I'm building an RTSP client/server where the client will have a function called everytime a new packet comes in. So, I want to queue up these packets to be played. My current attack is as follows (note this isn't very robust and I realized that): For first and second packet i grab all the header stuff
2000 Nov 09
4
libvorbis compile failure
The latest CVS update of libvorbis fails to compile on SuSE Linux 6.4. The error is below. Also, what happened to the xmms plugin directory in cvs? It complains that it is missing when I do a 'cvs update'. gcc -DPACKAGE=\"libvorbis\" -DVERSION=\"1.0beta3\" -DHAVE_ALLOCA_H=1 -DHAVE_ ALLOCA=1 -I. -I. -I../include -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fs
2000 Jul 24
3
Decoder example question
Hey all...I'm trying to use the decoder_example.c in the examples directory to decode a .ogg file that was encoded by using the binary encoder ogglame.exe and encoded via the encoder_example.c. I'm running into a problem with the decoder though. It plays FINE under the WinAmp plugin but I when I try and use the decoder_example.c to decode the file it says "End of file before finding
2001 Apr 29
1
ogg vorbis decoding
Hello, I am currently developing a ogg vorbis decoding module for use in winlame (a LAME frontend), and I have some questions: To do a decoder I used most code in decoder_example.c, but I think there is something missing. I would be glad if someone could look at this code: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/winlame/winlame/source/winlame/wlOggVorbisDecoderModule.cpp and
2000 Feb 16
1
Decode questions
Sorry, to interrupt the license flame war... I downloaded the source from CVS as of 11am this morning and there are a couple of issues that I ran into: 1) I built the package and then in the examples dir I executed the following commands: # cdparanoia -B 1-1 # ./encoder-example < track01.cdda.wav > test.vor # ./decoder-example < test.vor > out.wav The rip and the encode both work