muxinc/chromium_broadcast_demo

Question regarding Audio channel

Opened this issue · 0 comments

Hi Nick,

just watched a recording of your talk where you showed this demo. I've been toying around with it a little since it might be what I need to make a simple "Go live from Browser" and incorporate simple "conferencing" element to it.

So I'd like to run something similar to this concept in a series of docker containers but each container could spawn one or more chromium windows since that specific worker could handle more than one stream.

Worker would for each session spawn a separate Xvfb, Chromium and ffmpeg process to capture video for each stream. The problem is how could I grab audio from that specific chromium window?

I'm not even sure this is the right approach, but the end goal is to have multiple workers that can handle multiple streams. The easiest way would be to prelaunch exact amount of docker containers, but right now that does not fit my workflow that well.

Would appreciate any suggestion!