I'm using [email protected] together with:
Here is the relevant plugin configuration:
plugins: {
qualityMenu: {
useResolutionLabels: true,
resolutionLabelBitrates: false
}
}
According to the documentation, setting useResolutionLabels: true should disable HD/SD labeling and display only resolution-based labels like 360p, 720p, etc. However, even with this setting, I still see the HD label:
Inside the menu (e.g., 750p HD)
As a badge on the gear icon (HD)
This behavior persists regardless of whether I use version 1.0.1, 1.0.4, or clear cache. My HLS stream does include resolution attributes in the manifest.
Expected behavior:
When useResolutionLabels is true, only resolution-based labels should appear.
The HD label should be suppressed completely.
Let me know if this is a bug or if there’s an undocumented setting to disable the HD label entirely. I’m happy to provide a live demo if helpful.
Thanks