-
-
Notifications
You must be signed in to change notification settings - Fork 11k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FPS Reduced from 60 to 30 During Gaming #600
Comments
How do you check that? Isn't it possible that a specific part of the game is rendered at 32 fps? (a frame is sent only when the device screen changes, so for example if you watch a movie at 25 fps, it will report 25 fps) The client just counts the frame received from the devices, and none may be lost (they can be skipped), so if it reports 32 fps, then the device encoded 32 frames per second. Maybe the encoder or something switch to some "low energy" mode, but I would be surprised. Maybe the device slows down to 32 fps for some reason, but that would also reduce the framerate on the Android device. |
Sorry, it's my mistake. As you said, some scenes in game are actually rendered at 30fps, not my word 'maintain on 60 FPS'. This issue can be closed now. :D |
Issue Description
Hello, I use scrcpy for playing games like PUBG Mobile.
FPS of the scrcpy reduced from 60 to 30 after scrcpy launched around 15 minutes.
This issue can reproduce on my devices. (Windows and macOS both)
Some Details
2240 * 1080
and bitrate12Mbps
Ctrl
+i
)Device Info
Log File
I tried to logcat the whole test process, but I don't know how to debug it. :D
If log file is needed, I will upload later.
The text was updated successfully, but these errors were encountered: