teltek / gst-plugin-ndi

GStreamer NDI Plugin for Linux
GNU Lesser General Public License v2.1
155 stars 27 forks source link

Port to NDI SDK v4 #46

Closed sdroege closed 4 years ago

sdroege commented 4 years ago
Most notably this allows the video line stride to be set to 0, in which
case a default value is to be used, and it deprecates selecting NDI
sources by their IP address and because of that we remove the relevant
properties.

Usually the SDK will give an URL instead of an IP address now, so usage
would've been broken anyway.
rubenrua commented 4 years ago

LGFM ping @Alfro

Alfro commented 4 years ago

Thanks a lot!