commit | 133bfa2d5b1b3af0b8e819b4cd210a0e1ac0445c | [log] [tgz] |
---|---|---|
author | Eddie James <eajames@us.ibm.com> | Fri Apr 19 14:33:20 2019 +0000 |
committer | Eddie James <eajames@us.ibm.com> | Fri Apr 19 14:33:20 2019 +0000 |
tree | d080c954e24b3f6a99af017dc13ae9b9239e184f | |
parent | 4749f934f199ae257dba48891a47eade5307c828 [diff] |
Reduce framerate to prevent lag Reduce the framerate to 16 from the default 30. In testing with high latency or low bandwidth situations, 30 fps is unusable. Signed-off-by: Eddie James <eajames@linux.ibm.com> Change-Id: Idf6ce9da4556a53500507dcf9d02a4425cba9a1b
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