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

Express - Pre Action #15

Open marcoberri opened 10 years ago

marcoberri commented 10 years ago

Hi! is possible set pre action on expressjs ? on every call execute an custom pre-action?

thx

exampple: app.get("/video/", function(req, res, next) { ... }, vidStreamer.settings( config.video ));