bp2008 / ui3

A powerful, modern HTML5 web interface for Blue Iris.
GNU Lesser General Public License v3.0
121 stars 18 forks source link

Feature Request: Two Way Audio #18

Closed editter closed 5 years ago

editter commented 5 years ago

Do you plan on allowing for two way audio between UI3 and a camera using a computer/phone microphone? I assume the biggest limitation would be with the Blue Iris API but I haven't dug into that in a long time so maybe it has been updated to allow for that.

Thanks for the great work you have done with this!

bp2008 commented 5 years ago

There's no plan for this. The only way I'm aware of to get an audio stream out of the browser is to use WebRTC, which is a comically overcomplicated protocol that Blue Iris likely will never support. It might be possible to do it with a web socket, but BI doesn't have a web socket server either.

editter commented 5 years ago

Thanks for the reply. So even if there was a way to get a normal audio format does Blue Iris provide a way to pass that to the camera?

bp2008 commented 5 years ago

Yeah, you can do it with the iOS or Android app I believe. Never tried it myself.