Revert recent time framing and performance changes as it affects slower devices badly

This commit is contained in:
dec05eba
2024-09-21 15:43:19 +02:00
parent ff6d468713
commit eddb07ac40
6 changed files with 54 additions and 82 deletions

View File

@@ -528,7 +528,7 @@ int main(int argc, char **argv) {
}
if(request.version != GSR_KMS_PROTOCOL_VERSION) {
fprintf(stderr, "kms server error: expected gpu screen recorder protocol version to be %u, but it's %u\n", GSR_KMS_PROTOCOL_VERSION, request.version);
fprintf(stderr, "kms server error: expected gpu screen recorder protocol version to be %u, but it's %u. please reinstall gpu screen recorder\n", GSR_KMS_PROTOCOL_VERSION, request.version);
/*
if(request.new_connection_fd > 0)
close(request.new_connection_fd);