mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-08 20:25:26 +03:00
remove forcing of jsmpeg
This commit is contained in:
parent
048dae3182
commit
49cf527fcf
@ -46,8 +46,7 @@ export default function LivePlayer({
|
||||
|
||||
// camera live state
|
||||
|
||||
// const liveMode = useCameraLiveMode(cameraConfig, preferredLiveMode);
|
||||
const liveMode = "jsmpeg";
|
||||
const liveMode = useCameraLiveMode(cameraConfig, preferredLiveMode);
|
||||
|
||||
const [liveReady, setLiveReady] = useState(false);
|
||||
useEffect(() => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user