GuilhermeC18 / node-onvif

The node-onvif is a Node.js module which allows you to communicate with the network camera which supports the ONVIF specifications.
MIT License
443 stars 198 forks source link

ONVIF thru RTSP Endpoint Discovery not working #79

Open tesla-srt opened 3 years ago

tesla-srt commented 3 years ago

I know there are a lot of issues here from people not sure how to use the library and asking for support for a specific camera.

But I have been testing and working with A Panasonic camera here at work for my project and everything works great.

Now the client is testing a new camera Bosch Starlight 5100i but even though the camera supports ONVIF and is enabled the discovery process does not detect the camera.

Now I know this goes against ONVIF standards even though documentation claims it is compliant with Profile T, G & H

Any ideas?

I was reading the docs for the camera and I am a little confused, is it possible that ONVIF SOAP commands are meant to go thru RTSP on this camera? Even the axis cameras I have here at work show up in the discovery but not this Bosch POS

tesla-srt commented 3 years ago

Okay. I think I confirmed that ONVIF endpoint is thru RTSP://

onvif endpoint: rtsp://IPADDRESS//rtsp_tunnel

Any help on getting your library to work with this endpoint would be greatly appreciated.