Introduction
The Stats for Nerds feature provides real-time playback diagnostics directly overlayed on the video during playback. It allows users to quickly check stream quality and performance without requiring additional tools or debug configuration.
This feature is particularly useful for troubleshooting, as it enables immediate visibility into playback conditions directly on the device.
Prerequisites
- This article assumes that you are familiar with Amino INI configuration settings and know how to apply them to your media player.
- Your H200 is running version 25.6.2610.6R or higher.
Summary
The Stats for Nerds overlay can be enabled via an INI parameter or triggered at runtime using a remote control key sequence.
Triggering the Overlay via the INI parameter
The overlay can be enabled by adding the following INI parameter.
player.stats_overlay.enable
- Disabled [default]: The overlay is not shown.
- Enabled: The overlay is shown during playback.
Triggering the Overlay using the remote
The overlay can be toggled at any time during playback using a remote control key sequence. The sequence is defined by:
key.seq.player_stats
If not explicitly configured, the following default key sequence is used: "I + Text + Text + Text"
key.seq.player_stats=165,233,233,233
Usage
- Start video playback.
- Press "I + Text + Text + Text" on the remote control.
- The Stats for Nerds overlay will appear on screen.
- Press the same sequence again to hide the overlay.
Notes
- The remote key sequence works regardless of the
player.stats_overlay.enablesetting. - This means the overlay can always be toggled on or off during playback, even if it is disabled by default.
Reference
None.