中文 | English
Only github's README is the latest. Follow repo's instruction instead of the one in package if possible.
Until now(2024.08), if you want to use the recording feature in game, a bunch of requirements are needed:
- Nvidia GPU, support NVENC
- LDJ-010 bm2dx.dll
- A proper implemented xrpc server(asphyxia for example)
- Not Confirmed: Proper ASIO Hardware/Software configuration(I use XONAR AE, but have seen FlexASIO config that claims to work fine)
spice2x-24-08-03 have been released, which add support for NVENC hook. When updated, game can properly record with spice2x hook enabled. For more information, please check their page: https://github.com/spice2x/spice2x.github.io/wiki/IIDX-TDJ-Camera-Hook-and-Play-Recording
If you're using version older than spice2x-24-08-03(not included), bemanitools or other tools, additional requirement should be met:
- A screen with touch support, support 1280*720@60Hz, function the same as the one on cab. Whether the screen match requirements: https://github.com/spice2x/spice2x.github.io/wiki/Configuring-touch-screens-as-subscreen
lightning model video upload handler
use 010-record-api.exe
download executable at release
if you have go installed, you could install via command line. Using go package to install latest version might not get the actual latest one. Please refer to github release for latest version.
go install github.com/bookqaq/010-record-api@latest
or compile yourself
-
open 010-record-api.exe once, a config file (config.toml) will be generated
-
edit config.toml, set listen_address and upload_service_address if necessary. If you want to run it locally, then you can skip this step.
-
open 010-record-api.exe again, service should start now
No specfic order is required to finish these configurations.
this is just a hint
-
Download spice2x-24-02-13 or newer than this, extract to your folder
-
open spicecfg.exe, toggle Disable D3D9 Device Hook (in Graphics (common), under options tab) to ON (Option name might change, you could check whether parameter value contain "nod3d9devhook")
Assume game, asphyxia and 010-record-api.exe are running on the same pc, and config file of 010-record-api.exe is not changed
open asphyxia, go to "IIDX" under Plugins. If "Movie Upload URL" appears in Plugin Settings, then your plugin support the feature.
find a zip named iidx-asphyxia-v1.4.4_a12.zip, remember to do a backup.
Ask your server's owner.
Open http://localhost:4399/patcher/ in your browser, apply changes to your LDJ-010 version of bm2dx.dll
Skip this step if your server region is already Japan
only LDJ-010 dll that can be found on public
”Disable Server Region Check for Premium Area Functions“ is currently works with Asphyxia only. If you use any other network service, DO NOT follow this guide. Follow your server's guide.
If your server already support playvideo recording and not using 010-record-api, please notice that “Faster Video Upload“ may violate your server's rule. You SHOULD check whether your server is allowed to do so.
Check "動画" button on subscreen. If it appears, configuration is completed.
Just submit your PRs, I'll check and reply.
Replace gin (would bump go to 1.22)Basic http response process(we lost these abilities after we dont use gin)Better video filename(sort of)Better in-memory movie upload instance manageFix report as VIRUS on my pc(maybe fixed)Speed up the client upload speed by:patch dllimplement direct file copy from RawPlayVideo(wouldn't implement)
- "password" function in session
- patch NVENC encoder config (such as bitrate)
- finish the proxy package?
- Fix a bug where game would lag for seconds after video upload is done (can't reproduce)