OK, here is the patch updated with FASTSEEK.<br><br>If you are seeing problems even after downloading elephants dream, then I think there is some other problem. Maybe you are using a different demuxer (avformat ?) instead of the ogg demuxer ?<br>

<br><br>Regards,<br>Gabriel.<br clear="all"><br><a href="http://lives.sourceforge.net">http://lives.sourceforge.net</a><br><a href="https://www.ohloh.net/accounts/salsaman">https://www.ohloh.net/accounts/salsaman</a><br>
<br>

<br><br><div class="gmail_quote">On Wed, Jun 9, 2010 at 3:52 AM, Ilkka Ollakka <span dir="ltr"><<a href="mailto:ileoo@videolan.org">ileoo@videolan.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<div class="im">On Tue, Jun 08, 2010 at 07:28:27PM -0300, salsaman wrote:<br>
>    Please check back in this thread. I asked how to tell if we are dealing<br>
>    with a stream or a file, and I was told to use stream_Control( stream_t *,<br>
>    STREAM_CAN_SEEK, &boolean );<br>
<br>
</div>Hi,<br>
<br>
You don't really need to know if access has file or stream coming in do<br>
you? Seems that you just need to know if it can be seeked (fast in this<br>
case seems like the info you need ) so STREAM_CAN_FASTSEEK would tell you if<br>
seeking is really a fast one (like local files etc) or not (not able to<br>
seek, or slow seek like in http-case).<br>
<br>
I think there could be still seeking problem even with local files. I<br>
tried that elephantsdream as local file, and it behaved same as behind<br>
http, so maybe patch is missing some boundary limit, or I just had some<br>
other problem in that case. I'll try to test more tonight.<br>
<font color="#888888"><br>
--<br>
Ilkka Ollakka<br>
"I've seen, I SAY, I've seen better heads on a mug of beer"<br>
                -- Senator Claghorn<br>
</font><br>_______________________________________________<br>
vlc-devel mailing list<br>
To unsubscribe or modify your subscription options:<br>
<a href="http://mailman.videolan.org/listinfo/vlc-devel" target="_blank">http://mailman.videolan.org/listinfo/vlc-devel</a><br>
<br></blockquote></div><br>