Closed Charley175 closed 5 months ago
The topic name tns1:Media/ConfigurationChanged means that in TopicSet there should be root tag tns1:Media and then tag ConfigurationChanged inside without namespace.
Topic structure is defined by WS-Topics standard: http://docs.oasis-open.org/wsn/wsn-ws_topics-1.3-spec-os.pdf.
Example:
<tns1:Media xmlns:tns1="http://www.onvif.org/ver10/topics">
<ProfileChanged wstop:topic="true" xmlns="" xmlns:wstop="http://docs.oasis-open.org/wsn/t-1">
<tt:MessageDescription IsProperty="false" xmlns:tt="http://www.onvif.org/ver10/schema">
<tt:Source>
<tt:SimpleItemDescription Name="Token" Type="tt:ReferenceToken" />
</tt:Source>
</tt:MessageDescription>
</ProfileChanged>
<ConfigurationChanged wstop:topic="true" xmlns="" xmlns:wstop="http://docs.oasis-open.org/wsn/t-1">
<tt:MessageDescription IsProperty="false" xmlns:tt="http://www.onvif.org/ver10/schema">
<tt:Source>
<tt:SimpleItemDescription Name="Token" Type="tt:ReferenceToken" />
<tt:SimpleItemDescription Name="Type" Type="xsd:string" />
</tt:Source>
</tt:MessageDescription>
</ConfigurationChanged>
</tns1:Media>
Thank you very much for your answer, which is very helpful to me.
Hello, I would like to ask the GetEventProperties interface what theme should be returned to support ConfigurationChanged and ProfileChanged, or where should I find the theme information for both events, thanks !!!
Here is what the program now replies to the test tool, but is always told it is not supported.