This commit is contained in:
gnattu
2024-05-28 01:41:56 +08:00
parent a66e4d6d1a
commit 2b59a9f998

View File

@@ -3307,7 +3307,7 @@ class PlaybackManager {
// force transcoding and only allow remuxing for remote source like liveTV
EnableDirectPlay: false,
EnableDirectStream: false,
AllowVideoStreamCopy: streamInfo.item.LocationType === 'Remote' ? true : false,
AllowVideoStreamCopy: streamInfo.item.LocationType === 'Remote',
AllowAudioStreamCopy: currentlyPreventsAudioStreamCopy || currentlyPreventsVideoStreamCopy ? false : null
});