BogdanovKirill / RtspClientSharp

Pure C# RTSP client for .NET Standard without external dependencies and with true async nature. I welcome contributions.
MIT License
713 stars 286 forks source link

Cannot connect to rtsp-server with digest authentication only #100

Open JokerSamStrew opened 3 years ago

JokerSamStrew commented 3 years ago

I've configured https://github.com/aler9/rtsp-simple-server with digest auth only and I can't connect to it. RtspClientSharp throw "invalid login/password" exception and seems it shouldn't work like that.