nilaoda / N_m3u8DL-CLI

[.NET] m3u8 downloader 开源的命令行m3u8/HLS/dash下载器,支持普通AES-128-CBC解密,多线程,自定义请求头等. 支持简体中文,繁体中文和英文. English Supported.
https://nilaoda.github.io/N_m3u8DL-CLI/
MIT License
14.38k stars 2.17k forks source link

求解决方案:德智课堂,获得M3U8链接后,下载的首片段.ts 不能被解密 #619

Closed jipinfufe closed 2 years ago

jipinfufe commented 2 years ago

求解决方案:德智课堂,获得M3U8链接后,下载的首片段.ts 不能被解密,其他的片段正常解密。合并后的文件缺失首片段。 视频地址如下:http://kecheng.dezhi.com/study/index/pid/16731/cid/20890 image

nilaoda commented 2 years ago

麻烦发一下账号密码到 nilaoda@live.com 我看看什么情况

jipinfufe commented 2 years ago

谢谢。马上发给您

nilaoda commented 2 years ago

image

正常情况下,应该是先#EXT-X-KEY:METHOD=AES-128...#EXTINF:...,这个m3u8不太标准。

已经针对性的优化:https://github.com/nilaoda/N_m3u8DL-CLI/actions/runs/1963795701

jipinfufe commented 2 years ago

感谢,感谢!!!