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.41k stars 2.18k forks source link

ISM support #393

Open p2mgrup opened 3 years ago

p2mgrup commented 3 years ago

Hello :) I have one question, are you supporting ISM stream? When i want to download a files from this manifest for example : https://r.cdn-ncplus.pl/vod/store01/FPL_Y6mY2VScXBCoXRHn6R9K/_/hd4-hssdrm02.ism/manifest

its a error in your software

LOG 2021/03/04 Save Path: C:\N_m3u8DL-CLI_v2.9.5_with_ffmpeg_and_SimpleG\Logs Task Start: 2021/03/04 13:50:44 Task CommandLine: "C:\N_m3u8DL-CLI_v2.9.5_with_ffmpeg_and_SimpleG\N_m3u8DL-CLI_v2.9.5.exe" "https://asgard-lv-n01.cdn-ncplus.pl/vod/store01/FPL_dC0ev8kji6mVVIVm2jcc/_/hd4-hssdrm02.ism/Manifest" --saveName "Manifest" --enableDelAfterDone --enableBinaryMerge

13:50:44.991 / (NORMAL) Start Parsing https://asgard-lv-n01.cdn-ncplus.pl/vod/store01/FPL_dC0ev8kji6mVVIVm2jcc/_/hd4-hssdrm02.ism/Manifest 13:50:45.325 / (NORMAL) Parsing M3u8 Content 13:50:45.329 / (ERROR) Invalid M3u8 (NOT Contain #EXTM3U)

Is it possible to do something with that case? Do you know any software which can download a ism 'stream' with DRM? Thanks!

p2mgrup commented 3 years ago

@nilaoda - can we do something right now? or is it not possible? :( btw - thanks for your great job!

p2mgrup commented 3 years ago

I found some method to download those video/audio but the extension is 'isma/ismv' but i think it has been merged wrongly because this file is not opening. @nilaoda do you know any method how we can merge binary those files? is it possible to use your software to merge this file? if yes, which command should to be used? Thank you!

nilaoda commented 3 years ago

copy /b *.mp4 merge.bin

p2mgrup commented 3 years ago

Something probably is downlaoded wrongly by this modified youtube-dl software, so i need to wait until your new version when this feature will be supported :) Do you have any ETA? ;)

ImVantexHD commented 3 years ago

Any updates on this one? I only know "ismdownloader AVC1" which can download smooth streaming videos, but not drm protected files, any idea if this could be supported?

m0ck69 commented 3 years ago

@nilaoda will there be ism support in the next release?

nilaoda commented 3 years ago

@nilaoda will there be ism support in the next release?

try this repo https://github.com/xhlove/XstreamDL-CLI

Recently, I don’t have much time to add new features.

m0ck69 commented 3 years ago

@nilaoda thx, but I'll wait for your newer versions of tool. Hopefully, you won't be busy all the time. Regards.