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.
);
}
} else if (liveMode == "jsmpeg") {
player = (
{player}
{(activeMotion ||
(cameraConfig.audio.enabled_in_config && activeAudio)) && (
)}
{isDesktop && (
{recording == "ON" && (
)}
)}
);
}