In fact, I’m using these lines of code :
Guid metadata_id = new Guid(“F0406F17-0E92-4286-A661-8D8EEED002E7”);
Item meta_item = Configuration.Instance.GetItem(metadata_id, Kind.Metadata);
But meta_item is always null
Error: ‘System.ArgumentNullException’ in VideoOs.Platform.dll
I am referring to the MIP SDK component Sample “Metadata Live Viewer” for reading live metadata information.