recorder-for-jetkvm
recorder-for-jetkvm is a small command-line utility for JetKVM devices.
It connects to the JetKVM video stream, detects visible screen changes, and writes MP4 clips only when something changes. It can also capture a single PNG screenshot and exit.
By default:
- recordings are saved in your operating system's video folder
- screenshots are saved in your operating system's pictures folder
Build
The binary will be available at target/release/recorder-for-jetkvm.
Usage
Record screen changes to MP4 files:
Capture a single screenshot:
Override the default output locations:
Use a password file instead of an environment variable:
For the full option list:
Notes
- Use
--no-tls-verifyif your JetKVM is using a self-signed certificate. - Screenshot filenames default to
recorder-for-jetkvm_YYYY-MM-DD_HH-MM-SS.png.
AI Note
This codebase is 100% AI-coded.
License
Apache License 2.0. See LICENSE.