rtsp摘要认证协议(Response计算方法) 说明: 例如:OPTIONS rtsp://192.168.123.158:554/11RTSP/1.0 RTSP客户端应该使用username + password并计算response如下: (1)当password为MD5编码,则 respon ...
分类:
其他好文 时间:
2016-07-15 13:22:45
阅读次数:
178
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Security.Cryptography;
namespace RTSP_Digest_Authentication
{
class Program
{
///
...
分类:
其他好文 时间:
2014-08-06 11:53:01
阅读次数:
365