Comment on Do any self hostable security cameras support a VPN to upload footage to another site?
spaghettiwestern@sh.itjust.works 2 weeks ago
I did this for about a year between sites 240 miles apart. The only downside was it used a lot of bandwidth.
If your MIL’s router supports Openwrt or you can replace it with one that does, you can use a VPN and PBR (Policy Based Routing) to your home router or server and do exactly what you want with any camera that supports RSTP (Real Time Streaming Protocol). That includes most cheap wired TP-Link cameras and plenty of others. PBR on the router at your MIL’s home would be used to route all traffic from camera IP addresses to your server.
I used Frigate software and Home Assistant for occupancy detection/alerts and Wireguard for transport. It worked perfectly but I eventually got around to adding 2nd server.
ProfessorHoover@infosec.pub 4 days ago
I didn’t think about the bandwidth requirements. I think I will have to figure out if local storage would be suitable then. Thanks