<div dir="ltr"><div>Hello,</div><div><br></div><div>I'd like to ask a favor to this mail list.</div><div><br></div><div>With these pipes below, I am happy except one worry.</div><div><br></div><div>Do these include any non-free / commercial gstreamer plugins?</div><div>If so, please kindly let me know.</div><div><br></div><div><p style="color:rgb(51,51,51);font-family:"NVIDIA Sans",Helvetica,Arial,sans-serif;font-size:15px;letter-spacing:0.15px"><span style="font-weight:bolder">UDP Server :</span><br><code style="font-family:Consolas,Menlo,Monaco,"Lucida Console","Liberation Mono","DejaVu Sans Mono","Bitstream Vera Sans Mono","Courier New",monospace;font-size:1em;max-width:800px">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</code></p><p style="color:rgb(51,51,51);font-family:"NVIDIA Sans",Helvetica,Arial,sans-serif;font-size:15px;letter-spacing:0.15px"><code style="font-family:Consolas,Menlo,Monaco,"Lucida Console","Liberation Mono","DejaVu Sans Mono","Bitstream Vera Sans Mono","Courier New",monospace;font-size:1em;max-width:800px"><br></code></p><p style="color:rgb(51,51,51);font-family:"NVIDIA Sans",Helvetica,Arial,sans-serif;font-size:15px;letter-spacing:0.15px"><span style="font-weight:bolder">UDP Client :</span><br><code style="font-family:Consolas,Menlo,Monaco,"Lucida Console","Liberation Mono","DejaVu Sans Mono","Bitstream Vera Sans Mono","Courier New",monospace;font-size:1em;max-width:800px">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</code></p><p style="color:rgb(51,51,51);font-family:"NVIDIA Sans",Helvetica,Arial,sans-serif;font-size:15px;letter-spacing:0.15px"><br></p><p style="color:rgb(51,51,51);font-family:"NVIDIA Sans",Helvetica,Arial,sans-serif;font-size:15px;letter-spacing:0.15px"><span style="letter-spacing:0.15px">Thank you very much!</span></p></div></div>