mirror of
https://github.com/nilaoda/N_m3u8DL-RE.git
synced 2025-04-29 14:14:38 +02:00
修正fMP4录制文件无法播放问题 (#537)
This commit is contained in:
parent
a8646eb7e7
commit
9f530f2cf6
@ -552,7 +552,7 @@ internal class SimpleLiveRecordManager2
|
||||
if (initResult != null && mp4InitFile != "")
|
||||
{
|
||||
// shaka/ffmpeg实时解密不需要init文件用于合并,mp4decrpyt需要
|
||||
if (decryptEngine != DecryptEngine.MP4DECRYPT)
|
||||
if (string.IsNullOrEmpty(currentKID) || decryptEngine == DecryptEngine.MP4DECRYPT)
|
||||
{
|
||||
files = [initResult.ActualFilePath, ..files];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user