You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Thank you for maintaining this great project :)
The text was updated successfully, but these errors were encountered:
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 :)
The text was updated successfully, but these errors were encountered: