Closed TokarevSergey closed 8 months ago
Good evening. After adding Hikvision camera to go2rtc
go2rtc: streams: DoorBell:
And creating media_player in /homeassistant/configuration.yaml
media_player:
platform: webrtc name: PlayerDoorBell stream: DoorBell audio: pcmu
platform: webrtc name: PlayerDoorBellCh2 stream: DoorBellCh2 audio: pcmu
Получается такая картина:
If you play audio using this button, the player will look like the image below.
And if the sound is supplied through automation: alias: Внимание обнаружена опасная активность PlayerDoorBellCh2 sequence:
The player is constantly working. How can I force it to turn off?
Thank you
Set up an automation to stop the camera from playing.
Thank you. I figured it out here. The player works when the camera is turned on. When is streaming broadcast?
Good evening. After adding Hikvision camera to go2rtc
go2rtc: streams: DoorBell:
And creating media_player in /homeassistant/configuration.yaml
media_player:
platform: webrtc name: PlayerDoorBell stream: DoorBell audio: pcmu
platform: webrtc name: PlayerDoorBellCh2 stream: DoorBellCh2 audio: pcmu
Получается такая картина:
If you play audio using this button, the player will look like the image below.
And if the sound is supplied through automation: alias: Внимание обнаружена опасная активность PlayerDoorBellCh2 sequence:
The player is constantly working. How can I force it to turn off?
Thank you