From c0a2e04ad0f86a345bc2051cf0b162ffdbfa3f13 Mon Sep 17 00:00:00 2001 From: Sergey Krashevich Date: Wed, 4 Feb 2026 05:15:33 +0300 Subject: [PATCH] feat(ui): add info and probe pages for detailed stream analysis --- www/index.html | 4 +- www/info.html | 615 ++++++++++++++++++++++++++++++++++++++++++++++++ www/probe.html | 618 +++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 1235 insertions(+), 2 deletions(-) create mode 100644 www/info.html create mode 100644 www/probe.html diff --git a/www/index.html b/www/index.html index 06ecfec7..4be19893 100644 --- a/www/index.html +++ b/www/index.html @@ -854,9 +854,9 @@ ${online > 0 ? `${online} viewer${online !== 1 ? 's' : ''}` : 'offline'} / - info + info / - probe + probe / network ` + diff --git a/www/info.html b/www/info.html new file mode 100644 index 00000000..47d0708d --- /dev/null +++ b/www/info.html @@ -0,0 +1,615 @@ + + + + + + Stream Info - go2rtc + + + + + + + +
+
+ +
+
+ +
+
+ ← Back to Streams + + + +
+
+
+
Loading stream information...
+
+
+
+
+ + + + + diff --git a/www/probe.html b/www/probe.html new file mode 100644 index 00000000..7158ed03 --- /dev/null +++ b/www/probe.html @@ -0,0 +1,618 @@ + + + + + + Stream Probe - go2rtc + + + + + + + +
+
+ +
+
+ +
+
+ ← Back to Streams + + + +
+
+
+
Probing stream (video=all, audio=all, microphone)...
+
+
+
+
+ + + + +