Stream Validation
To help highlight some potential problems, the NDI HX SDK will validate many aspects of streams that are passed to it. It is designed so that it will display the associated error on STDOUT if your stream is incorrect and then terminate the stream (to highlight that it is not a valid stream).
This can make it quite important to monitor STDOUT in your implementation.
Last updated
Was this helpful?