Displaying 12 results from an estimated 12 matches for "ovectl_ratemanage_arg".
2005 Dec 10
2
Cannot build ices0/libshout2 on Mac OSX 10.4.2
...uild - or to be
more exact, can't get libshout2 to build.
I started by using DarwinPorts, and icecast2 & libogg & libvorbis
seemed to build OK. The install of ices0 then gave up at the libshout2
config stage with output like this:
[...]
checking for libvorbis... ok
checking for struct ovectl_ratemanage_arg... no
configure: error: requisite Ogg Vorbis library not found
Now, I found a thread on this list in July describing a similar
problem: http://lists.xiph.org/pipermail/icecast/2005-July/009744.html
- and suggesting that compiling with gcc 4 might be the cause. I'm
probably compiling with gcc 4...
2005 Feb 15
1
Install icecast as user on remote server
...un the latest version.
The server is running Debian so we have the possebility to use apt-get, but I dont have the privileges to use it in the "regular" way..
When I try to compile it everything is ok untill:
checking for libogg... ok
checking for libvorbis... ok
checking for struct ovectl_ratemanage_arg... no
configure: error: must have Ogg Vorbis v1.0 or above installed
best regard,
Sverre Helge Bolstad
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/icecast/attachments/20050215/3c6c7d57/attachment.html
2004 Aug 06
2
Liveice on Linux PPC
>
>
>build libshout first, as ices uses libshout
>
>karl.
>
>
OK, I built libshout from CVS and it seems to be installed OK under
/usr/local/lib
Now, with respect to ices, I've got as far as
./autogen.sh
./configure
BUT, when I run 'make' I get an error:
encode.c: In function 'encode_initialise':
encode.c:91 storage size of 'ai' isn't
2005 Aug 22
2
ezstream and OSX 10.4.2 Tiger...
...ds work without any flags... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for pthread_rwlock_t... yes
checking for cc_r... gcc
checking for libogg... ok
checking for libvorbis... ok
checking for struct ovectl_ratemanage_arg... no
configure: error: requisite Ogg Vorbis library not found
--
Michael Hale <smiley@gift-culture.org>
gift culture: http://www.gift-culture.org
initstring: http://www.initstring.org
artificial music machine: http://www.artificialmu...
2004 Aug 06
6
Liveice on Linux PPC
>
>
>>
>>
>
>That line relates to this
>struct ovectl_ratemanage_arg ai;
>
>which is defined in vorbis/vorbisenc.h. Is one of those other lines
>stating that certain headers files could not be found? If so then make
>sure that your system has the ogg and vorbis packages installed. You may
>have to build libogg and libvorbis from source if you don...
2004 Aug 06
0
Liveice on Linux PPC
...when I run 'make' I get an error:
>
> encode.c: In function 'encode_initialise':
> encode.c:91 storage size of 'ai' isn't known
>
> There are several other lines, which I can probably dump to a file, if
> necessary.
That line relates to this
struct ovectl_ratemanage_arg ai;
which is defined in vorbis/vorbisenc.h. Is one of those other lines
stating that certain headers files could not be found? If so then make
sure that your system has the ogg and vorbis packages installed. You may
have to build libogg and libvorbis from source if you don't have the
binarie...
2004 Aug 06
0
Liveice on Linux PPC
On Fri, 2002-12-20 at 17:50, Drew Lane wrote:
> >That line relates to this
> >struct ovectl_ratemanage_arg ai;
> >
> >which is defined in vorbis/vorbisenc.h. Is one of those other lines
> >stating that certain headers files could not be found? If so then make
> >sure that your system has the ogg and vorbis packages installed. You may
> >have to build libogg and libvorbis...
2005 Aug 22
1
ezstream and OSX 10.4.2 Tiger...
...tc...)
>
> Hopefully this is enough info to be helpful, else, please let me know
> what other info I can provide...
>
> root# ./configure --prefix=/opt/local
...
> checking for cc_r... gcc
> checking for libogg... ok
> checking for libvorbis... ok
> checking for struct ovectl_ratemanage_arg... no
> configure: error: requisite Ogg Vorbis library not found
from this I would check the version of the vorbis library installed, it
may be very old. The exact error will be in the config.log but I would
check the version first.
karl.
2002 Aug 03
1
vbr / cbr / abr API calls
Hi,
Maybe this is documented somewhere, if so, please send me a link to the
documentation.
My question is: how to set up different (VBR, CBR, ABR) modes when
calling the Ogg Vorbis API?
Currently I do:
CBR:
ret = vorbis_encode_setup_managed( &vorbisInfo,
getInChannel(),
getOutSampleRate(),
2005 Dec 10
0
Cannot build ices0/libshout2 on Mac OSX 10.4.2
...2
> to build.
>
> I started by using DarwinPorts, and icecast2 &
> libogg & libvorbis seemed to build OK. The install
> of ices0 then gave up at the libshout2 config stage
> with output like this:
>
> [...]
> checking for libvorbis... ok
> checking for struct ovectl_ratemanage_arg... no
> configure: error: requisite Ogg Vorbis library not found
>
> Now, I found a thread on this list in July
> describing a similar problem:
> http://lists.xiph.org/pipermail/icecast/2005-July/009744.html
> - and suggesting that compiling with gcc 4 might be
> the cause. I&...
2007 Aug 24
0
getting stuck with OSX install
...for writev... yes
checking for struct sockaddr_storage.ss_family... yes
checking for inet_pton... yes
checking for xslt-config... /usr/bin/xslt-config
checking for xsltSaveResultToString... yes
checking for fgrep... grep -F
checking for libogg... ok
checking for libvorbis... ok
checking for struct ovectl_ratemanage_arg... yes
checking for libtheora... newer version required
configure: WARNING: Theora disabled!
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags a...
2005 Aug 26
0
Installing Ices on OSX 10.4.2
...usting
PKG_CONFIG_PATH.
checking for shout-config... /opt/local/bin/shout-config
checking shout/shout.h usability... yes
checking shout/shout.h presence... yes
checking for shout/shout.h... yes
checking for shout_new... yes
checking for libogg... ok
checking for libvorbis... ok
checking for struct ovectl_ratemanage_arg... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating conf/Makefile
config.status: creating doc/Makefile
config.status: creating debian/Makefile
config.status: creating src/Makefile
config.status: creating src/log/Makefile
config.status: creating src/ti...