AW: Memory Leak?

Tarun Tej K tarun4690 at gmail.com
Fri Oct 12 12:01:11 UTC 2018


Sorry, copied the pipeline wrong in the previous email. Here is the correct
one:

gst-launch-1.0  -e rtspsrc location="rtsp://<usrnm>:<pass>@<URL>" name = d
!  rtph264depay ! h264parse config-interval=1 ! avdec_h264  ! x264enc !
h264parse ! splitmuxsink name = mux location=a1_video%02d.mp4
max-size-time=2000000000 max-files=5

On Fri, Oct 12, 2018 at 5:25 PM Tarun Tej K <tarun4690 at gmail.com> wrote:

> OK, I have run the below pipeline with extra decode -> encode -> parse as
> you have been using. Additionally I have added gst_base_parse_set_pts_interpolation(GST_BASE_PARSE(parser),
> 1); in the C program.
>
> gst-launch-1.0  -e rtspsrc location="rtsp://<usrnm>:<pass>@<URL>" name = d
>> !  rtph264depay ! h264parse config-interval=1 ! avdec_h264  ! x264enc !
>> splitmuxsink name = mux location=a1_video%02d.mp4 max-size-time=2000000000
>> max-files=5
>
>
> But it turned only worse than before, the OOM killer gets invoked even
> with single pipeline. (Previously: Without the extra 'decode-> encode ->
> parse' I was able to run 3 pipelines without any issues. Once i add a 4th
> pipeline, the memory keeps growing.)
>
> I have not tried with modification in splitmuxsink's queue yet.
>
>
>
>
>
> On Mon, Oct 8, 2018 at 12:12 PM killerrats <koreysjunkmail at gmail.com>
> wrote:
>
>> Here are the files that are splitmuxsink modified that I did
>> gstSplitMuxSink.h
>> <http://gstreamer-devel.966125.n4.nabble.com/file/t377034/gstSplitMuxSink.h>
>> gstSplitMuxSink.cpp
>> <http://gstreamer-devel.966125.n4.nabble.com/file/t377034/gstSplitMuxSink.cpp>
>> ------------------------------
>> Gstreamer 1.14.4
>> ------------------------------
>> Windows
>>
>> ------------------------------
>> Sent from the GStreamer-devel mailing list archive
>> <http://gstreamer-devel.966125.n4.nabble.com/> at Nabble.com.
>> _______________________________________________
>> gstreamer-devel mailing list
>> gstreamer-devel at lists.freedesktop.org
>> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20181012/f8504e76/attachment.html>


More information about the gstreamer-devel mailing list