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
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue