Try EnableDirectStream when possible

Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
This commit is contained in:
gnattu
2024-05-30 00:12:00 +08:00
committed by GitHub
parent a35c81a0eb
commit a67fd2e5ac

View File

@@ -3309,7 +3309,7 @@ class PlaybackManager {
changeStream(player, startTime, {
EnableDirectPlay: false,
EnableDirectStream: false,
EnableDirectStream: tryVideoStreamCopy,
AllowVideoStreamCopy: tryVideoStreamCopy,
AllowAudioStreamCopy: currentlyPreventsAudioStreamCopy || currentlyPreventsVideoStreamCopy ? false : null
});