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

Release a new version? #5

Closed mattiasrunge closed 11 years ago

mattiasrunge commented 11 years ago

Hi,

Thank you for a great module, works very well.

I am using the version on NPM right now and it seems to be older than the latest git revision. Particularly the settings part. I don't really like to have to create a config file in somewhere inside the node_modules folder of my project, it will make it harder for people to install then.

From what I can see from the latest source is that you can set the settings without the json file. Though this code is missing from the NPM version.

So my question is if it would be possible for you to release a new version on NPM (0.1.3?)?

Thank you! Mattias Runge

meloncholy commented 11 years ago

Yes, you're right - sorry about that! I obviously forgot to publish the latest version on NPM when I updated it, but it should work now.

Sorry for the delay in responding; had a deadline at work that involved some pretty long days.

Andrew