I'm trying to stream a microphone/audio to multiple clients.
- the broadcaster is a screenless raspberry, so I can't open a Webbrowser and click on "share mircophone"
- The clients will be using their smartphone to listen.
- the latency must be super low.
I did not find any WebRTC Demo that worked. All of them are either p2p or the scalable Broadcasting from muaz khan is only working for the initiator; not clients.
I came across Janus (which I didn't really understand what exactly this is doing) but I don't get how to install this and how to configure it.
Is there any way to easily share the microphone's output via WebRTC? Something like Apache hosting a simple website where the microphone audio is hosted on?
Thanks for all the ideas on how to solve it!