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

maxAge #26

Closed jsamr closed 8 years ago

jsamr commented 8 years ago

What does this setting option states for? Can't find anything in the doc !

meloncholy commented 8 years ago

It tells the browser for how long it should cache the response, which should hopefully save you a bit of bandwidth if your files don't change that often. HTTP caching info from Google

You're right, though, that I should really update the docs. :smile:

jsamr commented 8 years ago

Thanks a lot ! okay it's a http header field ! Should also report the unit is seconds