Mention gst-plugins-bad dependency
This commit is contained in:
parent
a57ce262ff
commit
e8a6f4dc16
|
@ -10,7 +10,7 @@ Thanks to GStreamer's flexibility and wide range of plugins, this enables many n
|
||||||
|
|
||||||
* `glib`
|
* `glib`
|
||||||
* `gstreamer` 1.19 or later. Most distributions do not package this version yet, so you may need to build from source
|
* `gstreamer` 1.19 or later. Most distributions do not package this version yet, so you may need to build from source
|
||||||
* Any GStreamer plugins that you want to use in your pipelines
|
* `gst-plugins-bad` (same version as `gstreamer`) and any other plugins that you want to use in your pipelines
|
||||||
* `libnice`
|
* `libnice`
|
||||||
* A TLS library (usually installed by default, but you may need to install `openssl-dev` or similar on minimal Linux distributions)
|
* A TLS library (usually installed by default, but you may need to install `openssl-dev` or similar on minimal Linux distributions)
|
||||||
* A Rust toolchain ([rustup](https://rustup.rs/) is the easiest way to install one)
|
* A Rust toolchain ([rustup](https://rustup.rs/) is the easiest way to install one)
|
||||||
|
|
Loading…
Reference in New Issue