From 37d58c5fc00f5feeb5d3b452e670aa812254bc31 Mon Sep 17 00:00:00 2001 From: Charles Ewert Date: Mon, 2 Oct 2023 11:48:35 -0400 Subject: [PATCH] set static to true --- components/ItemGrid/LoadVideoContentTask.brs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/components/ItemGrid/LoadVideoContentTask.brs b/components/ItemGrid/LoadVideoContentTask.brs index 842b007c8..03edd95f8 100644 --- a/components/ItemGrid/LoadVideoContentTask.brs +++ b/components/ItemGrid/LoadVideoContentTask.brs @@ -219,8 +219,6 @@ sub addVideoContentURL(video, mediaSourceId, audio_stream_idx, fully_external) "AudioStreamIndex": audio_stream_idx } - print "attempting to make the file transcode" - selectedAudioStream = m.playbackInfo.MediaSources[0].MediaStreams[audio_stream_idx] if selectedAudioStream.Channels > 2 and Lcase(selectedAudioStream.Codec) = "aac" or Lcase(selectedAudioStream.Codec) = "opus" ' does the user have a receiver that can decode this multichannel audio stream? @@ -238,8 +236,6 @@ sub addVideoContentURL(video, mediaSourceId, audio_stream_idx, fully_external) print "Attempting to transcode audio to our preferred multichannel codec" ' transcode the audio to keep multichannel support ' otherwise the roku device will downmix aac/opus to stereo - params.Static = false - params.context = "Streaming" params.audioCodec = preferredCodec ' force all if selectedAudioStream.Codec = "aac"