Skip to content

How to record remote screen?

You can capture the screen of the controlled device and store the video file locally on your KVM device.

Run the following command via SSH to start screen recording:

ustreamer-dump --sink kvmd::ustreamer::h264 --output - | ffmpeg -use_wallclock_as_timestamps 1 -i pipe: -c:v copy /userdata/media/my_video.mp4

The recorded videos will be saved to this directory:

/userdata/media/my_video.mp4

You can transfer and download the video file via the Virtual Media feature.


Still have questions? Visit our Community Forum or Contact us.