user2266935
user2266935

Reputation: 51

Stream audio from browser to icecast

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

Answers (1)

Alex Paramonov
Alex Paramonov

Reputation: 2720

You can try Webcaster http://webcast.github.io/

it has an example for NodeJS

Upvotes: 1

Related Questions