Search code examples
javascripthtml5-audioaudio-streamingweb-audio-apibroadcast

Best way to broadcast a live speach to web on local network


I am looking for a kind of solutions to broadcast live speach from web to web or from a mobile app to web.

Person that makes the live speach will speak from his mobile on the web or on a app. listeners will listen on web page without needing of an extra app etc.

Live speech sending and listining will be realized inside of a local network. And need a latency less than 1 second.

What can be different approches to solve this need?


Solution

  • According to my researches best way is WebRTC.

    As there will be more than 1 listener allways need a signal server or something like that.