Skip to content

fix video player hud timeout on TV

Description

video player UI is unusable on TV with a remote, UI disappears immediatelly when using left/right/up/down keys. It's impossible to change track or enable subtitles.

It is caused by 5fb5121d which replaced the hardcoded 4000 ms by a setting in seconds, which is 4 by default.

In almost all usages of the new setting, the conversion from seconds to milliseconds is missing, causing the UI to hide in 4 milliseconds instead of 4s.

Tested on TV (freebox pop) with a remote.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Enhancement (non-breaking change which cleans up / improves existing functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Merge request reports