I have found many projects involving esp32cam, but in all projects video is being seen on local server only.For its of no use.As for a home security project user can view the video at remote location like MI robotic camera.
Also i do not want any port forwarding or tunneling service from a third party like www.nabto.com, www.ngrok.com etc.
-
You will need something local to the ESP32CAM that can do the SSH tunnelling. Maybe a Raspberry Pi. Everything else is just networking and routing and port forwarding. Nothing about that affects the ESP32 in any way.Majenko– Majenko2020年04月27日 15:42:45 +00:00Commented Apr 27, 2020 at 15:42
-
If you're feeling adventurous there's an attempt to turn an ESP32 into an SSH server here, though you'd probably have to implement a whole lot more to do port forwarding.Majenko– Majenko2020年04月27日 15:48:11 +00:00Commented Apr 27, 2020 at 15:48
-
did you post this duplicate? ... electronics.stackexchange.com/questions/495797/…jsotola– jsotola2020年04月27日 17:17:34 +00:00Commented Apr 27, 2020 at 17:17
-
I think esp device support ssh tunneling. only need to implement it separately to transfer cam data over ssh tunnel. similar like how file transfer over ssh using sftp.Suraj Inamdar– Suraj Inamdar2025年09月07日 14:56:57 +00:00Commented Sep 7 at 14:56
lang-cpp