Pete DeLaurentis wrote:
> Hi Alex,
> 
> Check out the x_send_file plugin. When you use this to send a file,
> it just sends the location on disk to the web-server (in a special
> HTTP header).
> 
> The webserver then looks up the file + streams it down to the
> client.  I've noticed a huge speed boost after switching to x_send_file.
> 
> Since you observed that files sent by nginx work on your iPhone, this
> would allow nginx to do the heavy lifting for you.
> 
> I know that Lighttpd + Apache support X-Send-File, although I'm not
> sure about nginx.
> 
> Hope this helps,
> Pete
Hi, is it possible to http-stream seekable mp4 videos with 
X-Accel-Redirect? Or do I need to add some plugin or other stuff as 
well? I am targetting the new <video> html5 tag and the iPhone.

Cheers,
-- 
Posted via http://www.ruby-forum.com/.
_______________________________________________
Mongrel-users mailing list
Mongrel-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/mongrel-users

Reply via email to