mirror of
https://github.com/datarhei/core.git
synced 2025-09-27 04:16:25 +08:00
Add proper API of SRT log data
This commit is contained in:
@@ -701,7 +701,7 @@ func (a *api) start() error {
|
||||
Token: cfg.SRT.Token,
|
||||
Logger: a.log.logger.core.WithComponent("SRT").WithField("address", cfg.SRT.Address),
|
||||
Collector: a.sessions.Collector("srt"),
|
||||
SRTLogTopics: []string{"handshake", "connection"},
|
||||
SRTLogTopics: []string{"listen", "handshake", "connection"},
|
||||
}
|
||||
|
||||
srtserver, err := srt.New(config)
|
||||
|
Reference in New Issue
Block a user