Skip to content

Instantly share code, notes, and snippets.

@lucabelluccini
Created March 4, 2020 00:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lucabelluccini/1755926342954e89ff23f3ec9f636618 to your computer and use it in GitHub Desktop.
Save lucabelluccini/1755926342954e89ff23f3ec9f636618 to your computer and use it in GitHub Desktop.
Gstreamer latest cross architecture
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