up vote 0 down vote favorite
1
share [g+] share [fb]

I have a stream that's being received in MP3 and I'd like to convert it to another stream that will feed another instance of Shoutcast/ICEcast in audio/aacp format.

Does anybody knows how to do this?

link|improve this question
feedback

1 Answer

up vote 1 down vote accepted

You should be able to do this using EzStream.

I have been playing with this a while ago to play MP3 files to an Icecast stream, but EZstream can also do stream-to-stream conversions.

Another option would be to use the BASS library to fetch an MP3 stream and push it to an AACP stream.

In fact I'm working on an app that does a similar thing.

If EzStream does not work for you, then please remind me in the holiday season, and I'll try to come up with something in BASS.

--jeroen

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.