Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ONVIF doesn't work in hikvision DVR #167

Open
FelipeHurtado opened this issue Sep 11, 2023 · 3 comments
Open

ONVIF doesn't work in hikvision DVR #167

FelipeHurtado opened this issue Sep 11, 2023 · 3 comments

Comments

@FelipeHurtado
Copy link

hi,
I am working with an IP camera which I retransmit RTSP streams with mediamtx, the Onvif protocol works well with Onvif device manager software but when trying to add ONVIF to the Hikvision DVR I get a "param error". I do not know what's happening

@RogerHardiman
Copy link
Collaborator

Thank you for the bug report.
I have a Hik recorder, but don't remember if I've ever tried to make it connect to RPOS.

Could I ask
a) if you managed to fix the problem?
b) a copy of the RPOS config file please?
c) a copy of the MediaMTX config - if you have passwords in the MediaMTX file then please modify them

@sbcdave
Copy link

sbcdave commented Sep 30, 2024

Hey there. This is the newest "thread" about NVR issues so I'm hoping you don't mind if I tag along on this one, even though my issue is with a Reolink NVR. I am using rtsp-simple-server to proxy a Wyze cam rtsp stream, and then using RPOS to be the ONVIF front end for that proxy endpoint. Onvier and tinyCam can connect via ONVIF and see the stream, and my Reolink NVR autodiscovers and connects, and shows the frame rate and resolution info, but never displays the stream. On rtsp-simple-server output I see it "tearing down" the connection every minute or so. I noticed that the Reolink NVR sees the ONVIF "object?" as Manufacturer%20ModelX where X is some unknown character. I'm hoping you can point me to where in code the manufacturer config value is being concatenated to the model config value, so I can modify it and see if that makes the darn Reolink NVR happy. Thanks for any pointers or other ideas. I really appreciate this RPOS code.

My rposConfig.json:
{
"NetworkAdapters" : ["wlp4s0"],
"IpAddress" : "192.168.68.54",
"ServicePort" : 8000,
"Username" : "admin",
"Password" : "camera",
"CameraType" : "",
"RTSPAddress" : "192.168.68.54",
"RTSPPort" : 554,
"RTSPName" : "proxied",
"MulticastEnabled" : false,
"RTSPMulticastName" : "h264m",
"MulticastAddress" : "224.0.0.1",
"MulticastPort" : "10001",
"RTSPServer" : 0,
"PTZDriver" : "none",
"PTZOutput" : "none",
"PTZSerialPort" : "",
"PTZSerialPortSettings" : { "baudRate":2400, "dataBits":8, "parity":"none", "stopBits":1 },
"PTZOutputURL": "",
"PTZCameraAddress": 0,
"DeviceInformation" : {
"Manufacturer" : "Reolink",
"HardwareId" : ""
},
"logLevel" : 4, "logLevelComment": "## LogLevels are > 1:Error 2:Warning 3:Info 4:Debug",
"logSoapCalls" : true
}

I tried leaving model as "" but Reolink NVR sees the camera as Reolink%20X
Then I tried deleting it and it reverted to default RPOS, i.e. Reolink%20RPOSX, where again X is some unknown character it is showing

@sbcdave
Copy link

sbcdave commented Sep 30, 2024

Nevermind the name having %20 and the weird character. I found where that was with a grep -r and then modified it to hardcode the name for me. The odd character was a \n immediately after the .concat(manfucaturer, model). The name now has no spaces or odd characters but it still isn't working. With log level 4 the NVR makes it all the way to the URI request, but stalls there until it destroys the connection and tries again. Any ideas are appreciated:

Discovery received from 192.168.68.58
DeviceService - Calltype : info, Data : Handling POST on /onvif/device_service
DeviceService - Calltype : received, Data :
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://www.w3.org/2003/05/soap-envelope" xmlns:SOAP-ENC="http://www.w3.org/2003/05/soap-encoding" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:wsdd="http://schemas.xmlsoap.org/ws/2005/04/discovery" xmlns:xop="http://www.w3.org/2004/08/xop/include" xmlns:chan="http://schemas.microsoft.com/ws/2005/02/duplex" xmlns:wsa5="http://www.w3.org/2005/08/addressing" xmlns:c14n="http://www.w3.org/2001/10/xml-exc-c14n#" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:saml1="urn:oasis:names:tc:SAML:1.0:assertion" xmlns:saml2="urn:oasis:names:tc:SAML:2.0:assertion" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:xenc="http://www.w3.org/2001/04/xmlenc#" xmlns:wsc="http://docs.oasis-open.org/ws-sx/ws-secureconversation/200512" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:tt="http://www.onvif.org/ver10/schema" xmlns:wsrfbf="http://docs.oasis-open.org/wsrf/bf-2" xmlns:wstop="http://docs.oasis-open.org/wsn/t-1" xmlns:wsrfr="http://docs.oasis-open.org/wsrf/r-2" xmlns:ns1="http://www.onvif.org/ver20/media/wsdl" xmlns:tdn="http://www.onvif.org/ver10/network/wsdl" xmlns:tds="http://www.onvif.org/ver10/device/wsdl" xmlns:tev="http://www.onvif.org/ver10/events/wsdl" xmlns:wsnt="http://docs.oasis-open.org/wsn/b-2" xmlns:timg="http://www.onvif.org/ver20/imaging/wsdl" xmlns:tmd="http://www.onvif.org/ver10/deviceIO/wsdl" xmlns:tptz="http://www.onvif.org/ver20/ptz/wsdl" xmlns:trc="http://www.onvif.org/ver10/recording/wsdl" xmlns:trp="http://www.onvif.org/ver10/replay/wsdl" xmlns:trt="http://www.onvif.org/ver10/media/wsdl" xmlns:trv="http://www.onvif.org/ver10/receiver/wsdl" xmlns:tse="http://www.onvif.org/ver10/search/wsdl" xmlns:ter="http://www.onvif.org/ver10/error" xmlns:tns1="http://www.onvif.org/ver10/topics" xmlns:tad="http://www.onvif.org/ver20/analytics/wsdl">SOAP-ENV:Headerwsse:Securitywsse:UsernameTokenwsse:Usernameadmin</wsse:Username><wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordDigest">LD6e0jbqZ/7Dnr17vmwIOv1MZPA=</wsse:Password><wsse:Nonce EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary">mwH7Zik++GFyqOVndqM3Tg1aIm8=</wsse:Nonce>wsu:Created2024-09-30T19:52:59Z</wsu:Created></wsse:UsernameToken></wsse:Security></SOAP-ENV:Header>SOAP-ENV:Bodytds:GetCapabilitiestds:CategoryAll</tds:Category></tds:GetCapabilities></SOAP-ENV:Body></SOAP-ENV:Envelope>

