From 4c852ac0b05bd7a758f7dba7eef587abba0c6071 Mon Sep 17 00:00:00 2001 From: Koushik Dutta Date: Tue, 4 Jan 2022 15:02:39 -0800 Subject: [PATCH] mac deps --- docker/install-scrypted-dependencies-mac.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docker/install-scrypted-dependencies-mac.sh b/docker/install-scrypted-dependencies-mac.sh index 6920237ec..af7547862 100755 --- a/docker/install-scrypted-dependencies-mac.sh +++ b/docker/install-scrypted-dependencies-mac.sh @@ -18,7 +18,11 @@ RUN() { } echo "Installing Scrypted dependencies..." +# needed by scrypted-ffmpeg +RUN brew install sdl2 +# gstreamer plugins RUN brew install gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad gst-plugins-ugly +# gst python bindings RUN brew install gst-python RUN pip3 install --upgrade pip RUN pip3 install aiofiles debugpy typing_extensions typing opencv-python