You can change controls behavior to be always enabled/disabled:
betterPlayerController.setControlsEnabled(false);
Set controls always visible (controls won't fade out, will be always over video):
betterPlayerController.setControlsAlwaysVisible(true);