DeviceService - Calltype : info, Data : Attempting to bind to /onvif/device_service
DeviceService - Calltype : info, Data : Trying Device from path
DeviceService received request GetCapabilities
DeviceService - Calltype : replied, Data : <soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:i0="http://www.onvif.org/ver10/device/wsdl" xmlns:tns="http://tempuri.org/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:tds="http://www.onvif.org/ver10/device/wsdl" xmlns:tt="http://www.onvif.org/ver10/schema">soap:Body<tds:GetCapabilitiesResponse xmlns:tds="http://www.onvif.org/ver10/device/wsdl" xmlns="http://www.onvif.org/ver10/device/wsdl">tds:Capabilities<tt:Device xmlns:tt="http://www.onvif.org/ver10/schema">tt:XAddrhttp://192.168.68.54:8000/onvif/device_service</tt:XAddr>tt:Networktt:IPFilterfalse</tt:IPFilter>tt:ZeroConfigurationfalse</tt:ZeroConfiguration>tt:IPVersion6false</tt:IPVersion6>tt:DynDNSfalse</tt:DynDNS>tt:Extensiontt:Dot11Configurationfalse</tt:Dot11Configuration>tt:Extension</tt:Extension></tt:Extension></tt:Network>tt:Systemtt:DiscoveryResolvefalse</tt:DiscoveryResolve>tt:DiscoveryByefalse</tt:DiscoveryBye>tt:RemoteDiscoveryfalse</tt:RemoteDiscovery>tt:SystemBackupfalse</tt:SystemBackup>tt:SystemLoggingfalse</tt:SystemLogging>tt:FirmwareUpgradefalse</tt:FirmwareUpgrade>tt:SupportedVersionstt:Major2</tt:Major>tt:Minor5</tt:Minor></tt:SupportedVersions>tt:Extensiontt:HttpFirmwareUpgradefalse</tt:HttpFirmwareUpgrade>tt:HttpSystemBackupfalse</tt:HttpSystemBackup>tt:HttpSystemLoggingfalse</tt:HttpSystemLogging>tt:HttpSupportInformationfalse</tt:HttpSupportInformation>tt:Extension</tt:Extension></tt:Extension></tt:System>tt:IOtt:InputConnectors0</tt:InputConnectors>tt:RelayOutputs1</tt:RelayOutputs>tt:Extensiontt:Auxiliaryfalse</tt:Auxiliary>tt:AuxiliaryCommands</tt:AuxiliaryCommands>tt:Extension</tt:Extension></tt:Extension></tt:IO>tt:Securitytt:TLS1.1false</tt:TLS1.1>tt:TLS1.2false</tt:TLS1.2>tt:OnboardKeyGenerationfalse</tt:OnboardKeyGeneration>tt:AccessPolicyConfigfalse</tt:AccessPolicyConfig>tt:X.509Tokenfalse</tt:X.509Token>tt:SAMLTokenfalse</tt:SAMLToken>tt:KerberosTokenfalse</tt:KerberosToken>tt:RELTokenfalse</tt:RELToken>tt:Extensiontt:TLS1.0false</tt:TLS1.0>tt:Extensiontt:Dot1Xfalse</tt:Dot1X>tt:RemoteUserHandlingfalse</tt:RemoteUserHandling></tt:Extension></tt:Extension></tt:Security>tt:Extension</tt:Extension></tt:Device><tt:Events xmlns:tt="http://www.onvif.org/ver10/schema">tt:XAddrhttp://192.168.68.54:8000/onvif/events_service</tt:XAddr>tt:WSSubscriptionPolicySupportfalse</tt:WSSubscriptionPolicySupport>tt:WSPullPointSupportfalse</tt:WSPullPointSupport>tt:WSPausableSubscriptionManagerInterfaceSupportfalse</tt:WSPausableSubscriptionManagerInterfaceSupport></tt:Events><tt:Imaging xmlns:tt="http://www.onvif.org/ver10/schema">tt:XAddrhttp://192.168.68.54:8000/onvif/imaging_service</tt:XAddr></tt:Imaging><tt:Media xmlns:tt="http://www.onvif.org/ver10/schema">tt:XAddrhttp://192.168.68.54:8000/onvif/media_service</tt:XAddr>tt:StreamingCapabilitiestt:RTPMulticastfalse</tt:RTPMulticast>tt:RTP_TCPtrue</tt:RTP_TCP>tt:RTP_RTSP_TCPtrue</tt:RTP_RTSP_TCP>tt:Extension</tt:Extension></tt:StreamingCapabilities>tt:Extensiontt:ProfileCapabilitiestt:MaximumNumberOfProfiles1</tt:MaximumNumberOfProfiles></tt:ProfileCapabilities></tt:Extension></tt:Media><tt:PTZ xmlns:tt="http://www.onvif.org/ver10/schema">tt:XAddrhttp://192.168.68.54:8000/onvif/ptz_service</tt:XAddr></tt:PTZ></tds:Capabilities></tds:GetCapabilitiesResponse></soap:Body></soap:Envelope>
DeviceService - Calltype : info, Data : Handling POST on /onvif/device_service
DeviceService - Calltype : received, Data :
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://www.w3.org/2003/05/soap-envelope" xmlns:SOAP-ENC="http://www.w3.org/2003/05/soap-encoding" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:wsdd="http://schemas.xmlsoap.org/ws/2005/04/discovery" xmlns:xop="http://www.w3.org/2004/08/xop/include" xmlns:chan="http://schemas.microsoft.com/ws/2005/02/duplex" xmlns:wsa5="http://www.w3.org/2005/08/addressing" xmlns:c14n="http://www.w3.org/2001/10/xml-exc-c14n#" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:saml1="urn:oasis:names:tc:SAML:1.0:assertion" xmlns:saml2="urn:oasis:names:tc:SAML:2.0:assertion" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:xenc="http://www.w3.org/2001/04/xmlenc#" xmlns:wsc="http://docs.oasis-open.org/ws-sx/ws-secureconversation/200512" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:tt="http://www.onvif.org/ver10/schema" xmlns:wsrfbf="http://docs.oasis-open.org/wsrf/bf-2" xmlns:wstop="http://docs.oasis-open.org/wsn/t-1" xmlns:wsrfr="http://docs.oasis-open.org/wsrf/r-2" xmlns:ns1="http://www.onvif.org/ver20/media/wsdl" xmlns:tdn="http://www.onvif.org/ver10/network/wsdl" xmlns:tds="http://www.onvif.org/ver10/device/wsdl" xmlns:tev="http://www.onvif.org/ver10/events/wsdl" xmlns:wsnt="http://docs.oasis-open.org/wsn/b-2" xmlns:timg="http://www.onvif.org/ver20/imaging/wsdl" xmlns:tmd="http://www.onvif.org/ver10/deviceIO/wsdl" xmlns:tptz="http://www.onvif.org/ver20/ptz/wsdl" xmlns:trc="http://www.onvif.org/ver10/recording/wsdl" xmlns:trp="http://www.onvif.org/ver10/replay/wsdl" xmlns:trt="http://www.onvif.org/ver10/media/wsdl" xmlns:trv="http://www.onvif.org/ver10/receiver/wsdl" xmlns:tse="http://www.onvif.org/ver10/search/wsdl" xmlns:ter="http://www.onvif.org/ver10/error" xmlns:tns1="http://www.onvif.org/ver10/topics" xmlns:tad="http://www.onvif.org/ver20/analytics/wsdl">SOAP-ENV:Headerwsse:Securitywsse:UsernameTokenwsse:Usernameadmin</wsse:Username><wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordDigest">SvirV6IXHsgiOzaB/frsISaP6JU=</wsse:Password><wsse:Nonce EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary">mwH7ZtWkGBSkxjZGHiqgJrOciXg=</wsse:Nonce>wsu:Created2024-09-30T19:52:59Z</wsu:Created></wsse:UsernameToken></wsse:Security></SOAP-ENV:Header>SOAP-ENV:Bodytds:GetServicestds:IncludeCapabilitytrue</tds:IncludeCapability></tds:GetServices></SOAP-ENV:Body></SOAP-ENV:Envelope>

