Issue in seeking video stream
Abdul Hussain
hussain6001 at gmail.com
Wed Jul 22 23:00:27 PDT 2015
Hello,
I am writing an gstreamer application which needs to stream a video file
and i am using the below pipeline for streaming,
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
and for receiving i am using the below pipeline,
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
But i am not able to do seeking.
Please help me to resolve this issue.
--
Hussain.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20150723/caac6318/attachment.html>
More information about the gstreamer-devel
mailing list