feat: 检测通道列表添加RTSP和HLS地址列
This commit is contained in:
parent
6f5aaab21f
commit
a1ed9e2457
@ -23,6 +23,8 @@
|
||||
<th>场景</th>
|
||||
<th>视频源</th>
|
||||
<th>输出频道号</th>
|
||||
<th>RTSP</th>
|
||||
<th>HLS</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@ -32,9 +34,11 @@
|
||||
<td class="mono">{{.SceneTemplateName}}</td>
|
||||
<td class="mono">{{if .VideoSourceRef}}{{.VideoSourceRef}}{{else}}-{{end}}</td>
|
||||
<td class="mono">{{if .OutputChannel}}{{.OutputChannel}}{{else}}-{{end}}</td>
|
||||
<td class="mono small">rtsp://<IP>:8555/live/{{.Name}}</td>
|
||||
<td class="mono small">http://<IP>:9000/hls/{{.Name}}/index.m3u8</td>
|
||||
</tr>
|
||||
{{else}}
|
||||
<tr><td colspan="4"><div class="empty-state compact"><div class="empty-title">还没有检测通道</div></div></td></tr>
|
||||
<tr><td colspan="6"><div class="empty-state compact"><div class="empty-title">还没有检测通道</div></div></td></tr>
|
||||
{{end}}
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
Binary file not shown.
Loading…
Reference in New Issue
Block a user