I’m putting together a proof of concept but I’m a bit stuck with the basic concept.
My starting point is a .NET Core Desktop application, running NAudio. I managed to capture audio from a local microphone. This application will run on a laptop connected to a local wifi network.
How can I now broadcast it via Web (similar to an online radio I’d imagine)? WebRTC? Socket? Send the data to a Webservice and distribute it?
I just need someone to point me to the right direction and I can go from there.