Commit Graph

398 Commits

Author SHA1 Message Date
dec05eba
2a890a4b4d Dont include unused drm_fourcc.h, include missing unistd.h for _exit 2023-10-27 11:59:37 +02:00
dec05eba
e0b2f0c9c5 Dont forcefully set drm fourcc to argb8888, fixes kde wayland where default is 10bit colors 2023-10-22 19:45:01 +02:00
dec05eba
51154b71be Fix vram leak for reals 2023-10-22 04:56:34 +02:00
dec05eba
44d50065b9 Update TODO 2023-10-21 23:10:06 +02:00
dec05eba
9710f8a2d4 Attempt to fix amd/intel driver bug vram leak, force cfr when livestreaming, replace std::filesystem with posix
create replay directory automatically, recursively
2023-10-21 22:46:33 +02:00
dec05eba
ee5d1d7a27 -mk > -mf in systemd service file 2023-10-15 21:03:21 +02:00
dec05eba
bae4504370 Install systemd service in install script, skip empty audio device
Stop systemd service with SIGINT
2023-10-15 18:12:33 +02:00
4censord
3ae89c8d7c Add the ability to save replays into folders by date
This adds a new flag, '-mf' with a boolean argument
If this is set, replays are organized in folders by date.

With this, replays are saved like:
    $output_folder/2023-10-15/Replay_15-39-28.mp4
instead of all into the same folder.
2023-10-15 18:10:15 +02:00
dec05eba
cf7b5e0904 Attempt to fix vram leak(?) 2023-10-08 22:25:07 +02:00
dec05eba
8d9797d897 Remove /usr/local.. from install/uninstall 2023-10-08 10:47:58 +02:00
dec05eba
951706d32a Improve dependencies section in readme 2023-10-07 13:35:44 +02:00
dec05eba
0183b8e11f m 2023-10-04 22:48:32 +02:00
dec05eba
8b02a338a7 README replay on startup section 2023-10-04 22:45:57 +02:00
dec05eba
4516221c25 m 2023-10-01 14:04:05 +02:00
dec05eba
1a7cbaa003 Issues readme section 2023-10-01 14:02:58 +02:00
dec05eba
d95ff70d77 Update readme with info about replay path stdout 2023-10-01 10:23:48 +02:00
dec05eba
444a19a087 fflush after puts to fix piping replay path 2023-10-01 10:06:26 +02:00
dec05eba
f89d23c2d0 Remove unused cursor code 2023-09-29 20:56:59 +02:00
dec05eba
b6ea32330e Use correct offset for kms_vaapi monitor 2023-09-27 00:52:28 +02:00
dec05eba
6024beca4e Install: apply setcap after install 2023-09-20 12:01:14 +02:00
dec05eba
e63ecd2e02 egl es -> egl 2023-09-18 10:35:29 +02:00
dec05eba
70734d224e Readme 2023-09-10 23:39:42 +02:00
dec05eba
c4eda86052 Revert "p"
This reverts commit bccb5ba8f4.
2023-09-08 11:37:00 +02:00
dec05eba
bccb5ba8f4 p 2023-09-08 11:34:14 +02:00
dec05eba
e4d094d605 Revert vaapi c 2023-09-08 11:06:54 +02:00
dec05eba
a2d780e10c T 2023-09-08 11:03:47 +02:00
dec05eba
21d200b53d Test vaapi plane modifier 2023-09-08 10:53:59 +02:00
dec05eba
7d358580a2 wip 2023-09-07 19:19:00 +02:00
dec05eba
d6cf3b7354 readme 2023-08-30 00:19:33 +02:00
dec05eba
c3f23b3b72 Fallback to another video codec if the selected video codec is not auto and it's not supported 2023-08-22 00:39:21 +02:00
dec05eba
3acc7e5972 README password prompt 2023-08-18 23:14:59 +02:00
dec05eba
00dfb69981 Unofficial package info 2023-08-17 02:31:37 +02:00
dec05eba
59bf8e3025 Change nvenc preset to p5 to workaround new nvidia driver bug 2023-08-15 23:27:13 +02:00
dec05eba
a253be38b7 kms vaapi: fix capture bug (incorrect video size) caused by shadowed variable... 2023-08-13 01:55:56 +02:00
dec05eba
26b54ff3e4 fugg 2023-08-13 01:41:26 +02:00
dec05eba
a151d7ac26 test 2023-08-13 01:38:15 +02:00
dec05eba
3131e041c1 Dont hardcore gsr-kms-server path 2023-08-13 01:07:37 +02:00
dec05eba
2765a5d476 Cleanup debug output 2023-08-11 22:11:41 +02:00
dec05eba
ba00c20b47 Remove coolbits script (document the nvidia-xconfig command to use instead) 2023-08-09 22:46:47 +02:00
dec05eba
a0e8e9ba59 Test fix recent regression in ffmpeg that increases cpu usage 2023-08-09 18:18:46 +02:00
dec05eba
140199bf7b Update TODO with camera 2023-08-09 09:14:58 +02:00
dec05eba
3a85b457c8 Remove TODO items, improve readme replay service section 2023-07-28 23:06:26 +02:00
dec05eba
1cf7c77871 Systemd replay service: record default audio output by default 2023-07-28 21:51:09 +02:00
dec05eba
0db86f4a69 Nvidia readme 2023-07-28 20:08:34 +02:00
dec05eba
a72b41c1fa Create gpu-screen-recorder systemd service 2023-07-28 20:03:59 +02:00
dec05eba
aabab6dd87 Move additional scripts to 'extra' directory 2023-07-28 16:46:55 +02:00
dec05eba
15a7c2f1b0 cap_sys_nice, set caps on gsr-kms-server and gpu-screen-recorder 2023-07-26 05:14:01 +02:00
dec05eba
4ad0118f35 High priority egl context if possible, use eglBindAPI(EGL_OPENGL_ES_API) 2023-07-26 02:31:12 +02:00
dec05eba
bee99a69e3 Dont use jpeg color range (fixes too dark image on amd/intel in flatpak) 2023-07-25 04:46:45 +02:00
dec05eba
44f84748f8 README 2023-07-24 13:00:15 +02:00