I tried and failed at enough suggestions I found on the internet and via AI to cobble together a frigate configuration that eventually worked with the Tapo cameras. RTC setup section: go2rtc: streams: : - rtsp://tapoadmin: @ :554/stream1 - ffmpeg: #audio=opus - tapo:// @ _sub: - rtsp://tapoadmin: @ :554/stream2 - ffmpeg: _sub#audio=opus - tapo:// @ Main section: : ffmpeg: output_args: record: preset-record-generic-au…
Wanted to spy on my dog, ended up spying on TP-Link
111–120 of 181 posts
Re: Wanted to spy on my dog, ended up spying on TP-Link
#112Earlier quoted context omitted.
What I don't get is, if I am using my bank website on linux (with full root ability), it's still almost nearly the same as having the app on Android. The argument of "we lock it down to protect you makes 0 sense to me"
They usually don't let you deposit checks via web app.
Re: Wanted to spy on my dog, ended up spying on TP-Link
#113IoT security is generally terrible, but the fact that consumer routers are essentially unaudited black boxes processing all your network traffic is genuinely concerning. Most people have no idea their router firmware hasn't been updated in years and is probably running known CVEs. The supply chain trust model for networking hardware is broken.
Re: Wanted to spy on my dog, ended up spying on TP-Link
#114Earlier quoted context omitted.
Really? Mine has a switch for static. You aren't seeing that in the app? Configuration -> Advanced settings -> Network
Confirmed here. I've got four of them, and they all have this setting. I know because I changed them from DHCP reservation to static IP recently.
Re: Wanted to spy on my dog, ended up spying on TP-Link
#115Earlier quoted context omitted.
The stuff on the shelf, sure, but you can always go 'prosumer-grade' like Ubiquiti or Mikrotik for hardware that actually receives timely updates and has competently written firmware.
Ubiquiti is awful, it's a cloud-centric ecosystem. The best "prosumer-grade" stuff is probably OpenWrt. If you need more power, opnSense or a plain Linux distro on an x86 machine.
Re: Wanted to spy on my dog, ended up spying on TP-Link
#116I tried and failed at enough suggestions I found on the internet and via AI to cobble together a frigate configuration that eventually worked with the Tapo cameras. RTC setup section: go2rtc: streams: : - rtsp://tapoadmin: @ :554/stream1 - ffmpeg: #audio=opus - tapo:// @ _sub: - rtsp://tapoadmin: @ :554/stream2 - ffmpeg: _sub#audio=opus - tapo:// @ Main section: : ffmpeg: output_args: record: preset-record-generic-au…
Re: Wanted to spy on my dog, ended up spying on TP-Link
#117I tried and failed at enough suggestions I found on the internet and via AI to cobble together a frigate configuration that eventually worked with the Tapo cameras. RTC setup section: go2rtc: streams: : - rtsp://tapoadmin: @ :554/stream1 - ffmpeg: #audio=opus - tapo:// @ _sub: - rtsp://tapoadmin: @ :554/stream2 - ffmpeg: _sub#audio=opus - tapo:// @ Main section: : ffmpeg: output_args: record: preset-record-generic-au…
Do you use an outdoor camera with this? I'm trying to find one and my c402 does not appear to have that support.
I use Reolink's for outdoor. The Tapo's are all indoor C210/C211 (cheap, but do the job just fine).
Looks like the C402 has two different hardware versions[0] so maybe the old one doesn't work but the new one does? A firmware upgrade might also be worth trying. This reddit page suggests trying ONVIF as the go2RTC connection[1].
Good luck!
[0]: https://www.tp-link.com/us/support/download/tapo-c402/
[1]: https://www.reddit.com/r/frigate_nvr/comments/1liosei/tapo_c...
Re: Wanted to spy on my dog, ended up spying on TP-Link
#118Does anyone have a good reference for which tapo cameras support rtsp? I have a c210 that works well (sort of, you can't use it with their cloud capture) and I have it working with frigate. But today I got a c402 (outdoor) thinking I could use it to capture my son's soccer practice. But that doesn't have the camera account option under advanced. I love the price point of these devices but the functionality is all ove…
Re: Wanted to spy on my dog, ended up spying on TP-Link
#119I tried and failed at enough suggestions I found on the internet and via AI to cobble together a frigate configuration that eventually worked with the Tapo cameras. RTC setup section: go2rtc: streams: : - rtsp://tapoadmin: @ :554/stream1 - ffmpeg: #audio=opus - tapo:// @ _sub: - rtsp://tapoadmin: @ :554/stream2 - ffmpeg: _sub#audio=opus - tapo:// @ Main section: : ffmpeg: output_args: record: preset-record-generic-au…
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/7c56604e819d2cb1da2…
Thanks for the info, I just hacked away at various config suggestions until one combination worked.
Cheers!
Re: Wanted to spy on my dog, ended up spying on TP-Link
#120Annoyingly when this is in use, I can't use ONVIF which seems like the only way to pan and tilt the camera using open tools. So if I want to use two way audio and also control the camera, I have to stop the process reading tapo:// stream, start onvif client and rotate, turn off onvif client and start streaming using tapo:// again