<div dir="ltr"><div><div><div><div>Hello,<br><br></div>I am writing an gstreamer application which needs to stream a video file and i am using the below pipeline for streaming,<br><br></div><div>gst-launch-1.0 filesrc location=./test.mp4 ! decodebin name=dec ! queue ! x264enc ! rtph264pay ! gdppay ! tcpserversink host=localhost port=5000 dec. ! queue ! audioconvert ! audioresample ! mulawenc ! rtppcmupay ! tcpserversink host=localhost port=5001 <br></div><div><br><br></div>and for receiving  i am using the below pipeline,<br><br>gst-launch-1.0 tcpclientsrc host=localhost port=5000 ! gdpdepay ! rtph264depay ! avdec_h264 ! autovideosink sync=false tcpclientsrc host=localhost port=5001 ! gdpdepay ! rtppcmudepay ! mulawdec ! autoaudiosink sync=false<br><br></div>But i am not able to do seeking. <br><br></div>Please help me to resolve this issue.<br clear="all"><div><div><div><div><div><div><div><br>-- <br><div class="gmail_signature">Hussain.<br></div>
</div></div></div></div></div></div></div></div>