I'm searching the net for an Icecast server sourcing library which I can use in my commercial program. Anything under LGPL, MIT or even a commercial license?

So far I was only able to find the libshout and BassEnc. The later may be purchased but I need to use it on Android 2.1+ and that is not the case with Bass (it expects 2.3+)

Thanks

link|improve this question

68% accept rate
1  
Getting data to the Icecast/SHOUTcast server is trivial. (See stackoverflow.com/a/9241620/362536) All you really need is a codec. Which codec did you plan to use? MP3? AAC? OGG? It is not possible to answer your question until this is known. – Brad Feb 23 at 18:45
@Brad hey, thanks for your answer. I was just looking for something to plug in and avoid the need to go low level network communication. However, since the protocol is that trivial I'm going to implement a network library by myself. Thanks! – Anton Feb 23 at 22:00
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.