Skip to content

Instantly share code, notes, and snippets.

View ethand91's full-sized avatar
:shipit:
Working from home

Ethan ethand91

:shipit:
Working from home
View GitHub Profile
@tobiasfriden
tobiasfriden / Dockerfile
Last active March 27, 2024 09:30
Gstreamer WebRTC python demo working Dockerfile
FROM maxmcd/gstreamer:1.14-buster
WORKDIR /usr/src
RUN apt-get update && apt-get install -y python3-pip \
pkg-config \
libcairo2-dev \
gcc \
python3-dev \
libgirepository1.0-dev \