Docker Run: Add gstreamer plugins for video support
These two packages are needed to stream video from the webcam
This commit is contained in:
parent
978764433b
commit
22e9899309
|
@ -18,6 +18,8 @@ RUN apt-get update && apt-get install -y \
|
||||||
extra-cmake-modules \
|
extra-cmake-modules \
|
||||||
file \
|
file \
|
||||||
git \
|
git \
|
||||||
|
gstreamer1.0-plugins-bad \
|
||||||
|
gstreamer1.0-libav \
|
||||||
libcairo2-dev \
|
libcairo2-dev \
|
||||||
libcurl4-openssl-dev \
|
libcurl4-openssl-dev \
|
||||||
libdbus-1-dev \
|
libdbus-1-dev \
|
||||||
|
|
Loading…
Reference in New Issue