Downloading 7MB .ts file from server using souphttpsrc

mahendiran mahendiran88 at gmail.com
Sun May 5 21:29:22 PDT 2013


Hi,

I have constructed gstreamer pipe line is as below.

souphttpsrc->demux->queue (followed by audio & video decoder. audio&video
use different queue)

In this, I like to download,7MB of data from server at single shot.The
primary goal is, "souphttpsrc should post only one GET request to server to
download the 7MB of data".

Currently, souphttpsrc posting multiple GET request to server.

I am setting blocksize to 7MB like this. g_object_set (GOBJECT_BASE(src),
"blocksize", gulong(7 * 1024 * 1024 ),NULL ), but still multiple GET request
is posted to server(more than 10 GET request).

Can anyone please help me on this?

Thanks.

Best Regards,
Mahendiran



--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Downloading-7MB-ts-file-from-server-using-souphttpsrc-tp4659793.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list