<div dir="ltr"><div>I've tried the following setup: <br></div><div>server:<br></div><div>./test-launch "ximagesrc use-damage=0 ! nvvidconv ! nvv4l2h265enc ! h265parse ! video/x-h265, stream-format=byte-stream ! rtph265pay name=pay0 pt=96 "</div><div>client:</div><div>gst-launch-1.0 -v rtspsrc location=rtsp://<Jetson_IP>:8554/test ! application/x-rtp, media=video, encoding-name=H265 ! rtph265depay ! avdec_h265 ! xvimagesink</div><div><br></div><div>As well as constructing similar pipelines directly udpsrc and udpsink. I can see that in both cases I get a connection, a redistribute latency signal is broadcast and the pipeline throws an internal data stream error at udpsrc. It then tells me that the pipeline is not properly negotiated.<br><br></div><div>I understand that this is an issue with capabilities and will most likely be resolved by setting the correct caps on the udpsrc or sending the correct stream format over the network. What baffles me is that these examples which were accepted solutions on forums are failing in my specific use case.<br><br></div><div>Examples from <a href="https://developer.ridgerun.com/wiki/index.php?title=Jetson_Nano/Gstreamer/Example_Pipelines/Streaming">here</a> and <a href="https://developer.download.nvidia.com/embedded/L4T/r32_Release_v1.0/Docs/Accelerated_GStreamer_User_Guide.pdf?-CfmJPisJCIljfJLeZpQVoeShRLaMMpUOjnp_qCmO73YQnQJgjRGWeLLSZNLrBdwS0SAEhUaE9C50gg7u5EaDX4i9YNHbXYRmQXP4S1krcRHznjmMIZ0MOCSrG7JhwBGHqid7u8T2tuwH_HmjeuOa_9lY1PthEVrrKqCI0Yu3-opAFqSHaM">here</a> also give me the same error.</div><div><br></div><div>What am I doing wrong?<br></div></div>