setLiveReady(true)}
pip={pip}
/>
);
} 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.
);
}
} else if (liveMode == "jsmpeg") {
player = (
);
} else {
player = ;
}
return (
{player}
{activeMotion && (
)}
);
}