mirror of
https://github.com/aler9/rtsp-simple-server
synced 2025-10-05 15:46:58 +08:00
update gohlslib (#1583)
This commit is contained in:
@@ -88,8 +88,8 @@ func (s *rtspSource) run(ctx context.Context, cnf *conf.PathConf, reloadConf cha
|
||||
OnResponse: func(res *base.Response) {
|
||||
s.Log(logger.Debug, "s->c %v", res)
|
||||
},
|
||||
OnDecodeError: func(err error) {
|
||||
s.Log(logger.Warn, "%v", err)
|
||||
Log: func(level gortsplib.LogLevel, format string, args ...interface{}) {
|
||||
s.Log(logger.Warn, format, args...)
|
||||
},
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user