With the following code in NodeJS I\'m able to play a webm file served from server:
app.get(\'/video\', function(req, res){
res.writeHead(200,{
\'Con
Thanks to key help from Brad's FB sample, I was able to put together a working version that sends an audio/video stream to icecast, which then can easily be played back in a browser. Since the audio and video codecs are directly copied, it's only 5 - 10 seconds of lag.
Here's the link:
https://gitlab.com/jamie/icecast-web-source-client