freeswitch icon indicating copy to clipboard operation
freeswitch copied to clipboard

playback mp4 file memory leak

Open Zzij opened this issue 3 years ago • 3 comments

hi:

version: 1.10.7-release os: debian11 install: From Debian Packages ,following freeswitch wiki diaplan:

<extension name="video_playback">
      <condition field="destination_number" expression="^99194$">
        <action application="answer"/>
        <action application="playback" data="/usr/local/freeswitch/1.mp4"/>
      </condition>
    </extension>

Each time a call is made, the memory increase is not released

Zzij avatar Mar 12 '22 08:03 Zzij

ITNOA

It is very critical, Did you can attach some valgrind log or another analyzing tools?

soroshsabz avatar Mar 21 '22 10:03 soroshsabz

sorry I am new with C. I see the problem with the top and pmap command. if you want i will use valgrind and share you log.

Zzij avatar Mar 23 '22 05:03 Zzij

hi this is valgrind log. please take a look when you have free time @soroshsabz

freeswitch_video_memory_leak.log

Zzij avatar May 23 '22 06:05 Zzij