ispy / main

15 stars 20 forks source link

Memory Leak in Video.FFMPEG.VideoFileWriter's Open Close Method. #2

Open githubbar opened 10 years ago

githubbar commented 10 years ago

The issue is pretty much identical to the one in AForge where the code comes from: https://code.google.com/p/aforge/issues/detail?id=319

ispysoftware commented 10 years ago

I'm pretty sure the problem is within ffmpeg itself - this only happens on certain stream types (rtsp from what i can see) - others, all http streams

On Fri, Oct 18, 2013 at 1:48 AM, Alex notifications@github.com wrote:

The issue is pretty much identical to the one in AForge where the code comes from: https://code.google.com/p/aforge/issues/detail?id=319

— Reply to this email directly or view it on GitHubhttps://github.com/ispy/main/issues/2 .

birbilis commented 8 years ago

VLC uses Live555 library for RTSP from what I understand. Is FFMPEG using that too or not?