kerberos-io / agent

An open and scalable video surveillance system for anyone making this world a better and more peaceful place.
https://kerberos.io
MIT License
641 stars 78 forks source link

Not sure how to connect camera #141

Open RickAndTired opened 3 weeks ago

RickAndTired commented 3 weeks ago

I'm not sure what I'm doing wrong, I have this rtsp url that I've tested and works in other NVR servers: rtsp://192.168.1.160:1935/

I get this error when using the rtsp url above: Something went wrong while verifying the camera settings: invalid Content-Base: '[192.168.1.160:1935/]'

Happens in both Kerberos docker, snap, and static binary - Ubuntu 24.04 and Debian 12

HugoDL commented 1 week ago

You could try rtsp://user:password@192.168.1.xxx

RickAndTired commented 1 week ago

You could try rtsp://user:password@192.168.1.xxx

This one doesn't work either