yattee/Model/Player/Backends
Toni Förster 9cb0325503
more robust resolution handling
Currently, we have a hard-coded list of resolutions. Since Invidious reports the actual resolution of a stream and does not hard-code them to a fixed value anymore, resolutions that are not in the list won’t be handled, and the stream cannot be played back.

Instead of hard-coding even more resolutions (and inadvertently might not cover all), we revert the list back to a finite set of resolutions, the users can select from. All other resolutions are handled dynamically and compared to the existing set of defined resolutions when selecting the best stream for playback.

Signed-off-by: Toni Förster <toni.foerster@gmail.com>
2024-09-09 12:59:39 +02:00
..
AVPlayerBackend.swift make audio ducking and interruption more robust 2024-09-03 21:19:30 +02:00
MPVBackend.swift more robust resolution handling 2024-09-09 12:59:39 +02:00
MPVClient.swift simplified fullscreen and orientation handling 2024-09-05 18:17:14 +02:00
PlayerBackend.swift more robust resolution handling 2024-09-09 12:59:39 +02:00
PlayerBackendType.swift Player controls UI changes 2022-10-27 18:03:57 +02:00