mirror of
https://github.com/langhuihui/monibuca.git
synced 2025-09-27 03:25:56 +08:00
fix: pull publisher block
This commit is contained in:
@@ -425,7 +425,9 @@ func (p *Plugin) OnSubscribe(sub *Subscriber) {
|
||||
}
|
||||
}
|
||||
for device := range p.Server.Devices.Range {
|
||||
device.Handler.Pull()
|
||||
if device.Status == DeviceStatusOnline && device.GetStreamPath() == sub.StreamPath {
|
||||
device.Handler.Pull()
|
||||
}
|
||||
}
|
||||
//if !avoidTrans {
|
||||
// for reg, conf := range plugin.GetCommonConf().OnSub.Transform {
|
||||
|
Reference in New Issue
Block a user