From c4cb3660a2953b39d87a346705b9ae049c4eb8df Mon Sep 17 00:00:00 2001 From: Guy Sheffer Date: Mon, 19 Aug 2019 10:48:56 +0300 Subject: Fix avconv is not available in buster #600 --- src/modules/octopi/filesystem/home/pi/.octoprint/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/octopi/filesystem/home/pi/.octoprint/config.yaml b/src/modules/octopi/filesystem/home/pi/.octoprint/config.yaml index 88361e3..b6002e8 100644 --- a/src/modules/octopi/filesystem/home/pi/.octoprint/config.yaml +++ b/src/modules/octopi/filesystem/home/pi/.octoprint/config.yaml @@ -1,7 +1,7 @@ webcam: stream: /webcam/?action=stream snapshot: http://127.0.0.1:8080/?action=snapshot - ffmpeg: /usr/bin/avconv + ffmpeg: /usr/bin/ffmpeg plugins: cura: cura_engine: /usr/local/bin/cura_engine -- cgit v1.2.3