mirror of
https://github.com/NohamR/N_m3u8DL-RE.git
synced 2025-07-10 05:57:08 +00:00
修复在实时解密情况下使用shaka-packager解密时无法读取媒体信息的问题
This commit is contained in:
parent
46aff16455
commit
e3bbdde016
@ -21,7 +21,7 @@ namespace N_m3u8DL_RE.Util
|
||||
if (keyPair == null) return false;
|
||||
|
||||
//shakaPackager 无法单独解密init文件
|
||||
if (source.EndsWith("_init.mp4") && shakaPackager) return true;
|
||||
if (source.EndsWith("_init.mp4") && shakaPackager) return false;
|
||||
|
||||
var cmd = "";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user