▲ | kennedn 16 hours ago | |
Hello, as I alluded to in my blog post you should use tapo:// as the main stream source to get two-way audio. You can then optionally use rtsp://.../stream2 as a lower resolution sub stream source for detections. Defining both tapo:// and rtsp:// in a single stream is redundant as go2rtc only picks one or the other. My own configuration is here for reference https://github.com/kennedn/frigate/blob/7c56604e819d2cb1da28... | ||
▲ | BLKNSLVR 16 hours ago | parent [-] | |
Aaaah, I should have specified above that I don't use (or care about) the two-way audio in the frigate config. Thanks for the info, I just hacked away at various config suggestions until one combination worked. Cheers! |