Try EnableDirectStream when possible
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
This commit is contained in:
@@ -3309,7 +3309,7 @@ class PlaybackManager {
|
||||
|
||||
changeStream(player, startTime, {
|
||||
EnableDirectPlay: false,
|
||||
EnableDirectStream: false,
|
||||
EnableDirectStream: tryVideoStreamCopy,
|
||||
AllowVideoStreamCopy: tryVideoStreamCopy,
|
||||
AllowAudioStreamCopy: currentlyPreventsAudioStreamCopy || currentlyPreventsVideoStreamCopy ? false : null
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user