<div dir="ltr">I have written a gst rtsp server application which works fine. I'm able to stream RTSP on the receiver side. The pipeline is as below<div><br><div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">( udpsrc port=6310 caps="application/x-rtp,media=(string)video,clock-rate=(int)90000,encoding-name=(string)MP2T,payload=(int)33" ! rtpbin name=recv_rtp ! rtpmp2tdepay ! tsparse set-timestamps=true ! tsdemux ! h264parse ! queue ! rtph264pay name=pay0 pt=96 )</blockquote><div><div><br></div><div>I want to add a probe in between to extract frames and send them somewhere else. I'm trying to use an identity element in between where I will add a probe on its source pad.<br><br>I was successfully able to extract frames like described above in a normal gstreamer application however I'm unable to come up with how to do it in a gst rtsp server application.<br><br>Any suggestions?</div><div><br></div><div><br></div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div><i><span style="color:rgb(11,83,148)">Regards,</span></i></div><div><i><span style="color:rgb(11,83,148)">Aniket Hande</span></i></div></div></div></div></div></div></div></div></div>