ESP32 Streaming Video NGROK

Thanks Pete. I appreciate your time. Let me know if the following information is helpful or not.

With respect to the creation of the link, I did the following:

  1. Downloaded the NGROK executable (https://ngrok.com/)
  2. I used the command NGROK authtoken [my auth token]
  3. Then I used the command NGROK http [my ESP32 CAM IP]

The NGROK executable gave me a long link. This is the actual link…

https://957d-2603-8001-6600-6a08-95b6-c3a-4372-562.ngrok.io

I added /mjpeg/1 to the end of the link to get this…

https://957d-2603-8001-6600-6a08-95b6-c3a-4372-562.ngrok.io/mjpeg/1

I then pasted the above address into the video streaming app url address. I tried playing around with the jpeg quality and frame size because I had read that it might help, but it unfortunately didn’t. If it’s helpful, I’ve left the camera feed live for now (currently pointed up at my ceiling).

Thank you for your time and advice.