DeviceService - Calltype : info, Data : Attempting to bind to /onvif/device_service
DeviceService - Calltype : info, Data : Trying Device from path
DeviceService received request GetServices
DeviceService - Calltype : replied, Data : <soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:i0="http://www.onvif.org/ver10/device/wsdl" xmlns:tns="http://tempuri.org/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:tds="http://www.onvif.org/ver10/device/wsdl" xmlns:tt="http://www.onvif.org/ver10/schema">soap:Body<tds:GetServicesResponse xmlns:tds="http://www.onvif.org/ver10/device/wsdl" xmlns="http://www.onvif.org/ver10/device/wsdl">tds:Servicetds:Namespacehttp://www.onvif.org/ver10/device/wsdl</tds:Namespace>tds:XAddrhttp://192.168.68.54:8000/onvif/device_service</tds:XAddr>tds:Version<tt:Major xmlns:tt="http://www.onvif.org/ver10/schema">2</tt:Major><tt:Minor xmlns:tt="http://www.onvif.org/ver10/schema">5</tt:Minor></tds:Version></tds:Service>tds:Servicetds:Namespacehttp://www.onvif.org/ver20/imaging/wsdl</tds:Namespace>tds:XAddrhttp://192.168.68.54:8000/onvif/imaging_service</tds:XAddr>tds:Versiontt:Major2</tt:Major>tt:Minor5</tt:Minor></tds:Version></tds:Service>tds:Servicetds:Namespacehttp://www.onvif.org/ver10/media/wsdl</tds:Namespace>tds:XAddrhttp://192.168.68.54:8000/onvif/media_service</tds:XAddr>tds:Versiontt:Major2</tt:Major>tt:Minor5</tt:Minor></tds:Version></tds:Service>tds:Servicetds:Namespacehttp://www.onvif.org/ver20/ptz/wsdl</tds:Namespace>tds:XAddrhttp://192.168.68.54:8000/onvif/ptz_service</tds:XAddr>tds:Versiontt:Major2</tt:Major>tt:Minor5</tt:Minor></tds:Version></tds:Service></tds:GetServicesResponse></soap:Body></soap:Envelope>
MediaService - Calltype : info, Data : Handling POST on /onvif/media_service
MediaService - Calltype : received, Data :
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://www.w3.org/2003/05/soap-envelope" xmlns:SOAP-ENC="http://www.w3.org/2003/05/soap-encoding" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:wsdd="http://schemas.xmlsoap.org/ws/2005/04/discovery" xmlns:xop="http://www.w3.org/2004/08/xop/include" xmlns:chan="http://schemas.microsoft.com/ws/2005/02/duplex" xmlns:wsa5="http://www.w3.org/2005/08/addressing" xmlns:c14n="http://www.w3.org/2001/10/xml-exc-c14n#" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:saml1="urn:oasis:names:tc:SAML:1.0:assertion" xmlns:saml2="urn:oasis:names:tc:SAML:2.0:assertion" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:xenc="http://www.w3.org/2001/04/xmlenc#" xmlns:wsc="http://docs.oasis-open.org/ws-sx/ws-secureconversation/200512" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:tt="http://www.onvif.org/ver10/schema" xmlns:wsrfbf="http://docs.oasis-open.org/wsrf/bf-2" xmlns:wstop="http://docs.oasis-open.org/wsn/t-1" xmlns:wsrfr="http://docs.oasis-open.org/wsrf/r-2" xmlns:ns1="http://www.onvif.org/ver20/media/wsdl" xmlns:tdn="http://www.onvif.org/ver10/network/wsdl" xmlns:tds="http://www.onvif.org/ver10/device/wsdl" xmlns:tev="http://www.onvif.org/ver10/events/wsdl" xmlns:wsnt="http://docs.oasis-open.org/wsn/b-2" xmlns:timg="http://www.onvif.org/ver20/imaging/wsdl" xmlns:tmd="http://www.onvif.org/ver10/deviceIO/wsdl" xmlns:tptz="http://www.onvif.org/ver20/ptz/wsdl" xmlns:trc="http://www.onvif.org/ver10/recording/wsdl" xmlns:trp="http://www.onvif.org/ver10/replay/wsdl" xmlns:trt="http://www.onvif.org/ver10/media/wsdl" xmlns:trv="http://www.onvif.org/ver10/receiver/wsdl" xmlns:tse="http://www.onvif.org/ver10/search/wsdl" xmlns:ter="http://www.onvif.org/ver10/error" xmlns:tns1="http://www.onvif.org/ver10/topics" xmlns:tad="http://www.onvif.org/ver20/analytics/wsdl">SOAP-ENV:Headerwsse:Securitywsse:UsernameTokenwsse:Usernameadmin</wsse:Username><wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordDigest">3/4rpAvnJFAT8CfApgCP2LQRXPY=</wsse:Password><wsse:Nonce EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary">mwH7ZuKTLnoHKqIwB3fqQ8RIezo=</wsse:Nonce>wsu:Created2024-09-30T19:52:59Z</wsu:Created></wsse:UsernameToken></wsse:Security></SOAP-ENV:Header>SOAP-ENV:Bodytrt:GetProfiles</trt:GetProfiles></SOAP-ENV:Body></SOAP-ENV:Envelope>

