commit | f8e05e5c9c32eb5a08fbf71c3d221ef37f96ef18 | [log] [tgz] |
---|---|---|
author | Jae Hyun Yoo <jae.hyun.yoo@linux.intel.com> | Fri Sep 27 09:57:28 2019 -0700 |
committer | Jae Hyun Yoo <jae.hyun.yoo@linux.intel.com> | Fri Sep 27 09:57:28 2019 -0700 |
tree | 44108701b5fae0d317ff55092027f2b125167471 | |
parent | 85d0455227ea6bb60f5dc1cf6e67d6e27eed7788 [diff] |
Remove frame rate limit Since we have flow control logic, better remove the frame rate limit to improve frame update speed as faster as it can provide. So this commit removes the limit parameter so that it can use the default 30fps setting. Tested: It didn't make bmcweb crash which is caused by frame data flooding. Frame update speed little bit faster than before. Change-Id: I30ec8f2c4124e27c20261b87042fb094160d27f8 Signed-off-by: Jae Hyun Yoo <jae.hyun.yoo@linux.intel.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