[erlang-questions] Erlang for an audio streaming server project?

Max Lapshin max.lapshin@REDACTED
Tue Dec 6 03:15:59 CET 2016


It is very unclearly what you want to do:  take raw audio and encode it to
mp3/aac  (it is insane to do this in java, because it is unsuitable for
such task) or you want to take mp3 and stream it via shoutcast.

Encode raw audio (where do you take it from?) to mp3 is a task for any C
library that is very easily embeddable into erlang.
Streaming mp3 to shoutcast is very, very, extremely easy.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20161206/fbf81e9d/attachment.htm>


More information about the erlang-questions mailing list