From c6338038766bd3d2682e7c7bcdfbd7647e73bc25 Mon Sep 17 00:00:00 2001 From: Salt Date: Thu, 19 May 2022 18:16:26 -0500 Subject: [PATCH] Enable streaming for Octoprint --- playbooks/tasks/app/octoprint.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/playbooks/tasks/app/octoprint.yml b/playbooks/tasks/app/octoprint.yml index 12c1873..8770984 100644 --- a/playbooks/tasks/app/octoprint.yml +++ b/playbooks/tasks/app/octoprint.yml @@ -6,12 +6,8 @@ image: octoprint/octoprint:latest privileged: yes network_mode: host -# Uncomment all this stuff when the camera shows up -# env: -# ENABLE_MJPG_STREAMER: true -# devices: -# - /dev/ttyACM0:/dev/ttyACM0 -# - /dev/video0:/dev/video0 + env: + ENABLE_MJPG_STREAMER: "true" volumes: # I know this is strictly speaking a "bad thing", but this device is an # appliance so whatever.