mirror of
https://github.com/Monibuca/engine.git
synced 2025-10-06 00:56:58 +08:00
去掉unknowTrack
This commit is contained in:
@@ -138,7 +138,7 @@ func (s *Subscriber) AddTrack(t Track) bool {
|
||||
default:
|
||||
return false
|
||||
}
|
||||
s.Info("track+1", zap.String("name", t.GetName()))
|
||||
s.Info("track+1", zap.String("name", t.GetBase().Name))
|
||||
return true
|
||||
}
|
||||
|
||||
@@ -335,7 +335,7 @@ type IPusher interface {
|
||||
Reconnect() bool
|
||||
}
|
||||
type Pusher struct {
|
||||
Client[config.Push]
|
||||
ClientIO[config.Push]
|
||||
}
|
||||
|
||||
// 是否需要重连
|
||||
|
Reference in New Issue
Block a user