gst-plugin-ndi icon indicating copy to clipboard operation
gst-plugin-ndi copied to clipboard

NDI metadata support

Open darksidds opened this issue 3 years ago • 2 comments

I read the source code and found out that no metadata is being processed by the plugin. I wonder if there are any restrictions or it's just due to lack of need in there features? How difficult is it to implement this function? изображение

darksidds avatar Aug 30 '21 21:08 darksidds

Metadata is now captured and printed to the logs but not made use of. There are no restrictions here, just that nobody implemented support for handling metadata yet.

sdroege avatar Oct 08 '21 15:10 sdroege

Thanks for your answer! Actually, as it turned out later on I needed per_buffer metadata but there were no such facilities, so I created my own implementation of transfering metadata as VideoCaptionMeta. Please, take a look at my pull-request https://github.com/teltek/gst-plugin-ndi/pull/80

darksidds avatar Oct 22 '21 16:10 darksidds