teltek / gst-plugin-ndi

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

Add initial version of NDI sink #55

Closed sdroege closed 3 years ago

sdroege commented 3 years ago
The sink can accept audio or video directly, or if both should be
provided at once it is necesary to use the ndisinkcombiner before the
ndisink to merge both audio and video into the same stream.

Fixes https://github.com/teltek/gst-plugin-ndi/issues/10

This is on top of https://github.com/teltek/gst-plugin-ndi/pull/54

Riot-StefanSchindler commented 3 years ago

hey - i am trying to use the ndisink with the decklink output -

would you be able to give an sample on who to use the ndisink for decklinkvideosrc and audiosrc ? got video working with : - but moment i start to use the combiner with audio i am failing gst-launch-1.0 decklinkvideosrc device-number=1 mode=1080p50 ! videoconvert ! 'video/x-raw, format=(string)YV12' ! ndisink