mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-07 11:45:24 +03:00
remove debug
This commit is contained in:
parent
abdf30dc47
commit
1ad270e814
@ -34,7 +34,6 @@ function MSEPlayer({ camera }: MSEPlayerProps) {
|
|||||||
const msRef = useRef<MediaSource | null>(null);
|
const msRef = useRef<MediaSource | null>(null);
|
||||||
|
|
||||||
const wsURL = useMemo(() => {
|
const wsURL = useMemo(() => {
|
||||||
console.log(camera);
|
|
||||||
return `${baseUrl.replace(/^http/, "ws")}live/webrtc/api/ws?src=${camera}`;
|
return `${baseUrl.replace(/^http/, "ws")}live/webrtc/api/ws?src=${camera}`;
|
||||||
}, [camera]);
|
}, [camera]);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user