Skip to content

Instantly share code, notes, and snippets.

View edorgeville's full-sized avatar
:octocat:
🧲

Erwan d'Orgeville edorgeville

:octocat:
🧲
View GitHub Profile
@edorgeville
edorgeville / Dockerfile
Last active June 13, 2024 13:37
gst-plugin-ndi in Docker
# This Dockerfile installs required dependencies and builds
# the gst-plugin-ndi gstreamer plugin.
# Uncomment lines 9 through 23 if you want to install all
# available gstreamer plugins and CLI tools.
FROM rust
RUN apt-get update && apt-get install -y \
# libgstreamer-plugins-base1.0-dev \
# libgstreamer-plugins-bad1.0-dev \