Re: FLVseeking plugin problem

2012-06-07 Thread James Peach
On 30/05/2012, at 8:08 AM, llesueur wrote: > Hello, > > I am currently working on a plugin to deal with flv seeking. > > I just want to do the same thing as the following lighttpd module : > http://blog.lighttpd.net/articles/2006/03/09/flv-streaming-with-lighttpd > > So, I added a hook at REQ

Re: FLVseeking plugin problem

2012-05-30 Thread Alan M. Carroll
Wednesday, May 30, 2012, 10:44:50 AM, you wrote: >> * It sometimes contact my origin server and send back a "206 Partial >> Content" return code. In this case, the video will not work. It >> occurs when i'm already downloading the same files. (Looks to be a >> race condition). As far as I k

Re: FLVseeking plugin problem

2012-05-30 Thread James Peach
On May 30, 2012, at 1:18 AM, louis wrote: > Hello, > > I am currently working on a plugin to deal with flv seeking. > > I just want to do the same thing as the following lighttpd module : > http://blog.lighttpd.net/articles/2006/03/09/flv-streaming-with-lighttpd >

FLVseeking plugin problem

2012-05-30 Thread louis
Hello, I am currently working on a plugin to deal with flv seeking. I just want to do the same thing as the following lighttpd module : http://blog.lighttpd.net/articles/2006/03/09/flv-streaming-with-lighttpd So, I add