From 7e5519db7b32292cd6a9e1c2886d6e39dd4759aa Mon Sep 17 00:00:00 2001 From: Jan-Luca Neumann Date: Tue, 10 Mar 2026 18:10:05 +0100 Subject: [PATCH] Add robustness value to enable Full HD streams --- resources/lib/sky.py | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lib/sky.py b/resources/lib/sky.py index 2f6359c..995e71e 100644 --- a/resources/lib/sky.py +++ b/resources/lib/sky.py @@ -837,6 +837,7 @@ def create_playback_request(self, uhd, hdcpEnabled, hdr10, dolbyvision): {"protection": "WIDEVINE", "container": "ISOBMFF", "transport": "DASH","acodec": "AAC", "vcodec": "H265"} ) post_data['device']['maxVideoFormat'] = 'UHD' + post_data['device']['robustness'] = 'HW_SECURE_ALL' # Order is important post_data['device']['supportedColourSpaces'] = []