I am working with a gstreamer pipeline in xilinx Ultrascale+ MPSoc device which uses VCU and Multiscaler IPS. In my pipeline I am using splitmuxsink element to save 10 videos having fixed duration. Source is a RTSP camera stream.
Since my application runs 24/7, I observed a gradual system memory increase when pipeline is running. Once system crashes due to memory overflow. This only happens with splitmuxsink.
Is this a know issue?
Any help is appreciated.
I am using petalinux 2022.2 version and I also tried petalinux 2024.2 version. Same behavior is observed. I am using matroskmux muxer. I also tried flvmux as well.