mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-14 07:05:24 +03:00
remove comments
This commit is contained in:
parent
9b3f14a7fc
commit
d10714af4a
@ -294,10 +294,8 @@ export default function LiveCameraView({
|
|||||||
config &&
|
config &&
|
||||||
config.go2rtc?.webrtc?.candidates?.length > 0
|
config.go2rtc?.webrtc?.candidates?.length > 0
|
||||||
) {
|
) {
|
||||||
// console.log(camera.name, "switching to webrtc");
|
|
||||||
setWebRTC(true);
|
setWebRTC(true);
|
||||||
} else {
|
} else {
|
||||||
// console.log(camera.name, "switching to jsmpeg");
|
|
||||||
setWebRTC(false);
|
setWebRTC(false);
|
||||||
setLowBandwidth(true);
|
setLowBandwidth(true);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user