{{define "asset_profiles"}} {{template "asset_tabs" .}}

{{icon "profile"}}业务配置列表

{{range .AssetProfiles}} {{else}} {{end}}
业务配置 描述 视频通道 队列
{{.Name}} {{if .Description}}{{.Description}}{{else}}-{{end}} {{len .Instances}} {{if .QueueStrategy}}{{.QueueStrategy}} / {{.QueueSize}}{{else}}-{{end}}
还没有业务配置
{{if .AssetProfileEditor}}

{{icon "profile"}}业务配置

{{icon "device"}}视频通道

{{len .AssetProfileEditor.Instances}} 路
{{range $i, $inst := .AssetProfileEditor.Instances}} {{end}}
通道 通道显示名 RTSP 输入 HLS 输出 RTSP 输出
{{$inst.Name}} {{if $inst.Delete}}待删除{{else}}{{if $inst.DisplayName}}{{$inst.DisplayName}}{{else}}-{{end}}{{end}} {{if $inst.Delete}}-{{else}}{{$inst.RTSPURL}}{{end}} {{if $inst.Delete}}-{{else}}{{$inst.PublishHLSPath}}{{end}} {{if $inst.Delete}}-{{else}}{{if $inst.PublishRTSPPort}}{{$inst.PublishRTSPPort}}{{end}}{{if $inst.PublishRTSPPath}} {{$inst.PublishRTSPPath}}{{end}}{{end}}
编辑 {{if $inst.Delete}} {{else}} {{end}}
{{range $i, $inst := .AssetProfileEditor.Instances}}
{{icon "device"}}{{$inst.Name}}
{{end}}
{{icon "tech"}}原始 JSON
{{json .AssetProfileEditor.Raw}}
{{end}} {{if .Error}}
{{.Error}}
{{end}} {{template "asset_tabs_end" .}} {{end}}