server doesn't support seeking

Tim Müller tim at centricular.com
Fri Jul 17 04:39:02 PDT 2015


On Fri, 2015-07-17 at 07:24 -0400, Adam Puckett wrote:

> Am I using an outdated version of souphttpsrc? Its properties don't
> match the documentation:

> gst-inspect-1.0 souphttpsrc
> (snip)
>   blocksize           : Size in bytes to read per buffer (-1 = default)
>                         flags: readable, writable
>                         Unsigned Integer. Range: 0 - 4294967295 Default: 4096
(snip)
> http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-good-plugins/html/gst-plugins-good-plugins-souphttpsrc.html
> 
> doesn't mention a 'blocksize' property, 

The html documentation only lists properties added by souphttpsrc
itself, not the classes it derives from. blocksize is a GstBaseSrc
propertly.

> which I have a hunch I will
> need to synchronize with my server's acceptance of the range header.

Not sure what that means. I don't think adjusting that property will fix
any seeking related problems.

 Cheers
  -Tim
 
-- 
Tim Müller, Centricular Ltd - http://www.centricular.com



More information about the gstreamer-devel mailing list