Project

General

Profile

Bug #1230

Updated by Hammel about 6 hours ago

The command to start "omxplayer":https://elinux.org/Omxplayer omxplayer in VideoFE in AutoKiosk mode should include the following option. 

 <pre> 
 --no-keys                 Disable keyboard input (prevents hangs for certain TTYs) 
 </pre> 

 This may better allow VideoFE's key_press() handler to perform properly for skipping videos, adjusting volume, etc. 

 It's likely that this feature may be something we ALWAYS want to enable so that VideoFE can handle these features through dbuscontrol.sh instead.

Back