selsta / hlsdl

C program to download VoD HLS (.m3u8) files
MIT License
630 stars 158 forks source link

support DRM source with sample-aes-ctr encryption to download #108

Closed ganqiuye closed 3 years ago

ganqiuye commented 3 years ago

fix the link in #104, it is a drm source, which can not get the key to decrypt the media.

selsta commented 3 years ago

I don't know if this works. hlsdl does not support drm so how does adding ENC_AES_SAMPLE_CTR help?

ganqiuye commented 3 years ago

hi, selsta: hlsdl can use -F to download the fairplayer drm meida while not decrypting it, but now it unsupports widevine and playready. so I add this code to support them. The url link likes issue #104.

It just downloads the ts stream, but not decrypt it.

selsta commented 3 years ago

thanks :)