Skip to content

Commit

Permalink
fix: Fixed the issue that mjpg_streamer could not start (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
kluoyun authored Nov 12, 2024
1 parent 1634839 commit f8704a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ autorestart=true
redirect_stderr=true

[program:webcamd]
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"
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"
user=printer
process_name=webcamd
directory=/home/printer
Expand Down

0 comments on commit f8704a7

Please sign in to comment.