frontend: support input + refactoring
This commit is contained in:
@@ -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,
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user