frontend: support input + refactoring

This commit is contained in:
2025-08-10 01:24:39 -06:00
parent 9afd4e63c4
commit d5e341e232
16 changed files with 612 additions and 41 deletions
+5 -5
View File
@@ -37,15 +37,15 @@ export async function getStreamData(appId: number, server_name: string): Promise
server: server_name,
server_mode: {
fps: 60,
width: 1280,
height: 720,
width: 1920,
height: 1080,
},
stream_config: {
bitrate_kbps: 5120,
bitrate_kbps: 10240,
mode: {
fps: 60,
width: 1280,
height: 720,
width: 1920,
height: 1080,
}
}
};