WebRTC icon indicating copy to clipboard operation
WebRTC copied to clipboard

No Audio via HA Android App

Open EmAnzi3 opened this issue 3 years ago • 3 comments

Hello, I successfully integrated my Reolink E1 Pro in HA and via browser everything works fine, however, via HA Android app audio seems to be deactivated, no option to turn it on. Status icon is "stream is played with WebRTC".

EmAnzi3 avatar Nov 22 '21 07:11 EmAnzi3

Hi, unfortunately same here. :( There is something that we can do for resolve?

trabogano avatar Jan 13 '22 19:01 trabogano

Hello, I have the same configuration, if I open home assistant from chrome for android or from its companion app the result does not change the audio does not work. If I open it from a PC browser the audio works.

niahane avatar Jan 14 '22 09:01 niahane

Audio is only supported if the audio codec from the RTSP stream is OPUS or G.711 PCM. This is a limitation of the WebRTC spec https://developer.mozilla.org/en-US/docs/Web/Media/Formats/WebRTC_codecs

rbray89 avatar Feb 25 '22 03:02 rbray89

Check my new project. It can handle any codec situation with your help... https://github.com/AlexxIT/go2rtc

AlexxIT avatar Aug 21 '22 11:08 AlexxIT