Code Monkey home page Code Monkey logo

Comments (8)

rzeldent avatar rzeldent commented on June 12, 2024

Hi Ivan,

Can you try clearing the EEPROM?

In platformio:

Run Task- PlatformIO: Erase FLASH

Maybe this helps...

from esp32cam-rtsp.

rzeldent avatar rzeldent commented on June 12, 2024

Also, see that your camera doe not initialize. Try to uncheck the "use PSRAM" option and set the frame buffers to 1.

from esp32cam-rtsp.

rzeldent avatar rzeldent commented on June 12, 2024

Could you also enable the exception decoder in Platformio:

https://community.platformio.org/t/how-do-i-use-esp32-exception-decoder/22789

This will hopefully provider some more info...

from esp32cam-rtsp.

ivanshateev avatar ivanshateev commented on June 12, 2024

I erased the EEROM in this way (via the Arduino IDE):
#include <EEPROM.h>

void setup() {

EEPROM.begin(512);
// Записываем 0 во все 512 байт EEPROM
for (int i = 0; i < 512; i++) {
EEPROM.write(i, 0);

}

EEPROM.end();
}

void loop() {
}

But now the next one.
JPEG Motion stream - working.
RTSP camera stream - Error. (VLC cannot open MRL 'rtsp://192.168.4.1:554/mjpeg/1'. Look for more details in the log file.)

from esp32cam-rtsp.

rzeldent avatar rzeldent commented on June 12, 2024

Can you check it when connected to the access point?

from esp32cam-rtsp.

ivanshateev avatar ivanshateev commented on June 12, 2024

In the diagnostics on the web page it says - RTSP is disabled. How to turn it on?

Connected to point: ESP32CAM-RTSP.

ESP32 SDK Version: v4.4.4
CPU model: ESP32-D0WDQ5 rev. 1
CPU speed: 240 Mhz
CPU cores: 2
RAM size: 264.31 KB
PSRAM size: 4 MB
Flash size: 4 MB

Diagnostics
Uptime: 00:01:57
RTSP sessions: RTSP server disabled
Free heap: 55.88 KB
Max free block: 35.99 KB

from esp32cam-rtsp.

rzeldent avatar rzeldent commented on June 12, 2024

RTSP is only enabled if it is connected to an access point. The 192.168.4.1 is only for configuration/testing.

from esp32cam-rtsp.

ivanshateev avatar ivanshateev commented on June 12, 2024

Everything is working. Thank you.

from esp32cam-rtsp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.