Part Number: AM5728
Tool/software: Linux
Hi
Is there any limitation on gstreamer encode plugin in Linux SDK 2.0 ?
I am running the following pipeline with different num-buffer but the pipeline stops after 24 seconds.
gst-launch-1.0 -e v4l2src device=/dev/video1 num-buffers=-1 io-mode=4 ! 'video/x-raw, \ format=(string)YUY2, width=(int)800, height=(int)600, framerate=(fraction)25/1' ! vpe num-input-buffers=8 ! tee name=t ! \ queue ! ducatih264enc bitrate=1200 ! queue ! h264parse ! qtmux ! filesink location=1.2M-800x600.h264 t. ! queue ! kmssink
How to force the pipeline to run forever? (regardless of disk size limitations)
Thanks