Closed ghost closed 3 years ago
After further testing it seems those streams are indeeed Widevine L3 compatible and should be relatively trivial to implement.
works with 0.12.2+matrix from the release page. for now uhd is only available when serviceapi is off
https://orfuhd.mdn.ors.at/out/u/orfuhd/drmhdr10a/manifest.mpd (Browser) quality_key: UHDBrowser seems to be HEVC Main Profile - i.e. 8 bit
Not sure if this issue is just referencing livestreams, but when I try to re-watch a game I only get the short clip informing me of lacking DRM support. I'm on LE 9.5.4 on an RPi4, tried releases and devel branch
yes drm is also enabled for a few archived videos. for now it looks like only EM footage is DRM only. i've added a few changes to the matrix version to support those videos.
i've updated the matrix zip from the release page. uhd streams are now also working with the serviceapi
https://orfuhd.mdn.ors.at/out/u/orfuhd/drmhdr10a/manifest.mpd (Browser) quality_key: UHDBrowser seems to be HEVC Main Profile - i.e. 8 bit
i've checked a sample file from the uhd stream. its not uhd at all. i'm getting 720p :(
Stream #0:0(und): Video: hevc (hev1 / 0x31766568), none, 1280x720, 50 tbr, 50 tbn, 50 tbc (default)
@s0faking all of the aforementioned streams are adaptive streams https://orfuhd.mdn.ors.at/out/u/orfuhd/drmhdr10b/manifest.mpd (Android TV) quality_key: UHDANDROIDTV 1280x720 - 2560x1440 HEVC 10bit HDR https://orfuhd.mdn.ors.at/out/u/orfuhd/drmhdr10a/manifest.mpd (Browser) quality_key: UHDBrowser 1280x720 - 3840x2160 HEVC 8bit SDR https://orfuhd.mdn.ors.at/out/u/orfuhd/drmhdr10/manifest.mpd (SmartTV) quality_key: UHDSMARTV 1280x720 - 3840x2160 HEVC 10bit HDR
You can enable manual stream selection in the inputstream-adaptive plugin settings.
Thx @likeadoc
i pushed the changes to the official repo today
For the UEFA EURO 2020 (2021) the ORF decided to implement DRM Streams for all broadcasted games. This is also true for the UHD streams located here
[DASH] https://orfuhd.mdn.ors.at/out/u/orfuhd/drmhdr10b/manifest.mpd (Android TV) quality_key: UHDANDROIDTV https://orfuhd.mdn.ors.at/out/u/orfuhd/drmhdr10a/manifest.mpd (Browser) quality_key: UHDBrowser https://orfuhd.mdn.ors.at/out/u/orfuhd/drmhdr10/manifest.mpd (SmartTV) quality_key: UHDSMARTV
[HLS] https://orfuhd.mdn.ors.at/out/u/orfuhd/drmhdr10b/manifest.m3u8 (AppleTV) https://orfuhd.mdn.ors.at/out/u/orfuhd/drmhdr10b/manifest1.m3u8 (Browser)
Provided the DASH streams are Widevine L3 compatible streams - would it be possible to add support for those?
Cheers