mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-09 04:35:25 +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
|
// camera live state
|
||||||
|
|
||||||
// const liveMode = useCameraLiveMode(cameraConfig, preferredLiveMode);
|
const liveMode = useCameraLiveMode(cameraConfig, preferredLiveMode);
|
||||||
const liveMode = "jsmpeg";
|
|
||||||
|
|
||||||
const [liveReady, setLiveReady] = useState(false);
|
const [liveReady, setLiveReady] = useState(false);
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user