server doesn't support seeking

Adam Puckett adotsdothmusic at gmail.com
Wed Jul 15 15:00:55 PDT 2015


Hey list (possibly especially Node experts),

Here is my Node.js code for a simple test server:

And here is the output from gst-launch when running this pipeline:

gst-launch-1.0 souphttpsrc location=http://localhost ! fakesink

Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
ERROR: from element
/GstPipeline:pipeline0/GstSoupHTTPSrc:souphttpsrc0: Server does not
support seeking.
Additional debug info:
gstsouphttpsrc.c(1254): gst_soup_http_src_got_headers_cb ():
/GstPipeline:pipeline0/GstSoupHTTPSrc:souphttpsrc0:
Server does not accept Range HTTP header, URL: http://localhost,
Redirect to: (NULL)
Execution ended after 0:00:15.021966885
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
Setting pipeline to NULL ...
Freeing pipeline ...

What do I need to do for my server to support seeking?

Thanks,


Adam


More information about the gstreamer-devel mailing list