This commit is contained in:
Koushik Dutta
2022-01-04 15:02:39 -08:00
parent b7adaebbb6
commit 4c852ac0b0

View File

@@ -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