iizukanao / picam-streamer

Out-of-the-box SD card image for live streaming with Raspberry Pi
MIT License
62 stars 6 forks source link

Add /etc/default/picam-streamer file to allow easy customization #5

Open geefer opened 7 years ago

geefer commented 7 years ago

Would it be possible to modify picam-streamer init files and server.coffee/js to make use of an /etc/default/picam-streamer file as you have done for the main picam project? At present the startup for the picam program in picam-streamer is hard coded into the server.js file.

iizukanao commented 7 years ago

@Geefer It's possible, but requires fair amount of modifications to /etc/init.d/picam-streamer and server.js (or its counterpart server.coffee). If you can just modify command line options in server.js, that's fine.