Skip to content

GStreamer and Docker

Vinícius Faria Toná edited this page May 12, 2018 · 1 revision

If you need to use GStreamer in a specific environment (a Jenkins pipeline for example) and you don't want to handle GStreamer installation, you can use Docker instead.

Here's a working Dockerfile: https://gist.github.com/maxmcd/a83af48c453141502404f73d1dbf5ea9
On docker hub as maxmcd/gstreamer:1.14

Clone this wiki locally