s60sc / ESP32-CAM_MJPEG2SD

ESP32 Camera motion capture application to record JPEGs to SD card as AVI files and stream to browser as MJPEG. If a microphone is installed then a WAV file is also created. Files can be uploaded via FTP or downloaded to browser.
GNU Affero General Public License v3.0
931 stars 214 forks source link

404: not found #327

Closed Shadowpost closed 10 months ago

Shadowpost commented 10 months ago

I'm installing my second ESP cam now. The first one works o.k. but the second gives a 404 error.

I can get a still image. The camera works and records. The files are readable on the SD card and show up in the web interface

When i choose "start stream", "start playback" or "download", the 404 error will pop-up and there is no file displayed or downloaded.

In my opinion, i have uploaded the sketch exactly like the other camera. Tried via the direct wifi connection as well as via the home wifi. Tried 3 different handhelds and 2 different PC's with different browsers.

Please help!

s60sc commented 10 months ago

if you are not using the latest release you need to manually copy the old release data to the sd card

Shadowpost commented 10 months ago

Thanks for the quick response.

Downloading the latest version and programming the board with it fixed the issue!