Finding
Finding
As documented elsewhere, the NDI filter allows you to locate all NDI sources on the network. When using a discovery server, the Advanced SDK allows you to specify per connection metadata by specifying a "source.metadata" field in the sender JSON (see documentation for configuration files). When using an NDI finder one can receive the list of all sources on the network with their associated metadata using the function:
This function returns the list of sources, including their metadata in a fashion that is identical to the regular NDIlib_find_get_current_sources
function.
Last updated