Video Recording
Video Recording
One-KVM supports two recording methods: frontend and backend. Choose the one that fits your needs.
Frontend Recording
Browser recording
Frontend recording uses the browser's MediaStream Recording API and supports:
- MJPEG video (no audio)
- H.264/WebRTC video (can include audio)
- Automatic download of the recorded file (WebM format)
How to use
- Click the top-right menu on the web page --> System --> Start Recording
- The system starts recording the current video
- After stopping the recording, the browser automatically downloads the file
Backend Recording
Command-line recording
Backend recording uses the ustreamer-dump
tool and supports:
- Multiple encoding formats
- Real-time transcoding
- Flexible command-line options
Record raw bitstream
Transcode to MP4 in real time
Help
Use ustreamer-dump --help
to view more options and usage details.