MediaService - Calltype : info, Data : Attempting to bind to /onvif/media_service
MediaService - Calltype : info, Data : Trying Media from path
MediaService received request GetProfiles
MediaService - Calltype : replied, Data : <soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:i0="http://www.onvif.org/ver10/device/wsdl" xmlns:tns="http://tempuri.org/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:trt="http://www.onvif.org/ver10/media/wsdl" xmlns:tt="http://www.onvif.org/ver10/schema">soap:Body<trt:GetProfilesResponse xmlns:trt="http://www.onvif.org/ver10/media/wsdl" xmlns="http://www.onvif.org/ver10/media/wsdl"><trt:Profiles token="profile_token" xmlns:tt="http://www.onvif.org/ver10/schema">tt:NameCurrentProfile</tt:Name><tt:VideoSourceConfiguration token="video_src_config_token">tt:NamePrimary Source</tt:Name>tt:UseCount0</tt:UseCount>tt:SourceTokenvideo_src_token</tt:SourceToken><tt:Bounds x="0" y="0" width="1920" height="1080"></tt:Bounds></tt:VideoSourceConfiguration><tt:VideoEncoderConfiguration token="encoder_config_token">tt:NamePiCameraConfiguration</tt:Name>tt:UseCount0</tt:UseCount>tt:EncodingH264</tt:Encoding>tt:Resolutiontt:Width1280</tt:Width>tt:Height720</tt:Height></tt:Resolution>tt:Quality1</tt:Quality>tt:RateControltt:FrameRateLimit25</tt:FrameRateLimit>tt:EncodingInterval1</tt:EncodingInterval>tt:BitrateLimit10000</tt:BitrateLimit></tt:RateControl>tt:H264tt:GovLength60</tt:GovLength>tt:H264ProfileHigh</tt:H264Profile></tt:H264>tt:Multicasttt:Addresstt:TypeIPv4</tt:Type>tt:IPv4Address0.0.0.0</tt:IPv4Address></tt:Address>tt:Port0</tt:Port>tt:TTL1</tt:TTL>tt:AutoStartfalse</tt:AutoStart></tt:Multicast>tt:SessionTimeoutPT1000S</tt:SessionTimeout></tt:VideoEncoderConfiguration><tt:PTZConfiguration token="ptz_config_token_0">tt:NamePTZ Configuration</tt:Name>tt:UseCount1</tt:UseCount>tt:NodeTokenptz_node_token_0</tt:NodeToken>tt:DefaultAbsolutePantTiltPositionSpacehttp://www.onvif.org/ver10/tptz/PanTiltSpaces/PositionGenericSpace</tt:DefaultAbsolutePantTiltPositionSpace>tt:DefaultAbsoluteZoomPositionSpacehttp://www.onvif.org/ver10/tptz/ZoomSpaces/PositionGenericSpace</tt:DefaultAbsoluteZoomPositionSpace>tt:DefaultRelativePanTiltTranslationSpacehttp://www.onvif.org/ver10/tptz/PanTiltSpaces/TranslationGenericSpace</tt:DefaultRelativePanTiltTranslationSpace>tt:DefaultRelativeZoomTranslationSpacehttp://www.onvif.org/ver10/tptz/ZoomSpaces/TranslationGenericSpace</tt:DefaultRelativeZoomTranslationSpace>tt:DefaultContinuousPanTiltVelocitySpacehttp://www.onvif.org/ver10/tptz/PanTiltSpaces/VelocityGenericSpace</tt:DefaultContinuousPanTiltVelocitySpace>tt:DefaultContinuousZoomVelocitySpacehttp://www.onvif.org/ver10/tptz/ZoomSpaces/VelocityGenericSpace</tt:DefaultContinuousZoomVelocitySpace>tt:DefaultPTZSpeed<tt:PanTilt x="1" y="1" space="http://www.onvif.org/ver10/tptz/PanTiltSpaces/GenericSpeedSpace"></tt:PanTilt><tt:Zoom x="1" space="http://www.onvif.org/ver10/tptz/ZoomSpaces/ZoomGenericSpeedSpace"></tt:Zoom></tt:DefaultPTZSpeed>tt:DefaultPTZTimeoutPT5S</tt:DefaultPTZTimeout></tt:PTZConfiguration></trt:Profiles></trt:GetProfilesResponse></soap:Body></soap:Envelope>
MediaService - Calltype : info, Data : Handling POST on /onvif/media_service
MediaService - Calltype : received, Data :
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://www.w3.org/2003/05/soap-envelope" xmlns:SOAP-ENC="http://www.w3.org/2003/05/soap-encoding" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:wsdd="http://schemas.xmlsoap.org/ws/2005/04/discovery" xmlns:xop="http://www.w3.org/2004/08/xop/include" xmlns:chan="http://schemas.microsoft.com/ws/2005/02/duplex" xmlns:wsa5="http://www.w3.org/2005/08/addressing" xmlns:c14n="http://www.w3.org/2001/10/xml-exc-c14n#" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:saml1="urn:oasis:names:tc:SAML:1.0:assertion" xmlns:saml2="urn:oasis:names:tc:SAML:2.0:assertion" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:xenc="http://www.w3.org/2001/04/xmlenc#" xmlns:wsc="http://docs.oasis-open.org/ws-sx/ws-secureconversation/200512" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:tt="http://www.onvif.org/ver10/schema" xmlns:wsrfbf="http://docs.oasis-open.org/wsrf/bf-2" xmlns:wstop="http://docs.oasis-open.org/wsn/t-1" xmlns:wsrfr="http://docs.oasis-open.org/wsrf/r-2" xmlns:ns1="http://www.onvif.org/ver20/media/wsdl" xmlns:tdn="http://www.onvif.org/ver10/network/wsdl" xmlns:tds="http://www.onvif.org/ver10/device/wsdl" xmlns:tev="http://www.onvif.org/ver10/events/wsdl" xmlns:wsnt="http://docs.oasis-open.org/wsn/b-2" xmlns:timg="http://www.onvif.org/ver20/imaging/wsdl" xmlns:tmd="http://www.onvif.org/ver10/deviceIO/wsdl" xmlns:tptz="http://www.onvif.org/ver20/ptz/wsdl" xmlns:trc="http://www.onvif.org/ver10/recording/wsdl" xmlns:trp="http://www.onvif.org/ver10/replay/wsdl" xmlns:trt="http://www.onvif.org/ver10/media/wsdl" xmlns:trv="http://www.onvif.org/ver10/receiver/wsdl" xmlns:tse="http://www.onvif.org/ver10/search/wsdl" xmlns:ter="http://www.onvif.org/ver10/error" xmlns:tns1="http://www.onvif.org/ver10/topics" xmlns:tad="http://www.onvif.org/ver20/analytics/wsdl">SOAP-ENV:Headerwsse:Securitywsse:UsernameTokenwsse:Usernameadmin</wsse:Username><wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordDigest">2Ezp+vFDn1oAhKUHkU9aiKFeLxk=</wsse:Password><wsse:Nonce EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary">mwH7ZpQcDGEKvD8Ct/NgH1eA5Bg=</wsse:Nonce>wsu:Created2024-09-30T19:52:59Z</wsu:Created></wsse:UsernameToken></wsse:Security></SOAP-ENV:Header>SOAP-ENV:Bodytrt:GetVideoEncoderConfigurations</trt:GetVideoEncoderConfigurations></SOAP-ENV:Body></SOAP-ENV:Envelope>

