<div>I am using gstreamer-0.10.9 and gst-plugins-good-0.10.3. How would I create, using gst-launch,</div>
<div>1. A server that listens that for RTSP request, and on receiving such a request, streams out (say, MPEG-1/2 movies) using RTP over UDP (after sending appropriate SDP in DESCRIBE reply).</div>
<div>2. A client that sends out a RTSP request, and on receipt of RTP packets, depacketizes them and sends to appropriate sink for playing the movie.</div>
<div>&nbsp;</div>
<div>If the RTSP and RTP is not yet integrated, can I at least do the RTP streaming?</div>
<div>&nbsp;</div>
<div>Thanks,</div>
<div>Deeptendu</div>