change precompiled bins from tar to tar.gz. Add script to install mjpg streamer

This commit is contained in:
2025-06-24 23:09:28 +03:00
parent 874662fbd8
commit b4238ead85
8 changed files with 55 additions and 3 deletions

5
adds/start_ffmpeg.sh Normal file
View 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"