Yes, I have checked the archives :) I am running Ices 0.2.2 with icecast 1.3.10 and LAME 3.87. I have compiled Ices without any problems, it found lame.h and the libraries, my problem is that when I run ices, it doesn't re-encode the files. This is the command line I am using to play around with: ./ices -b 64 -H 64 -F playlist -h localhost -p 8000 -P letmein -r -v The log shows nothing about re-encoding, my source files range from 128-192 kbps. Am I missing something? -- -Russ Essentialmix.ca --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
I thought the -H was the switch to re-encode... should have paid more attention to the ices --help :) Everything is running smoooooooth now :) Thanks for your help -Russ On Mon, 6 Aug 2001, Brendan Cully wrote:> > -r means make a random playlist. > > You want -R, which means reencode. > > Also your sample rate (-H 64) will probably upset lame. Why don't you > just omit that parameter? > > -Brendan > > --- >8 ---- > List archives: http://www.xiph.org/archives/ > icecast project homepage: http://www.icecast.org/ > To unsubscribe from this list, send a message to 'icecast-request@xiph.org' > containing only the word 'unsubscribe' in the body. No subject is needed. > Unsubscribe messages sent to the list will be ignored/filtered. >-- -Russ Essentialmix.ca --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
On Monday, 06 August 2001 at 10:31, Russ wrote:> Yes, I have checked the archives :) > > I am running Ices 0.2.2 with icecast 1.3.10 and LAME 3.87. I haveHmm, I didn't think it worked with 3.87. But if ices -V lists LAME as a feature, then I guess it does. I'd recommend upgrading anyway, there were some bugs in the library which ices exercised.> compiled Ices without any problems, it found lame.h and the libraries, my > problem is that when I run ices, it doesn't re-encode the files. This is > the command line I am using to play around with: > > ./ices -b 64 -H 64 -F playlist -h localhost -p 8000 -P letmein -r -v > > The log shows nothing about re-encoding, my source files range from > 128-192 kbps. Am I missing something?-r means make a random playlist. You want -R, which means reencode. Also your sample rate (-H 64) will probably upset lame. Why don't you just omit that parameter? -Brendan --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.