Describe the question
I have the HLS plugin installed and i see only a Quality option when i want to select a resolution.
Screenshots

What is going wrong ?
clear cache and refresh
I tried clear cache button on the admin page but and now there is an extra option called undefined.

Have possible conflicting plugins disabled. Like VideoResolution... and an other one i made for autofullscreen on rotate with mobile devices.
Try from another browser .
On Chrome, Firefox and Edge all the same
check for JS errors and logs.

Udifined. Checking where that is generated.
New pull that updated functions.php and it works now.
Issue has something to with loading plugins for videojs. I expect the problem what plugin gets loaded first. Going to place that in a test.
Plugin that is conflicting is VideoResolutionSwitcher and an other one i made.
Under investigation.
Found the problem:
In VideoHLS there are labels defined.
Those have to be equal to the labels you use in VideoResolutionSwitcher (new version to be released).
VideoHLS

VideoResolutionSwitcher

I don't have the option of defaultRes
If you're using HLS , the output should looks like this :

I think I know what is the misunderstanding here :
The plugin , VideoResolutionSwitcher is not needed for HLS video .
The HLS plugin already include the VideoResolutionSwitcher
I think I know what is the misunderstanding here :
The plugin , VideoResolutionSwitcher is not needed for HLS video .
The HLS plugin already include the VideoResolutionSwitcher
That is correct. Only when you have still old files and move to HLS it is nice if it still would work correctly.
And that new layout will be pushed later this week to the plugin.
Issues is limited to FF when both plugins are enabled at the same time. HLS and VideoResolutionSwitcher.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
@ronaldod Hello , I think I have found the problem . I'm not sure if it was you who made the pull request , but I'm finding this same issue when VideoLandscapeFullscreen is enabled .
I had to disable it and clear the cache .
I see a double decleration of the player. That is not allways workiing correctly.
@ronaldod what "double declaration" did you see?
so I can also look it here

Hi
The latest version the VideoLandscapeFullscreen does not suppose to load on mobile, and it looks like you are getting it from a desktop. maybe it is some other code?
Is from the "VideoResolutionSwitcher" Disabled the plugin and it was gone. Is a 3 week old version did not test with latest.
I just sent an update to the streamer and to the VideoResolutionSwitcher plugin.
The plugin will not load anymore if it is an HLS video
Most helpful comment
I just sent an update to the streamer and to the VideoResolutionSwitcher plugin.
The plugin will not load anymore if it is an HLS video