Hello,
This post is continued from the previous one.
With the QnA above, I now use these pipes below:
UDP Server :
gst-launch-1.0 nvv4l2camerasrc device=/dev/video0 ! 'video/x-raw(memory:NVMM)',format=UYVY,width=1920,height=1080,framerate=30/1 ! tee name=t t. ! queue ! nvvidconv ! video/x-raw,format=BGRx ! videoconvert ! video/x-raw, format=BGR ! fakesink t. ! queue ! nvvidconv ! nvv4l2h264enc insert-vui=1 ! h264parse config-interval=1 ! mpegtsmux ! rtpmp2tpay ! udpsink host=192.168.42.8 port=5004
UDP Client :
gst-launch-1.0 udpsrc port=5004 ! application/x-rtp,media=video,encoding-name=MP2T,clock-rate=90000,payload=33 ! rtpjitterbuffer latency=300 ! rtpmp2tdepay ! tsdemux ! h264parse ! splitmuxsink location=./segment%05d.mp4 max-size-time=100000000000
With these pipes I am happy except one worry.
Do these pipes include any non-free / commercial gstreamer plugins? Or anything non-free / commercial?
If so, please, let me know.
Thank you very much!