Hi all,<br><br>I have written application for recording RTP payloaded packets.<br>The recorded file has problem seeking. The Original file on server side<br>is seekable. <br><br>ISSUE:<br>1. The problem is observed when the client is started after the server (which is the usual case).<br>
<br>NOTE : In the application the caps for the udpsrc on the client are retrieved through SAP &amp; SDP packets, <br>which am sending on separate IP address.<br><br>The pipelines am using for server &amp; client are as below:<br>
<br><br>SERVER:<br>gst-launch gstrtpbin name=rtpbin filesrc location=jurassic.mp4 ! qtdemux name=d d. ! rtph264pay ! rtpbin.send_rtp_sink_0 rtpbin.send_rtp_src_0 ! udpsink port=5002 host=224.0.0.1 rtpbin.send_rtcp_src_0 ! udpsink port=5003 host=224.0.0.1 sync=false async=false udpsrc port=5007 ! rtpbin.recv_rtcp_sink_0 -v<br>
<br>CLIENT:<br>gst-launch gstrtpbin name=rtpbin udpsrc caps=&quot;application/x-rtp, media=(string)video, clock-rate=(int)90000, encoding-name=(string)H264, profile-level-id=(string)4d400d, sprop-parameter-sets=(string)\&quot;Z01ADZJSAoP2AiAAAAMDACAAAAeR4oVJ\\,aO4Cssg\\=\&quot;, ssrc=(guint)2605181711, payload=(int)96, clock-base=(guint)735690826, seqnum-base=(guint)36067&quot; uri=udp://<a href="http://224.0.0.1:5002">224.0.0.1:5002</a> port=5002 ! rtpbin.recv_rtp_sink_0 rtpbin. ! rtph264depay ! ffdec_h264 ! x264enc ! mpegtsmux ! filesink location=test-h264-in-mpeg2ts.ts -e<br>
<br>I would be greatful for any help for the issue.<br><br>Thanks,<br>Jyoti<br><br><br>