go2rtc
go2rtc copied to clipboard
2-way audio to a Home Assistant media_player
I have a scenario where i'd like to talk back (To my dog in this case), but i'd like to send the audio to a speaker located elsewhere in my house instead of the source camera, which is available in Home Assistant as a media_player
I'm using Unifi cameras and i have this setup like this
streams:
camera.dog_camera:
- rtspx://10.255.25.1:7441/LR42fugdNOfosafG
I've read the docs multiple times and struggle to understand if this is possible or not. E.g. something like this
streams:
camera.dog_camera:
- rtspx://10.255.25.1:7441/LR42fugdNOfosafG
- hass:media_player.living_room
Would appreciate if someone had a solution or any tips that could point me in the right direction.