Are there any plans on supporting Authentication methods defined in appendix D.2.2 of RFC2326?
I'm thinking about using the library in my project however it needs some way to authenticate the RTSP client.
I understand it would bring some dependencies, base64 for Basic and md5 for Digest authentication however it could be built based on certain compile definition.
Hello,
Are there any plans on supporting Authentication methods defined in appendix D.2.2 of RFC2326? I'm thinking about using the library in my project however it needs some way to authenticate the RTSP client. I understand it would bring some dependencies,
base64
for Basic andmd5
for Digest authentication however it could be built based on certain compile definition.Thank you for maintaining this great project :)