On Thu, 2009-02-26 at 06:23 -0800, gstPrafull wrote:
> Hi,
> I have OAbuild (windows) Gstreamer version 0.10.22
> I am playing RTSP stream from IP camera (AXIS camera) using following
> pipleine in Gstreamer
>
> gst-launch-0.10.exe uridecodebin uri=rtsp://192.168.1.95/mpeg4/media.amp !
> ffmpegcolorspace !directdrawsink
>
> Though it plays video real-time, rendering has some delays as compared to
> actual stream. This might be due to some buffering which happen initially
> which gets refreshed subsequently and I could get to see non-stop real time
> video.
> How can we reduce this buffering duration sso as to reduce the delay.
You'll have to use rtspsrc directly like:
gst-launch rtspsrc location=rtsp://... ! decodebin2 ! ...
rtspsrc has a latency property which is conveniently set to 3 seconds by
default but can likely be reduced to 200ms.
Wim
>
> Thanks,
> Prafull
------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel