Increasing video buffer

Mike Mitchell mike.mitchell at panometric.net
Fri Oct 7 01:38:30 PDT 2011


Andreaus,
First, I think playbin is an autoplugger so you must take the defaults that
are not declared properties.
http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-base-plugins/html/gst-plugins-base-plugins-playbin2.html
It provides buffer adjustments for network streams but not for files.

You could make your own pipline which would start with filesrc, but that has
no buffer element either.
http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer-plugins/html/gstreamer-plugins-filesrc.html

If you can't get the file off your disk fast enough, your machine is just
too slow. That is hard to believe that it is a real problem unless it is raw
with no compression at all. You may need to transcode it first to play on
a slower machine.

*Mike Mitchell*


On Fri, Oct 7, 2011 at 12:56 AM, Andreas Rödig <a.roedig at null821.de> wrote:

> Hello,
>
> i need to buffer some video which is playing from harddisk. Are there some
> options (with playbin2) to increase the read buffer of playbin2?
>
> --
> Andreas Rödig
>
> null821 media services
> Weberstr. 2
> 86462 Langweid/Foret
>
> Tel.: 0821 / 800 60 -34
> Fax.: 0821 / 800 60 -55
> Email: a.roedig at null821.de
> Web: www.null821.de
>
> ______________________________**______________________________**____
> null821 media services GbR
> Ralf Walz, Alexander Mohr
> Weberstraße 2, 86462 Langweid/Foret
> Steuernummer: 102/181/07201
> ______________________________**_________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.**freedesktop.org<gstreamer-devel at lists.freedesktop.org>
> http://lists.freedesktop.org/**mailman/listinfo/gstreamer-**devel<http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20111007/6537e28c/attachment-0001.htm>


More information about the gstreamer-devel mailing list