Add exports message and default to webrtc on < iOS 17.1 (#12281)

This commit is contained in:
Josh Hawkins
2024-07-03 08:44:25 -05:00
committed by GitHub
parent 784b701cc5
commit 1f4ca32e8c
7 changed files with 45 additions and 16 deletions

View File

@@ -41,8 +41,7 @@ export default function BirdseyeLivePlayer({
} else {
player = (
<div className="w-5xl text-center text-sm">
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.
iOS 17.1 or greater is required for this live stream type.
</div>
);
}

View File

@@ -161,8 +161,7 @@ export default function LivePlayer({
} else {
player = (
<div className="w-5xl text-center text-sm">
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.
iOS 17.1 or greater is required for this live stream type.
</div>
);
}