Re: [FFmpeg-user] FFMPEG endlessly increases memory usage over time with HLS packaging.

2020-06-26 Thread Alessandro Molon
lf Of Carl Eugen Hoyos Sent: 25 June 2020 22:19 To: FFmpeg user questions Subject: Re: [FFmpeg-user] FFMPEG endlessly increases memory usage over time with HLS packaging. Am Do., 25. Juni 2020 um 20:39 Uhr schrieb Alessandro Molon : > Let's see what happens if I run 20 processes for fe

Re: [FFmpeg-user] FFMPEG endlessly increases memory usage over time with HLS packaging.

2020-06-25 Thread Carl Eugen Hoyos
Am Do., 25. Juni 2020 um 20:39 Uhr schrieb Alessandro Molon : > Let's see what happens if I run 20 processes for few days... On most hardware, you cannot run 20 (real-life) FFmpeg processes for a few days but if there is constantly increasing memory footprint or a memory leak, one process should

Re: [FFmpeg-user] FFMPEG endlessly increases memory usage over time with HLS packaging.

2020-06-25 Thread Alessandro Molon
ocesses for few days... Cheers, Alex -Original Message- From: ffmpeg-user On Behalf Of Carl Eugen Hoyos Sent: 25 June 2020 07:28 To: FFmpeg user questions Subject: Re: [FFmpeg-user] FFMPEG endlessly increases memory usage over time with HLS packaging. > Am 25.06.2020 um 02:38 schrie

Re: [FFmpeg-user] FFMPEG endlessly increases memory usage over time with HLS packaging.

2020-06-24 Thread Carl Eugen Hoyos
> Am 25.06.2020 um 02:38 schrieb Alessandro Molon : > > I would like to use ffmpeg as live HLS ABR packager and use /dev/shm to store > playlist and chunks in RAMDISK. > But unfortunately I’ve noticed that ffmpeg constantly increase the memory > used until it saturates it. No. At least both y

[FFmpeg-user] FFMPEG endlessly increases memory usage over time with HLS packaging.

2020-06-24 Thread Alessandro Molon
Hi All, I would like to use ffmpeg as live HLS ABR packager and use /dev/shm to store playlist and chunks in RAMDISK. But unfortunately I’ve noticed that ffmpeg constantly increase the memory used until it saturates it. the script does basically this steps: mkdir -p /dev/shm/live/test cd /dev/