Is there a way to stream the local blob created by webrtc\'s getUserMedia (vidio and audio) to an Icecast server, making it possible to live broadcast using HTML5?
it captures getUserMedia PCM, encodes it to MP3 format using JavaScript right in your browser, sends encoded MP3 data to Liquidsoap http://liquidsoap.fm/ via Websockets and then Liquidsoap can broadcast that stream to Icecast server.