diff --git a/web/src/components/player/LivePlayer.tsx b/web/src/components/player/LivePlayer.tsx index ec24d255f..0d7b67fa8 100644 --- a/web/src/components/player/LivePlayer.tsx +++ b/web/src/components/player/LivePlayer.tsx @@ -59,6 +59,7 @@ export default function LivePlayer({ onResetLiveMode, }: LivePlayerProps) { const internalContainerRef = useRef(null); + // camera activity const { activeMotion, activeTracking, objects, offline } = @@ -299,12 +300,16 @@ export default function LivePlayer({ {offline && !showStillWithoutActivity && ( -
-

- {capitalizeFirstLetter(cameraConfig.name)} is offline -

- -

No frames have been received, check error logs

+
+
+

Stream offline

+ +

+ No frames have been received on the{" "} + {capitalizeFirstLetter(cameraConfig.name)} detect{" "} + stream, check error logs +

+
)}