rzeldent / esp32cam-rtsp

Simple RTSP (streaming image) server for the ESP32CAM. Easy configuration and monitoring through the web interface.
663 stars 121 forks source link

Diagnostics: RTSP server disabled - how can I enable it? #100

Closed mongoq closed 11 months ago

mongoq commented 11 months ago

I can't seem to be able to enable the RTSP server. It shows up in the configuration page as disabled. Connecting with VLC won't work, neither does FFmpeg. What am I doing wrong?

rzeldent commented 11 months ago

Take. a look at the output. Probably wrong board/camera error

mongoq commented 11 months ago

Ah, I fixed it. You need to connect it to an access point, then you can use "ffplay rtsp://172.20.10.2:554/mjpeg/1". The website will show the number of RTSP sessions.

rzeldent commented 11 months ago

Great! Enjoy