Jetson Nano/Gstreamer/Example Pipelines/Streaming: Difference between revisions

Line 49: Line 49:
</pre>
</pre>


====PC Client:====
===PC Client:===
<pre style="background:#d6e4f1">
<pre style="background:#d6e4f1">
gst-launch-1.0 udpsrc port=5000 ! application/x-rtp,encoding-name=H265,payload=96 ! rtph265depay ! h265parse ! queue ! avdec_h265 ! xvimagesink sync=false async=false -e
gst-launch-1.0 udpsrc port=5000 ! application/x-rtp,encoding-name=H265,payload=96 ! rtph265depay ! h265parse ! queue ! avdec_h265 ! xvimagesink sync=false async=false -e
932

edits