diff --git a/changelog.txt b/changelog.txt index 64c405de..2c0cc79d 100644 --- a/changelog.txt +++ b/changelog.txt @@ -12,3 +12,4 @@ _None_ * Fixed: NPO Plus content not showing (Fixes #1862). * Fixed: Some TV4 content (with encryption) was not playing (Fixes #1853). * Fixed: Revoking a device from Videoland.nl broke Retrospect listing (Fixes #1852). +* Fixed: Don't use HVEC for SVT (Fixes #1865). \ No newline at end of file diff --git a/channels/channel.se/svt/chn_svt.py b/channels/channel.se/svt/chn_svt.py index 75997397..1ac1ca28 100644 --- a/channels/channel.se/svt/chn_svt.py +++ b/channels/channel.se/svt/chn_svt.py @@ -1358,11 +1358,12 @@ def __update_item_from_video_references(self, item, videos, subtitles=None, righ # For HLS: # "hls-cmaf-full" has x264/x264 with 5.1 # "hls"/"hls-ts-avc" has x264 and 2.0 audio + # hls-ts-full has x264 with 5.1 audio # LB = Low Bandwidth if in_sweden or not item.isGeoLocked: - supported_formats = {"hls": 10, "hls-ts-full": 12, "hls-cmaf-full": 13} + supported_formats = {"hls": 10, "hls-ts-full": 12, "hls-cmaf-full": 0} if not is_drm_protected: supported_formats.update({"dash": 3, "dash-hbbtv-avc": 4, "dashhbbtv": 4}) else: