fix: pull rtsp

This commit is contained in:
langhuihui
2024-10-06 17:55:48 +08:00
parent c57200178d
commit fc790cfe06
30 changed files with 371 additions and 108 deletions

View File

@@ -35,6 +35,7 @@ type (
ID uint `gorm:"primarykey"`
StartTime, EndTime time.Time
FilePath string
StreamPath string
AudioCodec, VideoCodec string
}
)