A media server that runs on node.
I wanted to stream media.
This server requires ffmpeg to generate thumbnails. Install ffmpeg and place it in your path.
This server can be installed by running
npm install -g merriman
merriman editconfig
merriman run
merriman initdir
Full path of location where uploaded media is stored
Full path of location to store thumbnails
Once ffmpeg is installed, you must run the client and the server.
npm install
npm run server-watch
and in a separate shell
npm start
[ daspinola / video-stream-sample ] - for figuring out how to stream from express.