OK, this iteration of the patch should fix all of the issues previously mentioned.<br><br><br>I think there may be a bug elsewhere in vlc, because if the stream is not seekable, attempts to seek now return VLC_EGENERIC. However playback hangs anyway.<br>

<br><br>Regards,<br>Gabriel.<br><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 Mon, Jun 7, 2010 at 5:28 PM, 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 Mon, Jun 07, 2010 at 05:14:58PM -0300, salsaman wrote:<br>
>    OK, how do I check for a stream ? I was assuming that if the file size was<br>
>    0 then it is a stream, otherwise it is a file.<br>
<br>
</div> Hi,<br>
<br>
 You can use stream_Control( stream_t *, STREAM_CAN_SEEK, &bool ) or<br>
 STREAM_CAN_FASTSEEK to check if stream is seekable or can be seeked<br>
 fast. You don't really need to know if input is file or stream.<br>
<br>
 (stream_Tell/stream_Size uses STREAM_GET_POSITION and STREAM_GET_SIZE,<br>
 if you look vlc/include/vlc_stream.h ).<br>
<font color="#888888"><br>
--<br>
Ilkka Ollakka<br>
Money is the root of all evil, and man needs roots<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>