Skip to content

Commit f8704a7

Browse files
authored
fix: Fixed the issue that mjpg_streamer could not start (#40)
1 parent 1634839 commit f8704a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/supervisord.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ autorestart=true
4646
redirect_stderr=true
4747

4848
[program:webcamd]
49-
command=/home/printer/mjpg-streamer/mjpg_streamer -i "input_file.so -e -d 0.8 -f /home/printer/webcam_images" -o "output_http.so -w /home/printer/mjpg-streamer/www"
49+
command=/home/printer/mjpg-streamer/mjpg_streamer -i "input_file.so -e -d 0.8 -f /home/printer/mjpg_streamer_images" -o "output_http.so -w /home/printer/mjpg-streamer/www"
5050
user=printer
5151
process_name=webcamd
5252
directory=/home/printer

0 commit comments

Comments
 (0)