Allow for higher stream FPS
This commit is contained in:
parent
4abae9c708
commit
b5f69f2478
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ import { addPatch } from "renderer/patches/shared";
|
||||||
import { isLinux, isWindows } from "renderer/utils";
|
import { isLinux, isWindows } from "renderer/utils";
|
||||||
|
|
||||||
const StreamResolutions = ["480", "720", "1080", "1440"] as const;
|
const StreamResolutions = ["480", "720", "1080", "1440"] as const;
|
||||||
const StreamFps = ["15", "30", "60"] as const;
|
const StreamFps = ["15", "30", "60", "120"] as const;
|
||||||
|
|
||||||
const MediaEngineStore = findStoreLazy("MediaEngineStore");
|
const MediaEngineStore = findStoreLazy("MediaEngineStore");
|
||||||
|
|
||||||
|
|
Reference in a new issue