frontend: port video decoding to web worker

This commit is contained in:
2025-08-10 02:53:16 -06:00
parent a78bb2460e
commit 209c1cffc4
4 changed files with 184 additions and 147 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ export async function getStreamData(appId: number, server_name: string): Promise
height: 1080,
},
stream_config: {
bitrate_kbps: 10240,
bitrate_kbps: 1024 * 10,
mode: {
fps: 60,
width: 1920,