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
diff --git a/start-ipkvm.service b/start-ipkvm.service
index e0db0f3..9b154a0 100644
--- a/start-ipkvm.service
+++ b/start-ipkvm.service
@@ -4,7 +4,7 @@
[Service]
Restart=always
ExecStartPre=/usr/bin/create_usbhid.sh
-ExecStart=/usr/bin/obmc-ikvm -v /dev/video0 -k /dev/hidg0 -p /dev/hidg1
+ExecStart=/usr/bin/obmc-ikvm -v /dev/video0 -k /dev/hidg0 -p /dev/hidg1 -f 16
[Install]
WantedBy=multi-user.target