@@ -812,7 +812,6 @@ func (p *Core) closeResources(newConf *conf.Conf, calledByAPI bool) {
|
||||
newConf.MulticastIPRange != p.conf.MulticastIPRange ||
|
||||
newConf.MulticastRTPPort != p.conf.MulticastRTPPort ||
|
||||
newConf.MulticastRTCPPort != p.conf.MulticastRTCPPort ||
|
||||
newConf.RTSPAddress != p.conf.RTSPAddress ||
|
||||
!reflect.DeepEqual(newConf.RTSPTransports, p.conf.RTSPTransports) ||
|
||||
newConf.RunOnConnect != p.conf.RunOnConnect ||
|
||||
newConf.RunOnConnectRestart != p.conf.RunOnConnectRestart ||
|
||||
|
||||
Reference in New Issue
Block a user