<div>Hello all</div>
<div>It looks like there is an issue with finding index on .avi files, when they are downloaded from ftp. Typically divx put this index chunk after movie chunk, so corresponding access module should support seeking. Specifically libavi is asking for FASTSEEK, and if module respond FALSE, it stops looking for index.
</div>
<div> </div>
<div>I can see two options here:<br></div>
<ul>
<li>libavi should not use FAST_SEEK, but normal SEEK instead (ftp seems to implement it). I'm not sure I understand what is the difference 
<li>we need to implement FAST_SEEK in ftp utilizing REST (if server support it)</li></li></ul>
<div>Can you please advise me in which direction I should follow?</div>