I use quatanium / python-onvif to execute queries.
How can I set Filter-TopicExpression for a Subscribe request?
For the 'ConsumerReference' and 'InitialTerminationTime', I make a trace. in the following way:
subscribe.create_type('Subscribe') subscribe.Subscribe({'ConsumerReference': "http://10.1.50.11:8000", 'InitialTerminationTime': 'PT60S' }) Well, waiting for the filter is not clear how to do. Can you help?