How to capture HTML5 microphone input to icecast?
What are the steps and means of capturing microphone audio stream through HTML5 / Javascript (no flash) and then sending it to an already set up icecast server? The solution must be solely browser/web-based, no additional software. The server is on Rails 5.0.0.1. Where should I start? I'm struggling to find any relevant info online as everything talks about uploading/recording audio files as complete files, not streams. Brad The solution must be solely browser/web-based, no additional software. That's not possible at the moment, because there is no way to make a streaming HTTP PUT request .