You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gives me this error: [ error ] IPVideoGrabber: Exception : [http://192.168.1.64/ISAPI/Streaming/channels/102/httpPreview]: Exception: Invalid HTTP Reponse : Unauthorized
You addon has worked well in the pasted with Axis cameras. As long as i set them to allow anonymous users.
At this point i am not able to find a similar setting in the Hikvision portal.
I tried to replace the grabber.setUsername() method with the grabber.setCookie(); option but no luck.
I hope someone has any advice.
The text was updated successfully, but these errors were encountered:
I am trying to make this addon receive an HTPP mjpeg stream from a DS-2cd2343g0-ib Hikvision IP camera.
This works in the browser:
http://admin:[email protected]/ISAPI/Streaming/channels/102/httpPreview
But when doing this in the OF app
gives me this error:
[ error ] IPVideoGrabber: Exception : [http://192.168.1.64/ISAPI/Streaming/channels/102/httpPreview]: Exception: Invalid HTTP Reponse : Unauthorized
You addon has worked well in the pasted with Axis cameras. As long as i set them to allow anonymous users.
At this point i am not able to find a similar setting in the Hikvision portal.
I tried to replace the
grabber.setUsername()
method with thegrabber.setCookie();
option but no luck.I hope someone has any advice.
The text was updated successfully, but these errors were encountered: