{"id":29188165,"url":"https://github.com/piotrpdev/keep-instant-replay-on","last_synced_at":"2026-03-03T18:03:49.152Z","repository":{"id":294554333,"uuid":"987341059","full_name":"piotrpdev/keep-instant-replay-on","owner":"piotrpdev","description":"Enable Nvidia ShadowPlay Instant Replay when it isn't.","archived":false,"fork":false,"pushed_at":"2025-05-22T16:43:54.000Z","size":25,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-07T18:59:29.093Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/piotrpdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-21T00:05:15.000Z","updated_at":"2025-12-05T18:46:39.000Z","dependencies_parsed_at":"2025-05-22T08:15:42.277Z","dependency_job_id":null,"html_url":"https://github.com/piotrpdev/keep-instant-replay-on","commit_stats":null,"previous_names":["piotrpdev/keep-instant-replay-on"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/piotrpdev/keep-instant-replay-on","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piotrpdev%2Fkeep-instant-replay-on","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piotrpdev%2Fkeep-instant-replay-on/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piotrpdev%2Fkeep-instant-replay-on/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piotrpdev%2Fkeep-instant-replay-on/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/piotrpdev","download_url":"https://codeload.github.com/piotrpdev/keep-instant-replay-on/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piotrpdev%2Fkeep-instant-replay-on/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30054014,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T17:46:22.538Z","status":"ssl_error","status_checked_at":"2026-03-03T17:46:22.036Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-07-01T22:09:11.799Z","updated_at":"2026-03-03T18:03:49.126Z","avatar_url":"https://github.com/piotrpdev.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Keep Instant Replay On\n\nEnable Nvidia ShadowPlay Instant Replay when it isn't.\n\n```txt\n\u003e .\\keep-instant-replay-on.exe\n\n2025-05-20T22:58:12.530069Z  INFO keep_instant_replay_on: Attempting to retrieve Nvidia HTTP server port and secret from: \"{8BA1E16C-FC54-4595-9782-E370A5FBE8DA}\"...\n2025-05-20T22:58:12.530159Z DEBUG keep_instant_replay_on: Attempting to open file mapping...\n2025-05-20T22:58:12.530260Z DEBUG keep_instant_replay_on: Attempting to map view of file...\n2025-05-20T22:58:12.530346Z DEBUG keep_instant_replay_on: Attempting to query map view memory information...\n2025-05-20T22:58:12.530433Z DEBUG keep_instant_replay_on: Attempting to read map view contents...\n2025-05-20T22:58:12.531029Z DEBUG keep_instant_replay_on: Attempting to convert map view contents to CStr...\n2025-05-20T22:58:12.531113Z DEBUG keep_instant_replay_on: Attempting to unmap view of file...\n2025-05-20T22:58:12.531193Z DEBUG keep_instant_replay_on: Attempting to close file map handle...\n2025-05-20T22:58:12.531306Z DEBUG keep_instant_replay_on: LpContents { port: 49952, secret: [REDACTED] }\n2025-05-20T22:58:12.531372Z  INFO keep_instant_replay_on: Attempting to get Instant Replay status...\n2025-05-20T22:58:12.531438Z DEBUG keep_instant_replay_on: Attempting to send HTTP GET request to Instant Replay status endpoint...\n2025-05-20T22:58:14.546191Z  INFO keep_instant_replay_on: Attempting to enable Instant Replay...\n2025-05-20T22:58:14.546332Z DEBUG keep_instant_replay_on: Attempting to send HTTP POST request to Instant Replay endpoint...\n2025-05-20T22:58:16.849748Z  INFO keep_instant_replay_on: Instant Replay has been enabled\n```\n\nRun `.\\keep-instant-replay-on.exe --help` for options, e.g.:\n\n```txt\nUsage: keep-instant-replay-on.exe [-s \u003cseconds-between-checks\u003e] [--file-mapping-uuid \u003cfile-mapping-uuid\u003e] [--max-region-size \u003cmax-region-size\u003e] [--expected-contents-size \u003cexpected-contents-size\u003e] [--enable-endpoint \u003cenable-endpoint\u003e] [--log-path \u003clog-path\u003e]\n\nEnable Nvidia ShadowPlay Instant Replay when it isn't.\n\nOptions:\n  -s, --seconds-between-checks\n                    how many seconds to wait between checking if Instant Replay\n                    is enabled (default: 5)\n  --file-mapping-uuid\n                    UUID of the memory mapped file with the Nvidia HTTP server\n                    port and secret (default:\n                    {8BA1E16C-FC54-4595-9782-E370A5FBE8DA})\n  --max-region-size maximum allowed region usize of the view of the memory\n                    mapped file (default: 4096)\n  --expected-contents-size\n                    expected usize of the memory mapped file's contents\n                    (default: 58)\n  --enable-endpoint endpoint for enabling Instant Replay (default:\n                    \"/ShadowPlay/v.1.0/InstantReplay/Enable\")\n  --log-path        path to the log file (default: \"{CARGO_CRATE_NAME}.log\")\n  --help, help      display usage information\n```\n\n## License\n\nThis project is licensed under the [GNU GPL v3.0](./LICENSE).\n\nMade using the following resources:\n\n| Resource                          | License                   |\n|:---------------------------------:|:-------------------------:|\n| [`NvShadowPlayAPI.cs`][better]    | [MIT][better-license]     |\n| [`fixer.c`][shadow]               | [GPL-3.0][shadow-license] |\n| [`DisableNVSP.cpp`][fivem]        | [LGPL-2.0][fivem-license] |\n\n[better]: https://github.com/AJpon/BetterExperience/blob/1fb1d937c1e6381338217adc210d883d3d7101ab/NvNodeApi/Api/NvShadowPlayAPI.cs\n[better-license]: https://github.com/AJpon/BetterExperience/blob/1fb1d937c1e6381338217adc210d883d3d7101ab/LICENSE\n[shadow]: https://github.com/Verpous/AlwaysShadow/blob/daadaae597b976caf9526d888b1e33f24cf831e1/src/fixer.c\n[shadow-license]: https://github.com/Verpous/AlwaysShadow/blob/daadaae597b976caf9526d888b1e33f24cf831e1/LICENSE\n[fivem]: https://github.com/citizenfx/fivem/blob/c18e4725306ab344728958708bc0f575400d0f7c/code/client/launcher/DisableNVSP.cpp\n[fivem-license]: https://github.com/citizenfx/fivem/blob/c18e4725306ab344728958708bc0f575400d0f7c/code/LICENSE\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpiotrpdev%2Fkeep-instant-replay-on","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpiotrpdev%2Fkeep-instant-replay-on","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpiotrpdev%2Fkeep-instant-replay-on/lists"}