RTSP服务器返回的认证如下:realm="xx", nonce="yy"
RTSP客户端应该使用username + password并计算response如下:
(1)当password为MD5编码,则
response = md5(
(2)当password为ANSI字符串,则
response = md5(md5(
RTSP服务器返回的认证如下:realm="xx", nonce="yy"
RTSP客户端应该使用username + password并计算response如下:
(1)当password为MD5编码,则
response = md5(
(2)当password为ANSI字符串,则
response = md5(md5(