diff --git a/web/src/components/player/LivePlayer.tsx b/web/src/components/player/LivePlayer.tsx index 1343e8aae..86ef06c36 100644 --- a/web/src/components/player/LivePlayer.tsx +++ b/web/src/components/player/LivePlayer.tsx @@ -159,12 +159,8 @@ export default function LivePlayer({ /> ); } else { - player = ( -
- MSE is only supported on iOS 17.1+. You'll need to update if available - or use jsmpeg / webRTC streams. See the docs for more info. -
- ); + onError("mse-decode"); + player = null; } } else if (liveMode == "jsmpeg") { if (cameraActive || !showStillWithoutActivity) {