[gst-devel] Buffering RTP streams
Wim Taymans
wim.taymans at gmail.com
Wed Mar 18 11:04:57 CET 2009
On Wed, 2009-03-18 at 10:48 +0100, Erwin Rol wrote:
> Hello all,
>
> I would like to bugger a RTP stream for a few seconds because the
> theoradecoder is to slow at times but on average takes 80% CPU time.
> The idea is to have something like this;
>
> udpsrc ! theoradepay ! queue ! theoradec ! queue2 ! dfbvideosink
>
> The idea is to have the second queue buffer 5 seconds, and only then
> start the pipeline. But the docu says that you can't pause livestreams.
> So how can I let the second queue buffer first before the video sink is
> going to display it ?
Add a gstrtpjitterbuffer after udpsrc and set the latency to 5 second.
Wim
>
> TIA,
>
> Erwin
>
>
> ------------------------------------------------------------------------------
> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
> easily build your RIAs with Flex Builder, the Eclipse(TM)based development
> software that enables intelligent coding and step-through debugging.
> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
More information about the gstreamer-devel
mailing list