mirror of
https://github.com/aler9/gortsplib
synced 2025-10-05 07:06:58 +08:00
fix authentication when algorithm field is not supported (#558)
(https://github.com/bluenviron/mediamtx/issues/3116) This fixes authentication issues with some TP-LINK cameras.
This commit is contained in:
@@ -1705,7 +1705,7 @@ func TestClientPlayRedirect(t *testing.T) {
|
||||
err2 = conn.WriteResponse(&base.Response{
|
||||
Header: base.Header{
|
||||
"WWW-Authenticate": headers.Authenticate{
|
||||
Method: headers.AuthDigestMD5,
|
||||
Method: headers.AuthMethodDigest,
|
||||
Realm: authRealm,
|
||||
Nonce: authNonce,
|
||||
Opaque: &authOpaque,
|
||||
|
Reference in New Issue
Block a user