- add ability to disable the "-re" flag for specific sources
- exit immediately if avconv is not found or not executable
- fix various issues with source reloading
- show an error if pre/post-scripts don't exist or are not executable
- pass more parameters to pre/post-scripts
- log when streaming has started successfully
- throttle avconv restarts to once per 5 seconds
- remove some unused code
- add startup scripts for Upstart and Systemd in addition to SysVinit
- support specifying the HTTP proxy to use per stream
- don't log some good avconv exit codes as errors
- better error message when there's something wrong with the source definitions
- allow overridng the avconv path on a per-stream basis
- add ability to run pre/post scripts before and after streaming begins
- bump nodejs version requirements to >= 0.12
- bundle the "avconv" dependency so we can more easily fix things in it
- add an option to change the listen address
- don't crash when the source definitions contain malformed JSON
- allow specifying custom avconv options per source
- reload the source definitions whenever the file changes
- more logging improvements
- handle leading slashes in source URL definitions
- minor logging improvements
First tagged release