[vlc-devel] [PATCH] Make http seeking to be non-blocking

Bill C. Riemers briemers at redhat.com
Fri Jun 13 18:18:05 CEST 2008


This is built on top of my previous patch, so I am attaching both as
reference.

Basically this make http seeks none blocking, by moving the actual seek
operation as part of the Read() request...   The seek call simply adjust
the position reference to the new location.

Now if you want non-blocking Read requests as well, then I'll have to
make another thread.  But as near as I can tell vlc modules do not
support non-blocking read operations...

Bill

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 0001-Patch-to-fix-bug-1532-and-improve-http-seek-times.patch
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20080613/e7a15980/attachment.ksh>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 0002-Make-http-seeking-to-be-non-blocking.patch
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20080613/e7a15980/attachment-0001.ksh>


More information about the vlc-devel mailing list