xhlove / XstreamDL-CLI

命令行版本的HLS/DASH流下载器,支持标准AES-128-CBC解密
GNU Lesser General Public License v2.1
278 stars 67 forks source link

mpd stream match publishTime failed #59

Closed cedric8528 closed 1 year ago

cedric8528 commented 1 year ago

Hello,

I have tried to download a live mpd stream but I got an error

image

Thank you for your help.

Best regards

Cédric

xhlove commented 1 year ago

https://github.com/xhlove/XstreamDL-CLI/actions/runs/3147697507

try with this version

and you can try with https://github.com/nilaoda/N_m3u8DL-RE too

cedric8528 commented 1 year ago

Thank you xhlove for your quick help.

Don't work with your version ...

Capture

Works with N-m3uDL-RE

capture5

Best Regards,

Cédric

nilaoda commented 1 year ago

@cedric8528 With N-m3u8DL-RE, you need add --mp4-real-time-decryption to decrypt segments during record.

Live mode will automatically set this to TRUE

cedric8528 commented 1 year ago

Without this option the stream is decrypted. I have audio and video separately and I merge them with FFmpeg. :-)

Thank you Nilaoda.

xhlove commented 1 year ago

fixed https://github.com/xhlove/XstreamDL-CLI/actions/runs/3158427186

cedric8528 commented 1 year ago

dede

xhlove commented 1 year ago

pip install python-dateutil

cedric8528 commented 1 year ago

yes as you can see on my screenshot :+1:

xhlove commented 1 year ago

exe wont use the package your installed, use the latset version

cedric8528 commented 1 year ago

Thank you so much xhlove for your help .

cdcd