-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Currently namespaces can't be applied to the message internally.
Currently I do it like so:
message = {
'tt:StreamSetup': { 'tt:Stream': 'RTP-Unicast', 'tt:Transport': {'Protocol': 'RTSP'}},
'tt:ProfileToken': '000'
}
With namespaces sent to options like so:
namespaces = {
'xmlns:tt': 'http://www.onvif.org/ver10/schema',
'xmlns:xsi':"http://www.w3.org/2001/XMLSchema-instance",
'xmlns:xsd':"http://www.w3.org/2001/XMLSchema"
}
This doesn't always work with SOAP services
Metadata
Metadata
Assignees
Labels
No labels