Scenario:
-
Linux device (ubuntu server) has hardware audio input from studio mixer main output.
-
Separate existing Linux apache web server is already public.
Both devices are on the same network. I’d like to publish a public web player page to listen to live audio from the studio with minimal latency as possible.
I am assuming utilization of webrtc via a method such as webrtc-cli will allow me to send audio from the audio source computer over to my web server. I am still hung up on how to receive audio from the source computer and publish it for many clients to listen as efficiently and with lowest latency as possi. Is the use case of webRTC SFU my best option?