I almost run a stream for a whole day for testing. As of memory leakage continuous I finally send you the console log.
Anyhow memory utilization is increasing. When I run stream using simple command also. ffmpeg -threads 1 -i udp://224.1.1.1:1100 -c:v copy -c:a copy -f /home/user/ffmpeg-4.2.2/mw_movies.m3u8 . On Mon, Mar 16, 2020 at 5:48 PM Ted Park <[email protected]> wrote: > Hi, > > > When CPU memory utilization is below > > > > top - 15:31:22 up 6 days, 2:39, 4 users, load average: 0.00, 0.00, > 0.00 > > Tasks: 376 total, 2 running, 275 sleeping, 0 stopped, 1 zombie > > %Cpu(s): 0.0 us, 0.1 sy, 0.0 ni, 99.8 id, 0.0 wa, 0.0 hi, 0.0 si, > > 0.0 st > > KiB Mem : 16423264 total, 174636 free, 969200 used, 15279428 > buff/cache > > KiB Swap: 999420 total, 964224 free, 35196 used. 15005416 avail > Mem > > > > PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ > COMMAND > > 9694 user 20 0 63104 22116 10460 R 1.7 0.1 0:04.65 ffmpeg > > 9752 root 20 0 49224 3804 2984 R 0.3 0.0 0:00.67 top > > 17063 root 20 0 402016 68548 37332 S 0.3 0.4 2:18.72 Xorg > > 17647 user 20 0 1489812 110572 71540 S 0.3 0.7 20:47.17 > compiz > > I don’t know how accurate top is here, but doesn't that indicate that by > the time you launched ffmpeg, only ~1% memory was available? > > Regards, > Ted Park > > _______________________________________________ > ffmpeg-user mailing list > [email protected] > https://ffmpeg.org/mailman/listinfo/ffmpeg-user > > To unsubscribe, visit link above, or email > [email protected] with subject "unsubscribe". _______________________________________________ ffmpeg-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
