-
Notifications
You must be signed in to change notification settings - Fork 152
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
ONVIF doesn't work in hikvision DVR #167
Comments
Thank you for the bug report. Could I ask |
Hey there. This is the newest "thread" about NVR issues so I'm hoping you don't mind if I tag along on this one, even though my issue is with a Reolink NVR. I am using rtsp-simple-server to proxy a Wyze cam rtsp stream, and then using RPOS to be the ONVIF front end for that proxy endpoint. Onvier and tinyCam can connect via ONVIF and see the stream, and my Reolink NVR autodiscovers and connects, and shows the frame rate and resolution info, but never displays the stream. On rtsp-simple-server output I see it "tearing down" the connection every minute or so. I noticed that the Reolink NVR sees the ONVIF "object?" as Manufacturer%20ModelX where X is some unknown character. I'm hoping you can point me to where in code the manufacturer config value is being concatenated to the model config value, so I can modify it and see if that makes the darn Reolink NVR happy. Thanks for any pointers or other ideas. I really appreciate this RPOS code. My rposConfig.json: I tried leaving model as "" but Reolink NVR sees the camera as Reolink%20X |
Nevermind the name having %20 and the weird character. I found where that was with a grep -r and then modified it to hardcode the name for me. The odd character was a \n immediately after the .concat(manfucaturer, model). The name now has no spaces or odd characters but it still isn't working. With log level 4 the NVR makes it all the way to the URI request, but stalls there until it destroys the connection and tries again. Any ideas are appreciated: Discovery received from 192.168.68.58 DeviceService - Calltype : info, Data : Attempting to bind to /onvif/device_service DeviceService - Calltype : info, Data : Attempting to bind to /onvif/device_service MediaService - Calltype : info, Data : Attempting to bind to /onvif/media_service MediaService - Calltype : info, Data : Attempting to bind to /onvif/media_service MediaService - Calltype : info, Data : Attempting to bind to /onvif/media_service DeviceService - Calltype : info, Data : Attempting to bind to /onvif/device_service DeviceService - Calltype : info, Data : Attempting to bind to /onvif/device_service DeviceService - Calltype : info, Data : Attempting to bind to /onvif/device_service MediaService - Calltype : info, Data : Attempting to bind to /onvif/media_service |
hi,
I am working with an IP camera which I retransmit RTSP streams with mediamtx, the Onvif protocol works well with Onvif device manager software but when trying to add ONVIF to the Hikvision DVR I get a "param error". I do not know what's happening
The text was updated successfully, but these errors were encountered: