N_m3u8DL-RE
N_m3u8DL-RE copied to clipboard
RE_pipe_ Create so many files that the disk is full
I runing N_m3u8DL-RE on Ubuntu 20.04 but /tmp directory have file RE_pipe_ so much, it makes my disk full. How should I customize my order?
My command is
RE_LIVE_PIPE_OPTIONS="-vcodec copy -acodec copy -f flv rtmp://103.13.29.157:1991/origin/test" N_m3u8DL-RE -H "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.69" -H "Referer: https://google/com/" "$url" --save-name test --mp4-real-time-decryption --live-keep-segments false --live-pipe-mux --no-log --tmp-dir /home --save-dir /home -sv best -sa best --key 1111:1111 --custom-proxy http://11111:0000
how much space are using the folder of the channel in temp?
This situation typically occurs when the reading and writing speeds of the pipeline are not balanced. Add "-loglevel verbose -report" at the beginning of your RE_LIVE_PIPE_OPTIONS, then check if there are any abnormal outputs in the ffmpeg log.