Multicam (c) fix 3
This commit is contained in:
@@ -41,7 +41,8 @@ for (const cam of camsConfig) {
|
||||
liveFps: cam.liveFps ?? LIVE_FPS,
|
||||
hiresSize: cam.hiresSize ?? HIRES_SIZE,
|
||||
hiresFps: cam.hiresFps ?? HIRES_FPS,
|
||||
encode: cam.encode ?? ENCODE_MODE,
|
||||
encode: cam.encode ?? ENCODE_MODE,
|
||||
hiresEncode: cam.hiresEncode, // undefined → fällt im Konstruktor auf encode zurück
|
||||
onDemand: ON_DEMAND, idleGraceMs: IDLE_GRACE_MS,
|
||||
});
|
||||
camsMeta.push({
|
||||
|
||||
Reference in New Issue
Block a user