feat: 检测通道列表添加RTSP和HLS地址列

This commit is contained in:
tian 2026-07-27 11:14:39 +08:00
parent 6f5aaab21f
commit a1ed9e2457
2 changed files with 5 additions and 1 deletions

View File

@ -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://&lt;IP&gt;:8555/live/{{.Name}}</td>
<td class="mono small">http://&lt;IP&gt;: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.