Hi,<br><br><div class="gmail_quote">On Fri, Oct 15, 2010 at 10:33 PM, 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>
<br>
The video pauses for about 5 seconds then plays very fast for about 2<br>
seconds and this keeps repeating over and over.  Any ideas?<br></blockquote><div><br>According to:<br><br><a href="https://gstreamer.ti.com/gf/project/gstreamer_ti/forum/?_forum_action=ForumMessageBrowse&amp;thread_id=3676&amp;action=ForumBrowse&amp;forum_id=187">https://gstreamer.ti.com/gf/project/gstreamer_ti/forum/?_forum_action=ForumMessageBrowse&amp;thread_id=3676&amp;action=ForumBrowse&amp;forum_id=187</a><br>
<br>The problem is definitely in the decoder, which appears to be buffering 1.5 mb of data, probably with wrong latency info. I suggest you to:<br><br>1) remove the sync=false from the video sink element.<br>2) try and set the max-lateness property of the sync to something above 2 seconds<br>
3) read the similar threads on this mailing list ;).<br><br>Regards<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>
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/long-pauses-when-viewing-RTSP-stream-tp2997576p2997576.html" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/long-pauses-when-viewing-RTSP-stream-tp2997576p2997576.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>