mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Try EnableDirectStream when possible
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
This commit is contained in:
parent
a35c81a0eb
commit
a67fd2e5ac
1 changed files with 1 additions and 1 deletions
|
@ -3309,7 +3309,7 @@ class PlaybackManager {
|
||||||
|
|
||||||
changeStream(player, startTime, {
|
changeStream(player, startTime, {
|
||||||
EnableDirectPlay: false,
|
EnableDirectPlay: false,
|
||||||
EnableDirectStream: false,
|
EnableDirectStream: tryVideoStreamCopy,
|
||||||
AllowVideoStreamCopy: tryVideoStreamCopy,
|
AllowVideoStreamCopy: tryVideoStreamCopy,
|
||||||
AllowAudioStreamCopy: currentlyPreventsAudioStreamCopy || currentlyPreventsVideoStreamCopy ? false : null
|
AllowAudioStreamCopy: currentlyPreventsAudioStreamCopy || currentlyPreventsVideoStreamCopy ? false : null
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue