Skip to content

Releases: teltek/gst-plugin-ndi

GStreamer NDI Plugin 1.0.0-beta

15 Oct 14:48
Compare
Choose a tag to compare
Pre-release

Only use this release with Linux!

To use the NDI element it's necessary to install GStreamer and the NDI SDK:

  • To install GStreamer follow these steps.
  • To install NDI SDK 3.5.1 for Linux, download and install this .deb package.

Element install instructions

Download libgstndi.so file and execute these commands:

sudo install -o root -g root -m 644 libgstndi.so /usr/lib/x86_64-linux-gnu/gstreamer-1.0/
sudo ldconfig
gst-inspect-1.0 ndi

If all went ok, you should see info related to the NDI element.