update gortsplib

This commit is contained in:
aler9
2021-10-22 18:41:10 +02:00
parent f32d69a93d
commit 509bed355a
12 changed files with 67 additions and 72 deletions

View File

@@ -118,7 +118,7 @@ func (s *rtspSource) runInner() bool {
s.log(logger.Debug, "connecting")
client := &gortsplib.Client{
Protocol: s.proto.ClientProtocol,
Transport: s.proto.Transport,
TLSConfig: &tls.Config{
InsecureSkipVerify: true,
VerifyConnection: func(cs tls.ConnectionState) error {