commit | a4f63b38f1e72a3c34c54e275803d945b949483b | [log] [tgz] |
---|---|---|
author | Jammy Huang <jammy_huang@aspeedtech.com> | Mon Feb 14 14:43:21 2022 +0800 |
committer | Jammy Huang <jammy_huang@aspeedtech.com> | Mon Feb 21 15:04:52 2022 +0800 |
tree | b67ce7b7c04a022a0529f149c05918a3c64cf3a3 | |
parent | 3b201f6961e3de80440384cb4f63822425bca9ec [diff] |
Add control for video subsampling Add '-s' to assign jpeg subsampling. 0: 444, 1: 420 Using 420 will make video lack of detail compared to 444, but cut amount of video data by half. This could be useful for some cases. Change-Id: I48836a7117f7e3b9986e3f5c6a92974c9268525e Signed-off-by: Jammy Huang <jammy_huang@aspeedtech.com>
The obmc-ikvm application is a VNC server that provides access to the host graphics output. The application interfaces with the video device on the BMC that captures the host graphics, and then serves that video data on the RFB (remote framebuffer, also known as VNC) protocol. The application also interfaces with the BMC USB gadget device to pass HID events from the BMC to the host, allowing the user to interact with the host system.
Once the host is running and an appropriate HID gadget device is instantiated on the BMC, the application can be started with the following command: obmc-ikvm -v <video device path> -i <HID gadget device path>
For example:
obmc-ikvm -v /dev/video0 -i /dev/hidg0