mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-08-03 01:22:17 +03:00
Add exports message and default to webrtc on < iOS 17.1 (#12281)
This commit is contained in:
@@ -96,7 +96,10 @@ export default function LiveBirdseyeView({
|
||||
return "jsmpeg";
|
||||
}
|
||||
|
||||
if (isSafari) {
|
||||
if (
|
||||
isSafari ||
|
||||
!("MediaSource" in window || "ManagedMediaSource" in window)
|
||||
) {
|
||||
return "webrtc";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user