feat(ui): add info and probe pages for detailed stream analysis

This commit is contained in:
Sergey Krashevich
2026-02-04 05:15:33 +03:00
parent 18cd71c602
commit c0a2e04ad0
3 changed files with 1235 additions and 2 deletions
+2 -2
View File
@@ -854,9 +854,9 @@
${online > 0 ? `<span>${online} viewer${online !== 1 ? 's' : ''}</span>` : '<span>offline</span>'}
</div>
<span class="link-separator">/</span>
<a href="api/streams?src=${src}">info</a>
<a href="info.html?src=${src}">info</a>
<span class="link-separator">/</span>
<a href="api/streams?src=${src}&video=all&audio=all&microphone">probe</a>
<a href="probe.html?src=${src}">probe</a>
<span class="link-separator">/</span>
<a href="net.html?src=${src}">network</a>
</td>` +