Open haitham506 opened 1 month ago
Probably Hass doesn't support OPUS audio for HomeKit
But it says here that it does
audio_codec string (Optional, default: libopus)
Only for camera entities. FFmpeg audio codec for transcoding. copy option reduces CPU load when audio source is already encoded with libopus.
https://www.home-assistant.io/integrations/homekit/#audio_codec
Doesn't that mean that it does support it?
Thank you for replying
You can check Hass project issues. It has problems with OPUS codec. Because HomeKit uses non standard OPUS implementation. You can't copy it. You can't use FFmpeg for it.
Hello,
go2rtc config:
Home Assistant Homekit config:
Playing the camera on the browser or VLC works fine with audio. When playing the camera in Home app (AppleTV/iPad) there is no sound even though it is OPUS
But if I add the camera to Homekit through go2rtc directly the audio works fine
I want it this way to link the motion sensor to the camera for push notifications with thumbnail + if I add it to homekit through HA without go2rtc the audio will be Choppy because of the transcoding aac to opus
What is the issue here?
Thank you :)