MediaService - Calltype : info, Data : Attempting to bind to /onvif/media_service
MediaService - Calltype : info, Data : Trying Media from path
MediaService received request GetVideoEncoderConfigurations
MediaService - Calltype : replied, Data : <soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:i0="http://www.onvif.org/ver10/device/wsdl" xmlns:tns="http://tempuri.org/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:trt="http://www.onvif.org/ver10/media/wsdl" xmlns:tt="http://www.onvif.org/ver10/schema">soap:Body<trt:GetVideoEncoderConfigurationsResponse xmlns:trt="http://www.onvif.org/ver10/media/wsdl" xmlns="http://www.onvif.org/ver10/media/wsdl"><trt:Configurations token="encoder_config_token" xmlns:tt="http://www.onvif.org/ver10/schema">tt:NamePiCameraConfiguration</tt:Name>tt:UseCount0</tt:UseCount>tt:EncodingH264</tt:Encoding>tt:Resolutiontt:Width1280</tt:Width>tt:Height720</tt:Height></tt:Resolution>tt:Quality1</tt:Quality>tt:RateControltt:FrameRateLimit25</tt:FrameRateLimit>tt:EncodingInterval1</tt:EncodingInterval>tt:BitrateLimit10000</tt:BitrateLimit></tt:RateControl>tt:H264tt:GovLength60</tt:GovLength>tt:H264ProfileHigh</tt:H264Profile></tt:H264>tt:Multicasttt:Addresstt:TypeIPv4</tt:Type>tt:IPv4Address0.0.0.0</tt:IPv4Address></tt:Address>tt:Port0</tt:Port>tt:TTL1</tt:TTL>tt:AutoStartfalse</tt:AutoStart></tt:Multicast>tt:SessionTimeoutPT1000S</tt:SessionTimeout></trt:Configurations></trt:GetVideoEncoderConfigurationsResponse></soap:Body></soap:Envelope>
MediaService - Calltype : info, Data : Handling POST on /onvif/media_service
MediaService - Calltype : received, Data :
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://www.w3.org/2003/05/soap-envelope" xmlns:SOAP-ENC="http://www.w3.org/2003/05/soap-encoding" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:wsdd="http://schemas.xmlsoap.org/ws/2005/04/discovery" xmlns:xop="http://www.w3.org/2004/08/xop/include" xmlns:chan="http://schemas.microsoft.com/ws/2005/02/duplex" xmlns:wsa5="http://www.w3.org/2005/08/addressing" xmlns:c14n="http://www.w3.org/2001/10/xml-exc-c14n#" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:saml1="urn:oasis:names:tc:SAML:1.0:assertion" xmlns:saml2="urn:oasis:names:tc:SAML:2.0:assertion" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:xenc="http://www.w3.org/2001/04/xmlenc#" xmlns:wsc="http://docs.oasis-open.org/ws-sx/ws-secureconversation/200512" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:tt="http://www.onvif.org/ver10/schema" xmlns:wsrfbf="http://docs.oasis-open.org/wsrf/bf-2" xmlns:wstop="http://docs.oasis-open.org/wsn/t-1" xmlns:wsrfr="http://docs.oasis-open.org/wsrf/r-2" xmlns:ns1="http://www.onvif.org/ver20/media/wsdl" xmlns:tdn="http://www.onvif.org/ver10/network/wsdl" xmlns:tds="http://www.onvif.org/ver10/device/wsdl" xmlns:tev="http://www.onvif.org/ver10/events/wsdl" xmlns:wsnt="http://docs.oasis-open.org/wsn/b-2" xmlns:timg="http://www.onvif.org/ver20/imaging/wsdl" xmlns:tmd="http://www.onvif.org/ver10/deviceIO/wsdl" xmlns:tptz="http://www.onvif.org/ver20/ptz/wsdl" xmlns:trc="http://www.onvif.org/ver10/recording/wsdl" xmlns:trp="http://www.onvif.org/ver10/replay/wsdl" xmlns:trt="http://www.onvif.org/ver10/media/wsdl" xmlns:trv="http://www.onvif.org/ver10/receiver/wsdl" xmlns:tse="http://www.onvif.org/ver10/search/wsdl" xmlns:ter="http://www.onvif.org/ver10/error" xmlns:tns1="http://www.onvif.org/ver10/topics" xmlns:tad="http://www.onvif.org/ver20/analytics/wsdl">SOAP-ENV:Headerwsse:Securitywsse:UsernameTokenwsse:Usernameadmin</wsse:Username><wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordDigest">ybE++Me9w+laQKZIi5WvfTvLXP8=</wsse:Password><wsse:Nonce EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary">mwH7Ztg9DwBrWJli0pUiYH7CElE=</wsse:Nonce>wsu:Created2024-09-30T19:52:59Z</wsu:Created></wsse:UsernameToken></wsse:Security></SOAP-ENV:Header>SOAP-ENV:Bodytrt:GetVideoEncoderConfigurationOptionstrt:ConfigurationTokenencoder_config_token</trt:ConfigurationToken></trt:GetVideoEncoderConfigurationOptions></SOAP-ENV:Body></SOAP-ENV:Envelope>

