Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rework qualitiy settings #650

Merged
merged 4 commits into from
May 16, 2024
Merged

Commits on Apr 29, 2024

  1. rework quality settings

    - The order of the formats can now be changed in the Quality Settings.
    - sortingOrder is now part of QualitiyProfile.
    - bestPlayable is now part of PlayerBackend.
    - hls and stream aren't treated as unknown anymore.
    stonerl committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    54915dc View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Configuration menu
    Copy the full SHA
    ef7a486 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    d8c8f80 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. apply best resolution from non HLS to HLS stream

    This makes sure that HLS Streams can be compared with non HLS streams, otherwise HLS would have been the first selected since the maxResolution.value might have been higher then what could actually be the highest resolution served.
    stonerl committed May 11, 2024
    Configuration menu
    Copy the full SHA
    fba01e3 View commit details
    Browse the repository at this point in the history