nilaoda / N_m3u8DL-RE

Cross-Platform, modern and powerful stream downloader for MPD/M3U8/ISM. English/简体中文/繁體中文.
MIT License
3.96k stars 424 forks source link

[bug] Livestream recording never ends or is not saved #409

Open sn-o-w opened 4 weeks ago

sn-o-w commented 4 weeks ago

Hi there,

For some reason, the livestream recording never ends...

N_m3u8DL-RE gets stuck at "Live recording limit reached, will stop recording soon" and doesn't stop recording even after minutes/hours or in case it gets past "Live recording limit reached, will stop recording soon" it won't save any file at all.

The command I've tried:

N_m3u8DL-RE "MPD-URL" --decryption-binary-path "packager-win-x64.exe" --use-shaka-packager --key 8fbf3bcd90f14a989fe6cf17338a2bbd:5321be0a2fc92137e56f45d7f348a8d6 -mt -M format=mp4:keep=false -sv best -sa best --live-real-time-merge --live-record-limit 00:01:20

It doesn't matter if I try to use shaka-packager or mp4decrypt.exe...

The MPD URL can be obtained from here: https://tvgo.orange.ro/player/d/bQ9RDUnp7ZmfQ8QXgU-CIxUiDXTvSmTgt1FVdISt You might need a Romanian IP address.

By the way, If I add --live-perform-as-vod it will download only 1 minute and the file is downloaded correctly and decrypted. It doesn't matter if I set for example --live-record-limit 00:05:00 together with --live-perform-as-vod, it will download only 1 minute.

CR1571 commented 2 weeks ago

--live-perform-as-vod is not fully supported yet, see #92