<div dir="ltr">Hi,<div><br></div><div>I'm trying to setup a video simple pipeline for looping a video. My current pipeline currently is as follows:</div><div><br></div><div>uridecodebin uri=<a href="http://video">http://video</a> use-buffering=true ! videoconvert ! appsink</div><div><br></div><div>And then when the video starts I issue a segmented seek, and again when I get the segment done message. However the first seek commonly fails. I discovered I get the behavior I want if I also set `download=true`. However for my use case, I don't want to download the entire video to the client device (the file is being served over an internal network to a device with limited storage). </div><div><br></div><div>Are there any other options to look into? Is it possible to have seeking without downloading the entire video?</div><div><br><div><div>GStreamer Version: 1.14</div></div></div></div>