Displaying 7 results from an estimated 7 matches for "ices_reencode_reset".
2004 Aug 06
2
Compiling ices help needed
...thread -I../libshout -I/usr/src/lame3.70
-I/usr/include/libxml -I/usr/include -g -O2 -Wall -c
reencode.c
reencode.c: In function `ices_reencode_initialize':
reencode.c:46: void value not ignored as it ought to
be
reencode.c:60: void value not ignored as it ought to
be
reencode.c: In function `ices_reencode_reset':
reencode.c:97: void value not ignored as it ought to
be
reencode.c:113: void value not ignored as it ought to
be
make[3]: *** [reencode.o] Error 1
make[3]: Leaving directory
`/usr/src/ices-0.0.1.beta5/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/usr/src/ices-0.0....
2004 Aug 06
2
Problem IceS and lame
...oblem is :
*****
reencode.c: In function `ices_reencode_initialize':
reencode.c:46: too many arguments to function `lame_init'
reencode.c:46: warning: comparison between pointer and integer
reencode.c:65: warning: implicit declaration of function `lame_version'
reencode.c: In function `ices_reencode_reset':
reencode.c:97: too many arguments to function `lame_init'
reencode.c:97: warning: comparison between pointer and integer
make[3]: *** [reencode.o] Erreur 1
make[3]: Leaving directory `/home/icecast/ices-0.0.1.beta5/src'
make[2]: *** [all-recursive] Erreur 1
make[2]: Leaving directory...
2004 Aug 06
0
Compiling errors by reencode
...de -I/usr/lib/perl5/5.00503/i586-linux/CORE
-I/usr/include/gnome-xml -g -O2 -Wall -c reencode.c
reencode.c: In function `ices_reencode_initialize':
reencode.c:46: void value not ignored as it ought to be
reencode.c:60: void value not ignored as it ought to be
reencode.c: In function `ices_reencode_reset':
reencode.c:97: void value not ignored as it ought to be
reencode.c:113: void value not ignored as it ought to be
make[3]: *** [reencode.o] Error 1
make[3]: Leaving directory `/tmp/icecast/ices-0.0.1.beta5/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/icecast/i...
2004 Aug 06
0
AW: Compiling ices help needed
...thread -I../libshout -I/usr/src/lame3.70
-I/usr/include/libxml -I/usr/include -g -O2 -Wall -c
reencode.c
reencode.c: In function `ices_reencode_initialize':
reencode.c:46: void value not ignored as it ought to
be
reencode.c:60: void value not ignored as it ought to
be
reencode.c: In function `ices_reencode_reset':
reencode.c:97: void value not ignored as it ought to
be
reencode.c:113: void value not ignored as it ought to
be
make[3]: *** [reencode.o] Error 1
make[3]: Leaving directory
`/usr/src/ices-0.0.1.beta5/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/usr/src/ices-0.0....
2004 Aug 06
0
Problem IceS and lame
...encode.c: In function `ices_reencode_initialize':
> reencode.c:46: too many arguments to function `lame_init'
> reencode.c:46: warning: comparison between pointer and integer
> reencode.c:65: warning: implicit declaration of function `lame_version'
> reencode.c: In function `ices_reencode_reset':
> reencode.c:97: too many arguments to function `lame_init'
> reencode.c:97: warning: comparison between pointer and integer
> make[3]: *** [reencode.o] Erreur 1
> make[3]: Leaving directory `/home/icecast/ices-0.0.1.beta5/src'
> make[2]: *** [all-recursive] Erreur 1
&g...
2004 Aug 06
1
ices and VBR mp3s?
...encode)
- /* only actually decode/reencode if the bitrate of the stream != source */
for (stream = ices_config.streams; stream; stream = stream->next)
- if (stream->bitrate != source->bitrate) {
+/* ALWAYS reencode -- bypass bitrate checking */
+{
decode = 1;
ices_reencode_reset ();
}
@@ -207,11 +207,9 @@
while (do_sleep) {
rc = olen = 0;
for (stream = ices_config.streams; stream; stream = stream->next) {
- /* don't reencode if the source is MP3 and the same bitrate */
- if (!stream->reencode || (source->read &&
-...
2004 Aug 06
2
Simple directory question
At 02:40 06/04/01 -0700, Harry wrote:
>It turns out, from what I can tell, streamcast doesn't send bitrate
>information. Here's the changes I made in the part of the code so that it does:
>
>182c188,189
>< icy_compat => 0,
>---
> > icy_compat => 1,
> > bitrate => $bitrate,
Well, how