MediaService - Calltype : info, Data : Attempting to bind to /onvif/media_service
MediaService - Calltype : info, Data : Trying Media from path
MediaService received request GetVideoEncoderConfigurationOptions
MediaService - Calltype : replied, Data : <soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:i0="http://www.onvif.org/ver10/device/wsdl" xmlns:tns="http://tempuri.org/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:trt="http://www.onvif.org/ver10/media/wsdl" xmlns:tt="http://www.onvif.org/ver10/schema">soap:Body<trt:GetVideoEncoderConfigurationOptionsResponse xmlns:trt="http://www.onvif.org/ver10/media/wsdl" xmlns="http://www.onvif.org/ver10/media/wsdl">trt:Options<tt:QualityRange xmlns:tt="http://www.onvif.org/ver10/schema">tt:Min1</tt:Min>tt:Max1</tt:Max></tt:QualityRange><tt:H264 xmlns:tt="http://www.onvif.org/ver10/schema">tt:ResolutionsAvailablett:Width640</tt:Width>tt:Height480</tt:Height></tt:ResolutionsAvailable>tt:ResolutionsAvailablett:Width800</tt:Width>tt:Height600</tt:Height></tt:ResolutionsAvailable>tt:ResolutionsAvailablett:Width1024</tt:Width>tt:Height768</tt:Height></tt:ResolutionsAvailable>tt:ResolutionsAvailablett:Width1280</tt:Width>tt:Height1024</tt:Height></tt:ResolutionsAvailable>tt:ResolutionsAvailablett:Width1280</tt:Width>tt:Height720</tt:Height></tt:ResolutionsAvailable>tt:ResolutionsAvailablett:Width1640</tt:Width>tt:Height1232</tt:Height></tt:ResolutionsAvailable>tt:ResolutionsAvailablett:Width1920</tt:Width>tt:Height1080</tt:Height></tt:ResolutionsAvailable>tt:GovLengthRangett:Min0</tt:Min>tt:Max2147483647</tt:Max></tt:GovLengthRange>tt:FrameRateRangett:Min2</tt:Min>tt:Max30</tt:Max></tt:FrameRateRange>tt:EncodingIntervalRangett:Min1</tt:Min>tt:Max1</tt:Max></tt:EncodingIntervalRange>tt:H264ProfilesSupportedBaseline</tt:H264ProfilesSupported>tt:H264ProfilesSupportedMain</tt:H264ProfilesSupported>tt:H264ProfilesSupportedHigh</tt:H264ProfilesSupported></tt:H264><tt:Extension xmlns:tt="http://www.onvif.org/ver10/schema">tt:H264tt:ResolutionsAvailablett:Width640</tt:Width>tt:Height480</tt:Height></tt:ResolutionsAvailable>tt:ResolutionsAvailablett:Width800</tt:Width>tt:Height600</tt:Height></tt:ResolutionsAvailable>tt:ResolutionsAvailablett:Width1024</tt:Width>tt:Height768</tt:Height></tt:ResolutionsAvailable>tt:ResolutionsAvailablett:Width1280</tt:Width>tt:Height1024</tt:Height></tt:ResolutionsAvailable>tt:ResolutionsAvailablett:Width1280</tt:Width>tt:Height720</tt:Height></tt:ResolutionsAvailable>tt:ResolutionsAvailablett:Width1640</tt:Width>tt:Height1232</tt:Height></tt:ResolutionsAvailable>tt:ResolutionsAvailablett:Width1920</tt:Width>tt:Height1080</tt:Height></tt:ResolutionsAvailable>tt:GovLengthRangett:Min0</tt:Min>tt:Max2147483647</tt:Max></tt:GovLengthRange>tt:FrameRateRangett:Min2</tt:Min>tt:Max30</tt:Max></tt:FrameRateRange>tt:EncodingIntervalRangett:Min1</tt:Min>tt:Max1</tt:Max></tt:EncodingIntervalRange>tt:H264ProfilesSupportedBaseline</tt:H264ProfilesSupported>tt:H264ProfilesSupportedMain</tt:H264ProfilesSupported>tt:H264ProfilesSupportedHigh</tt:H264ProfilesSupported>tt:BitrateRangett:Min250</tt:Min>tt:Max17500</tt:Max></tt:BitrateRange></tt:H264></tt:Extension></trt:Options></trt:GetVideoEncoderConfigurationOptionsResponse></soap:Body></soap:Envelope>
DeviceService - Calltype : info, Data : Handling POST on /onvif/device_service
DeviceService - Calltype : received, Data :
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://www.w3.org/2003/05/soap-envelope" xmlns:SOAP-ENC="http://www.w3.org/2003/05/soap-encoding" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:wsdd="http://schemas.xmlsoap.org/ws/2005/04/discovery" xmlns:xop="http://www.w3.org/2004/08/xop/include" xmlns:chan="http://schemas.microsoft.com/ws/2005/02/duplex" xmlns:wsa5="http://www.w3.org/2005/08/addressing" xmlns:c14n="http://www.w3.org/2001/10/xml-exc-c14n#" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:saml1="urn:oasis:names:tc:SAML:1.0:assertion" xmlns:saml2="urn:oasis:names:tc:SAML:2.0:assertion" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:xenc="http://www.w3.org/2001/04/xmlenc#" xmlns:wsc="http://docs.oasis-open.org/ws-sx/ws-secureconversation/200512" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:tt="http://www.onvif.org/ver10/schema" xmlns:wsrfbf="http://docs.oasis-open.org/wsrf/bf-2" xmlns:wstop="http://docs.oasis-open.org/wsn/t-1" xmlns:wsrfr="http://docs.oasis-open.org/wsrf/r-2" xmlns:ns1="http://www.onvif.org/ver20/media/wsdl" xmlns:tdn="http://www.onvif.org/ver10/network/wsdl" xmlns:tds="http://www.onvif.org/ver10/device/wsdl" xmlns:tev="http://www.onvif.org/ver10/events/wsdl" xmlns:wsnt="http://docs.oasis-open.org/wsn/b-2" xmlns:timg="http://www.onvif.org/ver20/imaging/wsdl" xmlns:tmd="http://www.onvif.org/ver10/deviceIO/wsdl" xmlns:tptz="http://www.onvif.org/ver20/ptz/wsdl" xmlns:trc="http://www.onvif.org/ver10/recording/wsdl" xmlns:trp="http://www.onvif.org/ver10/replay/wsdl" xmlns:trt="http://www.onvif.org/ver10/media/wsdl" xmlns:trv="http://www.onvif.org/ver10/receiver/wsdl" xmlns:tse="http://www.onvif.org/ver10/search/wsdl" xmlns:ter="http://www.onvif.org/ver10/error" xmlns:tns1="http://www.onvif.org/ver10/topics" xmlns:tad="http://www.onvif.org/ver20/analytics/wsdl">SOAP-ENV:Headerwsse:Securitywsse:UsernameTokenwsse:Usernameadmin</wsse:Username><wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordDigest">NnbgBPN3PdAMd8PBnLBZ4J3xrH0=</wsse:Password><wsse:Nonce EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary">mwH7Zhy/sGrAO9V3dPwYecSdejw=</wsse:Nonce>wsu:Created2024-09-30T19:52:59Z</wsu:Created></wsse:UsernameToken></wsse:Security></SOAP-ENV:Header>SOAP-ENV:Bodytds:GetDeviceInformation</tds:GetDeviceInformation></SOAP-ENV:Body></SOAP-ENV:Envelope>

