RikaCelery / N_m3u8DL-RE

Cross-Platform, beautiful and powerful stream downloader for DASH/HLS/MSS. English/简体中文/繁體中文.
MIT License
15 stars 2 forks source link

[bug] Livestream recording never ends... #16

Open sn-o-w opened 3 weeks ago

sn-o-w commented 3 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...

The command I've tried:

N_m3u8DL-RE "MPD-URL" --decryption-binary-path "packager-win-x64.exe" --use-shaka-packager --key xxxxx:yyyyy -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.

sn-o-w commented 3 weeks ago

@RikaCelery Any idea what could be wrong? 🤔

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.