Created
March 4, 2020 00:41
-
-
Save lucabelluccini/1755926342954e89ff23f3ec9f636618 to your computer and use it in GitHub Desktop.
Gstreamer latest cross architecture
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM lopsided/archlinux | |
RUN yes | pacman -Sy gstreamer gst-libav gst-plugins-bad gst-plugins-base gst-plugins-good gst-plugins-ugly gst-python git python python-pip python-setuptools | |
RUN cd /home/ && \ | |
git clone https://github.com/centricular/gstwebrtc-demos && \ | |
cd gstwebrtc-demos && \ | |
python3 -m pip install --user websockets | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment