Skip to content

Commit 58ad94d

Browse files
authored
Merge pull request #601 from guysoft/ffmpeg
Fix avconv is not available in buster #600
2 parents 8133cb9 + c4cb366 commit 58ad94d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/modules/octopi/filesystem/home/pi/.octoprint

src/modules/octopi/filesystem/home/pi/.octoprint/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
webcam:
22
stream: /webcam/?action=stream
33
snapshot: http://127.0.0.1:8080/?action=snapshot
4-
ffmpeg: /usr/bin/avconv
4+
ffmpeg: /usr/bin/ffmpeg
55
plugins:
66
cura:
77
cura_engine: /usr/local/bin/cura_engine

0 commit comments

Comments
 (0)