kerberos-io / machinery

(DEPRECATED) An open source image processing framework, which uses your USB-, IP- or RPi-camera to recognize events (e.g. motion).
https://www.kerberos.io
490 stars 104 forks source link

RTSP on UDP #186

Open ibnbd opened 5 years ago

ibnbd commented 5 years ago

First of all, this is an amazing project and I am amazed by it. I am using the docker version of kerberos. I am tried to add my IP Camera rtsp://admin:password@10.0.0.111:554/onvif1, but unfortunately my camera only support UDP. I guess kerberos trying to connect by TCP and it's failing every time. Can you please suggest any solutions.

Thank You