DeviceService - Calltype : info, Data : Attempting to bind to /onvif/device_service
DeviceService - Calltype : info, Data : Trying Device from path
DeviceService received request GetDeviceInformation
DeviceService - Calltype : replied, Data : <soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:i0="http://www.onvif.org/ver10/device/wsdl" xmlns:tns="http://tempuri.org/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:tds="http://www.onvif.org/ver10/device/wsdl" xmlns:tt="http://www.onvif.org/ver10/schema">soap:Body<tds:GetDeviceInformationResponse xmlns:tds="http://www.onvif.org/ver10/device/wsdl" xmlns="http://www.onvif.org/ver10/device/wsdl">tds:ManufacturerReolink</tds:Manufacturer>tds:ModelRPOS</tds:Model>tds:FirmwareVersion2.1.0</tds:FirmwareVersion>tds:SerialNumber000000000</tds:SerialNumber>tds:HardwareId</tds:HardwareId></tds:GetDeviceInformationResponse></soap:Body></soap:Envelope>
DeviceService - Calltype : info, Data : Handling POST on /onvif/device_service
DeviceService - Calltype : received, Data :
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://www.w3.org/2003/05/soap-envelope" xmlns:SOAP-ENC="http://www.w3.org/2003/05/soap-encoding" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:wsdd="http://schemas.xmlsoap.org/ws/2005/04/discovery" xmlns:xop="http://www.w3.org/2004/08/xop/include" xmlns:chan="http://schemas.microsoft.com/ws/2005/02/duplex" xmlns:wsa5="http://www.w3.org/2005/08/addressing" xmlns:c14n="http://www.w3.org/2001/10/xml-exc-c14n#" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:saml1="urn:oasis:names:tc:SAML:1.0:assertion" xmlns:saml2="urn:oasis:names:tc:SAML:2.0:assertion" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:xenc="http://www.w3.org/2001/04/xmlenc#" xmlns:wsc="http://docs.oasis-open.org/ws-sx/ws-secureconversation/200512" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:tt="http://www.onvif.org/ver10/schema" xmlns:wsrfbf="http://docs.oasis-open.org/wsrf/bf-2" xmlns:wstop="http://docs.oasis-open.org/wsn/t-1" xmlns:wsrfr="http://docs.oasis-open.org/wsrf/r-2" xmlns:ns1="http://www.onvif.org/ver20/media/wsdl" xmlns:tdn="http://www.onvif.org/ver10/network/wsdl" xmlns:tds="http://www.onvif.org/ver10/device/wsdl" xmlns:tev="http://www.onvif.org/ver10/events/wsdl" xmlns:wsnt="http://docs.oasis-open.org/wsn/b-2" xmlns:timg="http://www.onvif.org/ver20/imaging/wsdl" xmlns:tmd="http://www.onvif.org/ver10/deviceIO/wsdl" xmlns:tptz="http://www.onvif.org/ver20/ptz/wsdl" xmlns:trc="http://www.onvif.org/ver10/recording/wsdl" xmlns:trp="http://www.onvif.org/ver10/replay/wsdl" xmlns:trt="http://www.onvif.org/ver10/media/wsdl" xmlns:trv="http://www.onvif.org/ver10/receiver/wsdl" xmlns:tse="http://www.onvif.org/ver10/search/wsdl" xmlns:ter="http://www.onvif.org/ver10/error" xmlns:tns1="http://www.onvif.org/ver10/topics" xmlns:tad="http://www.onvif.org/ver20/analytics/wsdl">SOAP-ENV:Headerwsse:Securitywsse:UsernameTokenwsse:Usernameadmin</wsse:Username><wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordDigest">+Lg1RfYlKVNIxIOzi7A+QRrfnHE=</wsse:Password><wsse:Nonce EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary">mwH7Zk9XKwZsc+xhuyoHGIZLQDs=</wsse:Nonce>wsu:Created2024-09-30T19:52:59Z</wsu:Created></wsse:UsernameToken></wsse:Security></SOAP-ENV:Header>SOAP-ENV:Bodytds:GetSystemDateAndTime</tds:GetSystemDateAndTime></SOAP-ENV:Body></SOAP-ENV:Envelope>

DeviceService - Calltype : info, Data : Attempting to bind to /onvif/device_service
DeviceService - Calltype : info, Data : Trying Device from path
DeviceService received request GetSystemDateAndTime
DeviceService - Calltype : replied, Data : <soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:i0="http://www.onvif.org/ver10/device/wsdl" xmlns:tns="http://tempuri.org/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:tds="http://www.onvif.org/ver10/device/wsdl" xmlns:tt="http://www.onvif.org/ver10/schema">soap:Body<tds:GetSystemDateAndTimeResponse xmlns:tds="http://www.onvif.org/ver10/device/wsdl" xmlns="http://www.onvif.org/ver10/device/wsdl">tds:SystemDateAndTime<tt:DateTimeType xmlns:tt="http://www.onvif.org/ver10/schema">NTP</tt:DateTimeType><tt:DaylightSavings xmlns:tt="http://www.onvif.org/ver10/schema">true</tt:DaylightSavings><tt:TimeZone xmlns:tt="http://www.onvif.org/ver10/schema">tt:TZUTC+5</tt:TZ></tt:TimeZone><tt:UTCDateTime xmlns:tt="http://www.onvif.org/ver10/schema">tt:Timett:Hour19</tt:Hour>tt:Minute52</tt:Minute>tt:Second59</tt:Second></tt:Time>tt:Datett:Year2024</tt:Year>tt:Month9</tt:Month>tt:Day30</tt:Day></tt:Date></tt:UTCDateTime><tt:LocalDateTime xmlns:tt="http://www.onvif.org/ver10/schema">tt:Timett:Hour14</tt:Hour>tt:Minute52</tt:Minute>tt:Second59</tt:Second></tt:Time>tt:Datett:Year2024</tt:Year>tt:Month9</tt:Month>tt:Day30</tt:Day></tt:Date></tt:LocalDateTime><tt:Extension xmlns:tt="http://www.onvif.org/ver10/schema"></tt:Extension></tds:SystemDateAndTime></tds:GetSystemDateAndTimeResponse></soap:Body></soap:Envelope>
DeviceService - Calltype : info, Data : Handling POST on /onvif/device_service
DeviceService - Calltype : received, Data :
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://www.w3.org/2003/05/soap-envelope" xmlns:SOAP-ENC="http://www.w3.org/2003/05/soap-encoding" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:wsdd="http://schemas.xmlsoap.org/ws/2005/04/discovery" xmlns:xop="http://www.w3.org/2004/08/xop/include" xmlns:chan="http://schemas.microsoft.com/ws/2005/02/duplex" xmlns:wsa5="http://www.w3.org/2005/08/addressing" xmlns:c14n="http://www.w3.org/2001/10/xml-exc-c14n#" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:saml1="urn:oasis:names:tc:SAML:1.0:assertion" xmlns:saml2="urn:oasis:names:tc:SAML:2.0:assertion" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:xenc="http://www.w3.org/2001/04/xmlenc#" xmlns:wsc="http://docs.oasis-open.org/ws-sx/ws-secureconversation/200512" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:tt="http://www.onvif.org/ver10/schema" xmlns:wsrfbf="http://docs.oasis-open.org/wsrf/bf-2" xmlns:wstop="http://docs.oasis-open.org/wsn/t-1" xmlns:wsrfr="http://docs.oasis-open.org/wsrf/r-2" xmlns:ns1="http://www.onvif.org/ver20/media/wsdl" xmlns:tdn="http://www.onvif.org/ver10/network/wsdl" xmlns:tds="http://www.onvif.org/ver10/device/wsdl" xmlns:tev="http://www.onvif.org/ver10/events/wsdl" xmlns:wsnt="http://docs.oasis-open.org/wsn/b-2" xmlns:timg="http://www.onvif.org/ver20/imaging/wsdl" xmlns:tmd="http://www.onvif.org/ver10/deviceIO/wsdl" xmlns:tptz="http://www.onvif.org/ver20/ptz/wsdl" xmlns:trc="http://www.onvif.org/ver10/recording/wsdl" xmlns:trp="http://www.onvif.org/ver10/replay/wsdl" xmlns:trt="http://www.onvif.org/ver10/media/wsdl" xmlns:trv="http://www.onvif.org/ver10/receiver/wsdl" xmlns:tse="http://www.onvif.org/ver10/search/wsdl" xmlns:ter="http://www.onvif.org/ver10/error" xmlns:tns1="http://www.onvif.org/ver10/topics" xmlns:tad="http://www.onvif.org/ver20/analytics/wsdl">SOAP-ENV:Headerwsse:Securitywsse:UsernameTokenwsse:Usernameadmin</wsse:Username><wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordDigest">vt38j1rsYvI5PjfShhibjB5ZaHU=</wsse:Password><wsse:Nonce EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary">mwH7ZmUhsxZXbPwUnHtpGI5fq3g=</wsse:Nonce>wsu:Created2024-09-30T19:52:59Z</wsu:Created></wsse:UsernameToken></wsse:Security></SOAP-ENV:Header>SOAP-ENV:Bodytds:GetScopes</tds:GetScopes></SOAP-ENV:Body></SOAP-ENV:Envelope>

