mehmetgoren / feniks

A computer based NVR (Network Video Recorder) with AI capabilities
https://feniks.gitbook.io/doc
MIT License
189 stars 51 forks source link

Having trouble connecting camera #6

Open RCFilm opened 1 year ago

RCFilm commented 1 year ago

I have the software up and running via compose using deep stack. All shows good and am able to login and see GPUs with docker host network settings. However I am unable to get my 4k Lorex camera to show up nor connect. Thanks for the help in advance.

RCFilm commented 1 year ago

Update: I got the ONVIF PARAMETER to see and connect but still not able to see the stream,-- see the camera.

I was able to connect by using the Lorex url-- /cam/realmonitor?channel=1&subtype=0

mehmetgoren commented 1 year ago

Lorex seems to use the same routing protocol as Dahua does.

Can you connect your camera via VLC > Network stream by using this URL format: rtsp://{username}:{password}@{ipaddress}:[port]/cam/realmonitor?channel=1&subtype=0