nilaoda / N_m3u8DL-RE

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

Too Many Open Files #89

Open A-nglea opened 1 year ago

A-nglea commented 1 year ago

https://anonfiles.com/387cd4Pcy4/Screenshot_from_2022-12-29_10-19-19_png

Program stops abruptly at 98% complaining 'too many files open' cat /proc/sys/fs/file-nr 8352 0 9223372036854775807
showed only 8352 files open from 9223372036854775807 allowed. Screen shot shows detail.

Command was the simplest :- N_m3u8DL-RE "https://manifest.prod.boltdns.net/manifest/v1/hls/v4/aes128/6272132012001/2938c4fa-70da-4d42-828e-0f853d348147/6s/master.m3u8?fastly_token=NjNhZGMxMTdfNTBlYmE5Nzg5MDQ4M2MxYzk0M2EwZjM4NDgzMmYyYmI3NDRjYjIxNjE2OWFlNDc3NTM5OTlmYTY0NDIyZjdiMg%3D%3D&bcov_auth=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NpZCI6IjYyNzIxMzIwMTIwMDEifQ.kfwThZX49U2WSqRYLANL5xP-1CkNYut8YFBgMMwc6fY"

This program is a dream to use normally.

nilaoda commented 1 year ago

Temporary solution: enable binary merge

I will check when have time

A-nglea commented 1 year ago

Thanks for prompt reply. --binary-merge works.

ilovn commented 1 year ago

--binary-merge create ts file, how trans as mp4?

KanTakahiro commented 1 year ago

I use this simply and it works fine. ffmpeg -i aaa.ts -c copy aaa.mp4