mirror of
https://github.com/aler9/rtsp-simple-server
synced 2025-10-04 15:22:48 +08:00
update gortsplib
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user