meloncholy / vid-streamer

VidStreamer.js: A simple streamer for Flash and HTML5-style videos. Supports HTTP pseudostreaming and works with JW Player's bitrate switching.
http://meloncholy.com
384 stars 64 forks source link

Add max-age Cache-Control setting #13

Closed jtwalters closed 10 years ago

jtwalters commented 10 years ago

Some browsers might not cache the video files if "max-age" or "Expires" isn't set. This should fix that.

meloncholy commented 10 years ago

Good point. Thanks!