Tool/software: Linux
Hi,
I am using custom board which is having AM5728 processor.I am running 4 Gstreamer pipelines in the background. The ram of the board is 2GB, and its consumption is increasing as we keep the board for longer time and it is killing the pipelines. I also have 6GB swap partition in it and that is getting filled over time.
the pipeline which i am using is:
gst-launch-1.0 -e v4l2src device="/dev/video3" ! 'video/x-raw,format=(string)NV12,width=720,height=240,framerate=(fraction)30/1' ! videoconvert ! queue ! ducatih264enc bitrate=1000 intra-interval=1 ! queue ! h264parse ! queue ! rtph264pay mtu=800 ! queue ! udpsink host=172.196.129.207 port=36000
regards,
Vijay