<div dir="ltr">Hi.<div><br>I am using gst-rtsp-server/examples/test-record.c<br>I can send video stream using:<br>gst-launch-1.0 videotestsrc ! x264enc ! rtspclientsink location=rtsp://<a href="http://127.0.0.1:8554/test">127.0.0.1:8554/test</a><br><br>I can't receive stream using:<br>gst-launch-1.0 rtspsrc location=rtsp://<a href="http://127.0.0.1:8554/test">127.0.0.1:8554/test</a> ! decodebin ! videoconvert ! autovideosink<br><br>ERROR: from element /GstPipeline:pipeline0/GstURIDecodeBin:uridecodebin0/GstRTSPSrc:source: Could not get/set settings from/on resource.<br>Progress: (open) Opening Stream<br>Additional debug info:<br>../gst/rtsp/gstrtspsrc.c(8240): gst_rtspsrc_retrieve_sdp (): /GstPipeline:pipeline0/GstURIDecodeBin:uridecodebin0/GstRTSPSrc:source:<br>Server can not provide an SDP.<br>Pipeline is PREROLLED ...<br>ERROR: pipeline doesn't want to preroll.<br>Prerolled, waiting for progress to finish...<br><br>What do I need to change/add to test-record..c to read rtspsrc ... /test from rtspclientsink .../test?</div><div><br></div><div>Thanks.</div></div>