feat: 支持国标录像下载

This commit is contained in:
ydajiang
2025-09-14 19:35:39 +08:00
parent 69308c466b
commit a5b7fc6f24
5 changed files with 307 additions and 73 deletions

View File

@@ -205,5 +205,5 @@ func CloseSource(id string) {
// LoopEvent 循环读取事件
func LoopEvent(source Source) {
source.StartTimers(source)
go source.GetTransStreamPublisher().run()
source.GetTransStreamPublisher().start()
}