新增 Mjpegplayer 用来播放 Web 流
This commit is contained in:
@@ -152,7 +152,7 @@ public class ConnectivitySentinel
|
||||
: $"持续断连超过{OFFLINE_DURATION_THRESHOLD}秒";
|
||||
|
||||
// ★★★ 核心动作:通知 Manager ★★★
|
||||
_manager.NotifyStatusChange(device.Id, isLogicallyOnline, reason);
|
||||
_manager.NotifyStatusChange(device.Id, device.IpAddress, isLogicallyOnline, reason);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user