Skip to content

Default httpSourceSelector of high not selecting max resolutionΒ #60

@peteyb

Description

@peteyb

I have configured the video.js player with this plugin with the following settings as per the readme:

plugins: {
          httpSourceSelector: {
            default: 'high',
          },
}

However, where the video element is nested inside of an element which is not full screen width the selector is defaulting to 720p instead of 1080p, whilst the higher option is actually present in the list for the user to manually select.

If i move the video outside of the nested element so it has full width it does then default to 1080p.

Is it possible to either:

  1. Make sure high actually defaults to the highest and ignore the containing element
  2. Force it to 1080p specifically

Many thanks in advance and also πŸ‘ for a great plugin

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions