Reputation: 51
I would like to stream live audio from my browser to my icecast server. So far I managed to record the audio in the browser and store it as a .WAV file. I was thinking of using a nodejs server to get the audio, but I don't know how to stream the audio to one of the icecast stream clients.
Does anybody knows how to make the link between the nodejs server and the icecast server? (they can both be on the same server).
Upvotes: 2
Views: 2555
Reputation: 2720
You can try Webcaster http://webcast.github.io/
it has an example for NodeJS
Upvotes: 1