From a67fd2e5acdc252722283077c4e8d25daa66dfff Mon Sep 17 00:00:00 2001 From: gnattu Date: Thu, 30 May 2024 00:12:00 +0800 Subject: [PATCH] Try EnableDirectStream when possible Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com> --- src/components/playback/playbackmanager.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/playback/playbackmanager.js b/src/components/playback/playbackmanager.js index a8f009ed72..54541337a1 100644 --- a/src/components/playback/playbackmanager.js +++ b/src/components/playback/playbackmanager.js @@ -3309,7 +3309,7 @@ class PlaybackManager { changeStream(player, startTime, { EnableDirectPlay: false, - EnableDirectStream: false, + EnableDirectStream: tryVideoStreamCopy, AllowVideoStreamCopy: tryVideoStreamCopy, AllowAudioStreamCopy: currentlyPreventsAudioStreamCopy || currentlyPreventsVideoStreamCopy ? false : null });