From a79c25978213fce255fbdfe848e648829730a318 Mon Sep 17 00:00:00 2001 From: Charles Ewert Date: Tue, 12 Nov 2024 13:18:24 -0500 Subject: [PATCH] force a full transcode for AV1 instead of direct streaming --- source/utils/deviceCapabilities.bs | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/source/utils/deviceCapabilities.bs b/source/utils/deviceCapabilities.bs index a7dd27034..f0f4413ab 100644 --- a/source/utils/deviceCapabilities.bs +++ b/source/utils/deviceCapabilities.bs @@ -288,11 +288,9 @@ function getTranscodingProfiles() as object end if ' AV1 - ' CanDecodeVideo() returns false for AV1 when the container is provided - ' Manually add AV1 to the mp4VideoCodecs list if support is detected - if di.CanDecodeVideo({ Codec: "av1" }).Result - mp4VideoCodecs = mp4VideoCodecs + ",av1" - end if + ' direct streaming av1 is not supported on roku + ' force a full transcode by omitting av1 from the transcoding profile + ' https://community.roku.com/t5/Roku-Developer-Program/HLS-fMP4-No-Audio/td-p/607399 ' AUDIO CODECS for each container in transcodingContainers