teltek / gst-plugin-ndi

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

Avoid sending more than one rendition #57

Open zevarito opened 3 years ago

zevarito commented 3 years ago

I am looking for a way to disable the generation of a second (low) stream along with NDI output. I was looking at the plugin source code and reading NDI SDK docs (the PDF attached to the downloadable SDK) but couldn't find a way yet to do it through plugin documentation or patching the plugin source. Bellow are the reasons I can find it useful to implement:

I am just entering NDI world so this assumptions might be completely wrong, if so, please clarify to me what I am understanding wrong.

Thank you very much for your hard work with GST, it is very much appreciated.

sdroege commented 2 years ago

Do you know which SDK API can be used to control this behaviour?