Sep 21
Depending on the network security requirements, the Network Camera provides three types of security settings for streaming via HTTP protocol:
disable, basic, and digest.
BASIC:
If basic authentication is selected, the password is sent in plain text format, but there can be potential risks of it being intercepted.
DIGEST:
If digest authentication is selected, user credentials are encrypted using MD5 algorithm, thus providing better protection against unauthorized access.
Tags: HTTP protocol, security settings