Hi,<br><br><div class="gmail_quote">On Sat, Oct 16, 2010 at 2:52 AM, Doug Crawford <span dir="ltr">&lt;<a href="mailto:dcraw101@yahoo.com">dcraw101@yahoo.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br>
I am viewing a RTSP stream from an AXIS 241Q video server and displaying it<br>
on my OMAP3EVM board.  My gstreamer pipeline is: gst-launch rtspsrc<br>
location=rtsp://<a href="http://10.5.5.33/mpeg4/media.amp" target="_blank">10.5.5.33/mpeg4/media.amp</a> ! decodebin2 ! TIDmaiVideoSink<br>
videoStd=VGA videoOutput=LCD sync=false rotation=90<br></blockquote><div><br>Not sure about how the TIDmaiVideoSink works, but I&#39;d suggest to set the sync option to true. Is there any particular reason for which you&#39;re setting it to false?<br>
 </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br>
The video pauses for about 5 seconds then plays very fast for about 2<br>
seconds and this keeps repeating over and over.  The rtsp source and my<br>
omap3evm are both on a local switch and the image is only QCIF so I don&#39;t<br>
think it is a bandwidth issue.  Any ideas?<br></blockquote><div><br>Video frames may be played back in bursts when timing information (for instance the RTP timestamp) is not honored by the sink. Usually, setting asynchronous output on a sink means that whenever a frame reaches it, it&#39;s rendered immediately. Any big enough buffering in the network (e.g. your camera is using MTAP aggregation mode for H264) or in the pipeline will thus cause such an effect.<br>
<br>Regards<br><br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br>
--<br>
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/long-pauses-during-rtsp-playback-tp2997863p2997863.html" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/long-pauses-during-rtsp-playback-tp2997863p2997863.html</a><br>

Sent from the GStreamer-devel mailing list archive at Nabble.com.<br>
<br>
------------------------------------------------------------------------------<br>
Download new Adobe(R) Flash(R) Builder(TM) 4<br>
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly<br>
Flex(R) Builder(TM)) enable the development of rich applications that run<br>
across multiple browsers and platforms. Download your free trials today!<br>
<a href="http://p.sf.net/sfu/adobe-dev2dev" target="_blank">http://p.sf.net/sfu/adobe-dev2dev</a><br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
</blockquote></div><br>