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.33k stars 2.16k forks source link

Error Not a valid Time Span #483

Open Joe7671 opened 3 years ago

Joe7671 commented 3 years ago

Hi, I tried to download a mpd-live-stream, but after "Start Parsing MPD Content..." I always get the error: "The string ' ' is not a valid TimeSpan value."

The mpd is standard, it's from a local tv-station, and works without problems when you play in the browser. I don't want to post the link here, because it's pay-tv, but this is a part of the mpd:

`

    </SegmentTemplate>`

Is maybe the number too high? It's a live stream that runs for some years.

nilaoda commented 3 years ago

N_m3u8DL-CLI not supported live mpd.

Joe7671 commented 3 years ago

I see. Thanks for the answer.