Displaying 4 results from an estimated 4 matches for "stream_rewrite".
2004 Aug 06
2
ices2 - Unreasonable error?
...peat a file that's just
> > played.
>
> it's in because of the random playlist feature, disabling then check
> isn't hard and could be stated by a param attribute.
>
No, it's not. This check must not be disabled until someone (probably me)
finishes and integrates stream_rewrite. The check is crucial, currently.
Geoff: the limitation is there because a) stream_rewrite isn't finished, and
b) this means that we have to do this to generate valid ogg bitstreams.
Mike
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.iceca...
2004 Aug 06
2
ices2 - Unreasonable error?
Hi:
I hit a problem where a script that should return one of a list of files to
be played is returning the same one each time. This is obviously not an
ices problem, it's what ices did with it that bugs me. Here's the error:
[2003-08-12 12:17:26] DBUG playlist-script/playlist_script_get_filename
Program/script ("/usr/bin/egosched") returned filename
2004 Aug 06
1
can't compile ices 2 on ppc
...l --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 -lpthread
gcc -O20 -ffast-math -fsigned-char -D_REENTRANT -D_GN...
2004 Aug 06
0
ices2 - Unreasonable error?
...t; played.
> >
> > it's in because of the random playlist feature, disabling then check
> > isn't hard and could be stated by a param attribute.
> >
>
> No, it's not. This check must not be disabled until someone (probably me)
> finishes and integrates stream_rewrite. The check is crucial, currently.
well it's not so crucial now, the timer is BOS based not serial number
change based. The quirk to watch for is that serial numbers won't
change on non-reencoded ogg streams from the playlist, and yes stream
rewrite would resolve that aspect. Unless you...