<div dir="ltr"><div><div><div><div>I am streaming an image buffer through RTSP using the following server-side pipeline in my code.<br><br>   gst_rtsp_media_factory_set_launch(factory,
<br>                                      "( appsrc name=mysrc ! x264enc speed-preset=ultrafast tune=zerolatency ! rtph264pay name=pay0 pt=96 )");<br><br></div>The pipeline works well for images of resolution 720 x 576 upto 1400 x 576 but fails for any bigger resolution .<br></div>The following is the client-side pipeline <br><br></div>gst-launch-1.0 rtspsrc location=rtsp://localhost:8555/testing ! rtph264depay ! decodebin ! videoconvert ! ximagesink -v<br><br></div><div>It throws the following error:<br></div><div><br></div><div>WARN error 503 service unavailable<br></div><div>WARN can't get sdp<br></div><div>WARN we are not connected<br><br></div><div>Any help would be appreciated.<br></div><div><br></div>I tried changing the buffer size limit but it doesnt seem to work.<br><br></div>