diff --git a/web/src/components/settings/CameraStreamingDialog.tsx b/web/src/components/settings/CameraStreamingDialog.tsx
index 990c6850c..d4e234362 100644
--- a/web/src/components/settings/CameraStreamingDialog.tsx
+++ b/web/src/components/settings/CameraStreamingDialog.tsx
@@ -175,64 +175,97 @@ export function CameraStreamingDialog({
- {Object.entries(config?.cameras[camera].live.streams).length > 1 && (
-
-
-
+ {!isRestreamed && (
+
+
+
+
+
Restreaming is not enabled for this camera.
+
+
+
+
+ Info
+
+
+
+ Set up go2rtc for additional live view options and audio for
+ this camera.
+
+
+ Read the documentation{" "}
+
+
+
+
+
+
)}
+ {isRestreamed &&
+ Object.entries(config?.cameras[camera].live.streams).length > 0 && (
+
+
+
+
+ )}