-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Raspberry pi - Docker / ONVIF #126
Comments
|
Currently we use ONVIF for PTZ through our Kerberos Hub offering. It looks like the ONVIF library in the Kerberos Agent is not able to detect the ONVIF settings of the camera you are using (would need to debug it). Currently we don't leverage RTSP discovery in the agent through ONVIF (we do it in Kerberos Factory), so for now you'll need to fetch the RTSP stream manually when using our Kerberos Agent. Regarding your use case, you could build ONVIF around it. In your application you run ONVIF discovery (through another library), fetch the IP address and RTSP stream of each camera, store it in your database, and then start a Kerberos Agent (using environment variables). Which camera brand are you using? |
Hello.
I'm having issues with connecting to my IP Camera using ONVIF protocol.
System info:
Pretty much used the tutorial for seting up with docker-compose:
The configuration file I'm using is the same as in the tutorial.
config.json
However, after running compose up, there is an issue with the ONVIF endpoint:
Host is in the same network as the IP Camera.
I can ping the camera from the host.
Also I tried to connect to the camera with a ODM tool (ONVIF Device Manager) with the proper credentials and it works:
I have no idea, why this doesn't work.
Not sure, if related, but
I noticed, that any change I do in the web administration, won't get saved.
Only way I can set something up is to write RTSP stuff to config and ONVIF creds as ENVs.
Can, someone, please help me with this?
Thank you, very much.
The text was updated successfully, but these errors were encountered: