Hello,
Please try the RTSP method for connection.
Synthax:
rtsp://<username>:<password>@<ip>:<port>/cam/realmonitor?channel=<ChannelNo>&subtype=<typeNo>
username = admin (default)
password = admin (default)
ip = ip of the camera
port = onvif port 554 (default)
ChannelNo = channel 1 for camera
typeNo = 0 for Main Stream, 1 for Sub Stream
authentication = Basic64
If the camera is not using the default username and password be sure to encode your credentials.
example:
admin:admin = YWRtaW46YWRtaW4NCg==
Encoder Here