DeviceService - Calltype : info, Data : Attempting to bind to /onvif/device_service
DeviceService - Calltype : info, Data : Trying Device from path
DeviceService received request GetScopes
DeviceService - Calltype : replied, Data : <soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:i0="http://www.onvif.org/ver10/device/wsdl" xmlns:tns="http://tempuri.org/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:tds="http://www.onvif.org/ver10/device/wsdl" xmlns:tt="http://www.onvif.org/ver10/schema">soap:Body<tds:GetScopesResponse xmlns:tds="http://www.onvif.org/ver10/device/wsdl" xmlns="http://www.onvif.org/ver10/device/wsdl"><tds:Scopes xmlns:tt="http://www.onvif.org/ver10/schema">tt:ScopeDefFixed</tt:ScopeDef>tt:ScopeItemonvif://www.onvif.org/location/unknow</tt:ScopeItem></tds:Scopes><tds:Scopes xmlns:tt="http://www.onvif.org/ver10/schema">tt:ScopeDefFixed</tt:ScopeDef>tt:ScopeItemonvif://www.onvif.org/hardware/RPOS</tt:ScopeItem></tds:Scopes><tds:Scopes xmlns:tt="http://www.onvif.org/ver10/schema">tt:ScopeDefFixed</tt:ScopeDef>tt:ScopeItemonvif://www.onvif.org/name/Reolink</tt:ScopeItem></tds:Scopes></tds:GetScopesResponse></soap:Body></soap:Envelope>
MediaService - Calltype : info, Data : Handling POST on /onvif/media_service
MediaService - Calltype : received, Data :
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://www.w3.org/2003/05/soap-envelope" xmlns:SOAP-ENC="http://www.w3.org/2003/05/soap-encoding" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:wsdd="http://schemas.xmlsoap.org/ws/2005/04/discovery" xmlns:xop="http://www.w3.org/2004/08/xop/include" xmlns:chan="http://schemas.microsoft.com/ws/2005/02/duplex" xmlns:wsa5="http://www.w3.org/2005/08/addressing" xmlns:c14n="http://www.w3.org/2001/10/xml-exc-c14n#" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:saml1="urn:oasis:names:tc:SAML:1.0:assertion" xmlns:saml2="urn:oasis:names:tc:SAML:2.0:assertion" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:xenc="http://www.w3.org/2001/04/xmlenc#" xmlns:wsc="http://docs.oasis-open.org/ws-sx/ws-secureconversation/200512" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:tt="http://www.onvif.org/ver10/schema" xmlns:wsrfbf="http://docs.oasis-open.org/wsrf/bf-2" xmlns:wstop="http://docs.oasis-open.org/wsn/t-1" xmlns:wsrfr="http://docs.oasis-open.org/wsrf/r-2" xmlns:ns1="http://www.onvif.org/ver20/media/wsdl" xmlns:tdn="http://www.onvif.org/ver10/network/wsdl" xmlns:tds="http://www.onvif.org/ver10/device/wsdl" xmlns:tev="http://www.onvif.org/ver10/events/wsdl" xmlns:wsnt="http://docs.oasis-open.org/wsn/b-2" xmlns:timg="http://www.onvif.org/ver20/imaging/wsdl" xmlns:tmd="http://www.onvif.org/ver10/deviceIO/wsdl" xmlns:tptz="http://www.onvif.org/ver20/ptz/wsdl" xmlns:trc="http://www.onvif.org/ver10/recording/wsdl" xmlns:trp="http://www.onvif.org/ver10/replay/wsdl" xmlns:trt="http://www.onvif.org/ver10/media/wsdl" xmlns:trv="http://www.onvif.org/ver10/receiver/wsdl" xmlns:tse="http://www.onvif.org/ver10/search/wsdl" xmlns:ter="http://www.onvif.org/ver10/error" xmlns:tns1="http://www.onvif.org/ver10/topics" xmlns:tad="http://www.onvif.org/ver20/analytics/wsdl">SOAP-ENV:Headerwsse:Securitywsse:UsernameTokenwsse:Usernameadmin</wsse:Username><wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordDigest">xXWO3+4t79TlOEb0e5Jg16KWy4c=</wsse:Password><wsse:Nonce EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary">mwH7Zrfl1yy5420OUlaECZl5Bic=</wsse:Nonce>wsu:Created2024-09-30T19:52:59Z</wsu:Created></wsse:UsernameToken></wsse:Security></SOAP-ENV:Header>SOAP-ENV:Bodytrt:GetStreamUritrt:StreamSetuptt:StreamRTP-Unicast</tt:Stream>tt:Transporttt:ProtocolRTSP</tt:Protocol></tt:Transport></trt:StreamSetup>trt:ProfileTokenprofile_token</trt:ProfileToken></trt:GetStreamUri></SOAP-ENV:Body></SOAP-ENV:Envelope>

MediaService - Calltype : info, Data : Attempting to bind to /onvif/media_service
MediaService - Calltype : info, Data : Trying Media from path
MediaService received request GetStreamUri
MediaService - Calltype : replied, Data : <soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:i0="http://www.onvif.org/ver10/device/wsdl" xmlns:tns="http://tempuri.org/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:trt="http://www.onvif.org/ver10/media/wsdl" xmlns:tt="http://www.onvif.org/ver10/schema">soap:Body<trt:GetStreamUriResponse xmlns:trt="http://www.onvif.org/ver10/media/wsdl" xmlns="http://www.onvif.org/ver10/media/wsdl">trt:MediaUri<tt:Uri xmlns:tt="http://www.onvif.org/ver10/schema">rtsp://192.168.68.54:554/proxied</tt:Uri><tt:InvalidAfterConnect xmlns:tt="http://www.onvif.org/ver10/schema">false</tt:InvalidAfterConnect><tt:InvalidAfterReboot xmlns:tt="http://www.onvif.org/ver10/schema">false</tt:InvalidAfterReboot><tt:Timeout xmlns:tt="http://www.onvif.org/ver10/schema">PT30S</tt:Timeout></trt:MediaUri></trt:GetStreamUriResponse></soap:Body></soap:Envelope>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants