mirror of
https://github.com/aler9/gortsplib
synced 2025-10-06 23:52:46 +08:00
add ServerConn.VerifyCredentials() (#555)
This commit is contained in:
@@ -24,6 +24,7 @@ var casesAuthorization = []struct {
|
||||
base.HeaderValue{"Basic bXl1c2VyOm15cGFzcw=="},
|
||||
Authorization{
|
||||
Method: AuthMethodBasic,
|
||||
Username: "myuser",
|
||||
BasicUser: "myuser",
|
||||
BasicPass: "mypass",
|
||||
},
|
||||
|
Reference in New Issue
Block a user