feat: set maxHeight to 720

This commit is contained in:
amhsirak
2025-03-15 02:45:59 +05:30
parent 395275675c
commit 1b26e58fc6

View File

@@ -37,7 +37,7 @@ const SCREENCAST_CONFIG: {
} = {
format: 'jpeg',
maxWidth: 1280,
maxHeight: 400,
maxHeight: 720,
targetFPS: 30,
compressionQuality: 0.8,
maxQueueSize: 2