Hello, I can't seem to understand - how am I supposed to make ezstreams conf file to get ezstream to reencode the stream it gets in stdin, and send it to port streamreencoded.mp3 and also send it as not encoded to stream.mp3 ? The input is MP3, out should be MP3 - one notice - I do not have a sound card on the server - is it still possible ?>From what I read, it is supposed to be something like this:<ezstream> <url>http://localhost:8000/stream.mp3</url> <sourcepassword>*</sourcepassword> <format>MP3</format> <filename>stdin</filename> <svrinfoname>INFONAME</svrinfoname> <svrinfourl>INFO</svrinfourl> <svrinfogenre>RockNRoll</svrinfogenre> <svrinfodescription>INFODESC</svrinfodescription> <svrinfobitrate>64</svrinfobitrate> <svrinfochannels>2</svrinfochannels> <svrinfosamplerate>44100</svrinfosamplerate> <svrinfopublic>1</svrinfopublic> <reencode> <enable>1</enable> <encdec> <format>MP3</format> <match>.mp3</match> <decode>madplay -o raw:- "@T@"</decode> <encode>lame -r -x -b 64 -s 44.1 --resample 22.05 -a - -</encode> </encdec> </reencode> </ezstream> Thanks, Dan V
Hi: I don't think you'll be able to do this with EZStream, I don't think it has the capability to send more than one stream instance, but I could be wrong. Also, the reencode isn't going to match your standard input, as it's looking for files ending in .mp3 which of course standard input won't do. Geoff. -- Geoff Shang <geoff@hitsandpieces.net> Phone: +61-418-96-5590 MSN: geoff@acbradio.org Make sure your E-mail can be read by everyone! http://www.betips.net/etc/evilmail.html Please avoid sending me Word or PowerPoint attachments. See http://www.fsf.org/philosophy/no-word-attachments.html
Geoff Shang said:> Hi: > > I don't think you'll be able to do this with EZStream, I don't think it has > the capability to send more than one stream instance, but I could be > wrong. > > Also, the reencode isn't going to match your standard input, as it's > looking for files ending in .mp3 which of course standard input won't do. > > Geoff.Thanks, I will keep that in mind. The worst-case scenario is 3 instances of ezstream, right ? Any suggestions for with what I could do this properly? I need to get an 128kb stream from a server, reendcode and rebroadcast it from a second one, at 3 different versions - 32/64/128. And I have a problem - no audio card on the second server - and I doubt I can get one added. :( Thank you, Dan
On Wednesday, 19 January 2005 at 10:25, Dan V wrote:> Hello, > I can't seem to understand - how am I supposed to make ezstreams conf file > to get ezstream to reencode the stream it gets in stdin, and send it to port > streamreencoded.mp3 and also send it as not encoded to stream.mp3 ? > The input is MP3, out should be MP3 - one notice - I do not have a sound > card on the server - is it still possible ?I believe ices 0.4 should handle this just fine.