Hi all,<br><br>I am using a application to play from httpsrc. I use neonhttpsrc plugin.<br>I use queue2 element to buffer the data. I set use-buffering=true on queue2 and also temp-template property to /tmp/XXXXXX.<br>It seems that the entire file is been downloaded in the file and only then the playback is started.<br>

<br>If I take out the temp-template property the playback starts pretty fast.<br>My concern is allowing seeking of the file. But without using temp-template property on queue2<br>if i do seeking the pipeline starts buffering data from the requested seek position.<br>

<br><font size="2">gst-launch neonhttpsrc location=&quot;<a href="http://clips.nextbit.net/nbcl/the.bounty.hunter_hq.avi">http://testmp4.mp4</a>&quot; ! queue2 use-buffering=true max-size-time=10000000000 temp-template=/tmp/XXXXXX ! qtdemux name=demux ! queue ! videodec ! videosink demux. ! queue ! audiodec ! audiosink</font><br>

<br>Is there any other way where I can seek fast?<br>And also can I restrict the amount of data to downloaded in file pointed by temp-template property.<br><br>Regards,<br>Jyoti<br>