change precompiled bins from tar to tar.gz. Add script to install mjpg streamer
This commit is contained in:
5
adds/start_ffmpeg.sh
Normal file
5
adds/start_ffmpeg.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
sudo nginx -s reload
|
||||
sudo mkdir /tmp/timelapse
|
||||
|
||||
sudo /mjpgstreamer/mjpg_streamer -i "/mjpgstreamer/plugins/input_uvc/input_uvc.so -d /dev/video0 -r 1280x720 -f 5" -o "/mjpgstreamer/plugins/output_http/output_http.so -n -p 8080"
|
||||
Reference in New Issue
Block a user