geeksville / TenDollarWebcam

A small example app for ESP32 + Micro-RTSP
MIT License
389 stars 59 forks source link

Can connect via browser, but not via rtsp #3

Open Kollensperger opened 5 years ago

Kollensperger commented 5 years ago

Hi,

I've been looking for exactly this type of library and example to connect a ttgo esp32 cam to motioneyeos, thanks for your effort! It works fine to connect to the IP address from a browser (although I do have to powercycle the camera for some reason every time I want to reconnect), but i cannot connect to rtsp://192.168.86.162:8554/mjpeg/1 via vlc or motioneyeos.

Your input can't be opened
VLC is unable to open the MRL 'rtsp://192.168.86.165:8554/mjpeg/1'. Check the log for details.

I have left the port unchanged, do I need to change mjpeg/1 to something else here?

Cyllos42 commented 5 years ago

I have the exact same setup with the exact same error. I managed to get motioneye to recognise the camera using the HTTP stream which it detects as an MJPEG camera.