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

Stream ONVIF to be accepted by NVR #130

Open
rtek1000 opened this issue Jan 18, 2022 · 10 comments
Open

Stream ONVIF to be accepted by NVR #130

rtek1000 opened this issue Jan 18, 2022 · 10 comments

Comments

@rtek1000
Copy link

Hello,

Since you already know how to implement the main part of the Onvif protocol,

Would it be very difficult to add the functionality so that an NVR that works with the Xmeye App can find and work with the streaming provided by the Raspberry Pi?

I believe that it is not so easy to implement the Onvif protocol in ESP32, due to limited RAM memory,

But it would be very useful to be able to count on the conversion of the stream generated by ESP32-CAM so that the NVR can make it available over the internet via P2P in the Xmeye App or similar.

It's really not the best solution, but it might be safer than leaving the ESP32-CAM's IP address open on the router and accessible on the internet.

I found another thread about this, but it doesn't seem to have any success yet:

bkeevil/esp32-cam#5

@RogerHardiman
Copy link
Collaborator

I looked at the other thread. if you used the RTSP stream firmware then what you'd have to do in RPOS is use RPOS Proxy Mode where the NVR talks to RPOS but when the NVR asks RPOS for the URL of the RTSP stream, RPOS returns a string that is the URL of the ESP32 camera.

It may work.
But there are some issues I can see already.
When an NVR talks to an ONVIF device, it asks what format the video stream is, and RPOS says "It's H264" whereas the real RTSP stream will be MJPEG. So that needs a change to RPOS if the NVR complains.
Also some NVRs assume the RTSP source is the same IP as the ONVIF service and complain when RPOS returns an IP address that is he ESP32 IP address

But.... it may just work fine.

You cam try it and see and then we can have a go at fixing the issues but I have to do this in spare time so it could be several months before I get chance to work on it (if at all)

Tempting to buy an ESP32 cameras myself just to play with.

Finally... many NVRs just let you add a camera manually and let you select ONVIF or RTSP streams so you may just be able to add it manually.

@RogerHardiman
Copy link
Collaborator

just out of interest, which version of the ESP-32 module do you use.
I've never owned one before but see there are WROOM and WROVER versions and don't know which is better, as I'll probably buy one to play with

@rtek1000
Copy link
Author

Hi,

Thanks for the explanation, the NVR (actually a hybrid DVR in my case) also accepts another type of camera other than ONVIF, if I remember correctly it's like a NET camera, but I haven't found anything about this protocol yet, unfortunately there's no way to put it many configurations,

These chinese devices are usually made on demand and then cloned, so actually those who are just cloning may not even know how to improve this, besides possibly being an older architecture, and even then they put it up for sale to use the parts stock .

About ESP32 with Camera:

You can search it by "ESP32-CAM"

You can see more specs here:

https://www.arducam.com/esp32-machine-vision-learning-guide/

https://www.hackster.io/KDPA/esp32-cam-video-surveillance-smart-camera-7f9a63

@rtek1000
Copy link
Author

There is a possibility to make any IP camera or NVR (or DVR) available just by opening ports on the router, and if the Internet connection does not have a fixed IP, a DDNS service can also be used, there are several models of routers that already have this settings.

https://www.securitycameraking.com/securityinfo/how-to-connect-to-your-dvr-over-the-internet/

One such router is the TL-MR3020, which can access the Internet via ETHERNET port (RJ45 connector) and 3G/4G (USB port for external modem), in addition to enabling automatic switching if the main Internet connection fails.

https://www.tp-link.com/en/support/faq/1491/

But about the ESP32-CAM service I don't know if it supports login to have a minimum of security to be used in this way.

I found this option:

Using ngrok tunnel service
After signing up for the account, go to your email address and activate your account by clicking on the activation link.
Now login to your account and click on the ‘Auth’ button’ to get your Tunnel Authtoken as shown in the figure below. Copy this Tunnel Authtoken, we will need it later on.

https://www.elementzonline.com/blog/Accessing-ESP32-CAM-Video-Streaming-from-anywhere-in-the-world

@RogerHardiman
Copy link
Collaborator

Thanks for the link.
I may buy one and have a play, but unable to promise any timescale as have loads on at the moment so little spare time.

But in the mean time, we can make it work wit these changes if you are up for some testing

  1. There is a Python folder in RPOS. This contains a simple Python program that gets images from a USB camera OR the Pi's camera and feeds it into a H264 encoder and a built in RTSP server using GStreamer.
    We will modify this Python so that it asks GStreamer to get the images from the ESP32-CAM and pass them into the H264 encoder and RTSP Server.
  2. In the RPOS config you need to select Gstreamer RTSP Server mode

And that should be it.
(there is a RPOS Proxy mode, but forget that for now)

This should be enough to make your RPOS device pull in video from the ESP32-CAM and re-distribute it as H264 video to your Hybrid DVR.

@rtek1000
Copy link
Author

I think it's interesting to do these tests, but unfortunately I also have loads to solve, so I've been talking to people who have more knowledge and maybe reach a solution more easily, than me learning to make the changes on my own. Anyway, I appreciate your attention.

I will try to test this as soon as possible, I have Raspberry Pi 1 and 3.

My ESP32-CAM are still coming.

@sbcdave
Copy link

sbcdave commented Sep 30, 2024

Thanks for the link. I may buy one and have a play, but unable to promise any timescale as have loads on at the moment so little spare time.

But in the mean time, we can make it work wit these changes if you are up for some testing

1. There is a Python folder in RPOS. This contains a simple Python program that gets images from a USB camera OR the Pi's camera and feeds it into a H264 encoder and a built in RTSP server using GStreamer.
   We will modify this Python so that it asks GStreamer to get the images from the ESP32-CAM and pass them into the H264 encoder and RTSP Server.

2. In the RPOS config you need to select Gstreamer RTSP Server mode

And that should be it. (there is a RPOS Proxy mode, but forget that for now)

This should be enough to make your RPOS device pull in video from the ESP32-CAM and re-distribute it as H264 video to your Hybrid DVR.

I'm going to try this now, thanks for the tip

@sbcdave
Copy link

sbcdave commented Sep 30, 2024

I couldn't figure out what to modify in gst-rtsp-launch.py so I set RTSPServer to 3 and CameraType to Other, but I'm having the same issue, i.e. it seems to connect, it gets info from the camera on framerate and resolutions, and the name, but it stalls at the GetURI call on the MediaService and never kick off a soap for the ImagingService

@sbcdave
Copy link

sbcdave commented Sep 30, 2024

dave@server:~/rpos$ sudo node rpos.js
execSync('cat /proc/device-tree/model')
cat: /proc/device-tree/model: No such file or directory
execSync('cat /proc/cpuinfo')
Failed to read serial : Cannot read property '1' of null
Read IP address 192.168.68.54 from wlp4s0
Manufacturer : Reolink
Model : RLC-410
HardwareId :
SerialNumber : 000000000
FirmwareVersion : 2.1.0
Starting camera settings webserver on http://192.168.68.54:8000/
execSync('v4l2-ctl --set-fmt-video=pixelformat=4')
Cannot open device /dev/video0, exiting.
execSync('v4l2-ctl --set-fmt-video=width=1280,height=720')
Cannot open device /dev/video0, exiting.
execSync('v4l2-ctl --set-parm=25')
Cannot open device /dev/video0, exiting.
execSync('v4l2-ctl --set-priority=3')
Cannot open device /dev/video0, exiting.
execSync('v4l2-ctl --set-ctrl power_line_frequency=2')
Cannot open device /dev/video0, exiting.
execSync('v4l2-ctl -l')
Cannot open device /dev/video0, exiting.
Could not retrieve Controlvalue 'brightness'
Could not retrieve Controlvalue 'contrast'
Could not retrieve Controlvalue 'saturation'
Could not retrieve Controlvalue 'red_balance'
Could not retrieve Controlvalue 'blue_balance'
Could not retrieve Controlvalue 'horizontal_flip'
Could not retrieve Controlvalue 'vertical_flip'
Could not retrieve Controlvalue 'power_line_frequency'
Could not retrieve Controlvalue 'sharpness'
Could not retrieve Controlvalue 'color_effects'
Could not retrieve Controlvalue 'rotate'
Could not retrieve Controlvalue 'color_effects_cbcr'
Could not retrieve Controlvalue 'video_bitrate_mode'
Could not retrieve Controlvalue 'video_bitrate'
Could not retrieve Controlvalue 'repeat_sequence_header'
Could not retrieve Controlvalue 'h264_i_frame_period'
Could not retrieve Controlvalue 'h264_level'
Could not retrieve Controlvalue 'h264_profile'
Could not retrieve Controlvalue 'auto_exposure'
Could not retrieve Controlvalue 'exposure_time_absolute'
Could not retrieve Controlvalue 'exposure_dynamic_framerate'
Could not retrieve Controlvalue 'auto_exposure_bias'
Could not retrieve Controlvalue 'white_balance_auto_preset'
Could not retrieve Controlvalue 'image_stabilization'
Could not retrieve Controlvalue 'iso_sensitivity'
Could not retrieve Controlvalue 'exposure_metering_mode'
Could not retrieve Controlvalue 'scene_mode'
Could not retrieve Controlvalue 'compression_quality'
Binding DeviceService to http://192.168.68.54:8000/onvif/device_service
Binding MediaService to http://192.168.68.54:8000/onvif/media_service
Binding PTZService to http://192.168.68.54:8000/onvif/ptz_service
Binding ImagingService to http://192.168.68.54:8000/onvif/imaging_service
discovery_service started
device_service started
imaging_service started
ptz_service started
Starting rtsp server
spawn('./python/gst-rtsp-launch.sh', [-P,554,-u,proxied,-W,1280,-H,720,-t,other,-d,], undefined)
media_service started
rtspServer: -P 554 -u proxied -W 1280 -H 720 -t other -d undefined
Found /usr/bin/python3

rtspServer: /home/dave/rpos/./python/gst-rtsp-launch.py:60: PyGIDeprecationWarning: GObject.MainLoop is deprecated; use GLib.MainLoop instead
self.mainloop = GObject.MainLoop()

rtspServer: /home/dave/rpos/./python/gst-rtsp-launch.py:78: PyGIDeprecationWarning: Since version 3.11, calling threads_init is no longer needed. See: https://wiki.gnome.org/PyGObject/Threading
GObject.threads_init()

rtspServer: INFO:root:StreamServer initialized

rtspServer: INFO:root:Video settings loaded from v4l2ctl.json

rtspServer: DEBUG:root:StreamServer.launch
INFO:root:USB camera ignored most of the parameters

rtspServer: DEBUG:root:( v4l2src is-live=true device=undefined brightness=50 contrast=0 saturation=0 ! queue ! jpegdec ! clockoverlay ! queue ! x264enc tune=zerolatency ! h264parse ! rtph264pay name=pay0 pt=96 )
INFO:root:Starting service on port 554 at url /proxied

rtspServer: INFO:root:Running RTSP Server

Discovery received from 192.168.68.58
(node:72533) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
Discovery received from 192.168.68.58
Discovery received from 192.168.68.58
Discovery received from 192.168.68.58

@sbcdave
Copy link

sbcdave commented Sep 30, 2024

That was with no connection attempt, this is when it tries to connect:
dave@server:~/rpos$ sudo node rpos.js
execSync('cat /proc/device-tree/model')
cat: /proc/device-tree/model: No such file or directory
execSync('cat /proc/cpuinfo')
Failed to read serial : Cannot read property '1' of null
Read IP address 192.168.68.54 from wlp4s0
Manufacturer : Reolink
Model : RLC-410
HardwareId :
SerialNumber : 000000000
FirmwareVersion : 2.1.0
Starting camera settings webserver on http://192.168.68.54:8000/
execSync('v4l2-ctl --set-fmt-video=pixelformat=4')
Cannot open device /dev/video0, exiting.
execSync('v4l2-ctl --set-fmt-video=width=1280,height=720')
Cannot open device /dev/video0, exiting.
execSync('v4l2-ctl --set-parm=25')
Cannot open device /dev/video0, exiting.
execSync('v4l2-ctl --set-priority=3')
Cannot open device /dev/video0, exiting.
execSync('v4l2-ctl --set-ctrl power_line_frequency=2')
Cannot open device /dev/video0, exiting.
execSync('v4l2-ctl -l')
Cannot open device /dev/video0, exiting.
Could not retrieve Controlvalue 'brightness'
Could not retrieve Controlvalue 'contrast'
Could not retrieve Controlvalue 'saturation'
Could not retrieve Controlvalue 'red_balance'
Could not retrieve Controlvalue 'blue_balance'
Could not retrieve Controlvalue 'horizontal_flip'
Could not retrieve Controlvalue 'vertical_flip'
Could not retrieve Controlvalue 'power_line_frequency'
Could not retrieve Controlvalue 'sharpness'
Could not retrieve Controlvalue 'color_effects'
Could not retrieve Controlvalue 'rotate'
Could not retrieve Controlvalue 'color_effects_cbcr'
Could not retrieve Controlvalue 'video_bitrate_mode'
Could not retrieve Controlvalue 'video_bitrate'
Could not retrieve Controlvalue 'repeat_sequence_header'
Could not retrieve Controlvalue 'h264_i_frame_period'
Could not retrieve Controlvalue 'h264_level'
Could not retrieve Controlvalue 'h264_profile'
Could not retrieve Controlvalue 'auto_exposure'
Could not retrieve Controlvalue 'exposure_time_absolute'
Could not retrieve Controlvalue 'exposure_dynamic_framerate'
Could not retrieve Controlvalue 'auto_exposure_bias'
Could not retrieve Controlvalue 'white_balance_auto_preset'
Could not retrieve Controlvalue 'image_stabilization'
Could not retrieve Controlvalue 'iso_sensitivity'
Could not retrieve Controlvalue 'exposure_metering_mode'
Could not retrieve Controlvalue 'scene_mode'
Could not retrieve Controlvalue 'compression_quality'
Binding DeviceService to http://192.168.68.54:8000/onvif/device_service
Binding MediaService to http://192.168.68.54:8000/onvif/media_service
Binding PTZService to http://192.168.68.54:8000/onvif/ptz_service
Binding ImagingService to http://192.168.68.54:8000/onvif/imaging_service
discovery_service started
Discovery received from 192.168.68.58
(node:72715) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
device_service started
Starting rtsp server
spawn('./python/gst-rtsp-launch.sh', [-P,554,-u,proxied,-W,1280,-H,720,-t,other,-d,], undefined)
media_service started
rtspServer: -P 554 -u proxied -W 1280 -H 720 -t other -d undefined
Found /usr/bin/python3

imaging_service started
ptz_service started
rtspServer: /home/dave/rpos/./python/gst-rtsp-launch.py:60: PyGIDeprecationWarning: GObject.MainLoop is deprecated; use GLib.MainLoop instead
self.mainloop = GObject.MainLoop()

rtspServer: /home/dave/rpos/./python/gst-rtsp-launch.py:78: PyGIDeprecationWarning: Since version 3.11, calling threads_init is no longer needed. See: https://wiki.gnome.org/PyGObject/Threading
GObject.threads_init()

rtspServer: INFO:root:StreamServer initialized
INFO:root:Video settings loaded from v4l2ctl.json

rtspServer: DEBUG:root:StreamServer.launch
INFO:root:USB camera ignored most of the parameters
DEBUG:root:( v4l2src is-live=true device=undefined brightness=50 contrast=0 saturation=0 ! queue ! jpegdec ! clockoverlay ! queue ! x264enc tune=zerolatency ! h264parse ! rtph264pay name=pay0 pt=96 )
INFO:root:Starting service on port 554 at url /proxied

rtspServer: INFO:root:Running RTSP Server

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">6Ld/gp2WzK+2gMrcI9vghxQ8wXs=</wsse:Password><wsse:Nonce EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary">URj7ZrR4CjJd9VFBggRfExEO1HA=</wsse:Nonce>wsu:Created2024-09-30T21:29:53Z</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">V/7nANNxUnHAR866Z1qxtQxc7KA=</wsse:Password><wsse:Nonce EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary">URj7ZutIdHwUKRVAJjPKPxSRDG4=</wsse:Nonce>wsu:Created2024-09-30T21:29:53Z</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">DAkQBgksnVaOiJFvRedzzFuDUzg=</wsse:Password><wsse:Nonce EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary">URj7ZhSBNAJB4YlYaGr4CXAWfiM=</wsse:Nonce>wsu:Created2024-09-30T21:29:53Z</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">XgNkm1yWWM/UDjWAaYtXai2PnEc=</wsse:Password><wsse:Nonce EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary">URj7ZuWH8gdrSbUi+aWKdXfoFQg=</wsse:Nonce>wsu:Created2024-09-30T21:29:53Z</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">noutD4LeI8nFGnoEgEOXmM8f9jU=</wsse:Password><wsse:Nonce EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary">URj7Zpf6b0qR2T8e9u3IRUxu5yY=</wsse:Nonce>wsu:Created2024-09-30T21:29:53Z</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">84Io7zWsCwCqyZ4M05KoV9nmWjU=</wsse:Password><wsse:Nonce EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary">URj7ZpAOk1+swk4kQ/aedw3MYmE=</wsse:Nonce>wsu:Created2024-09-30T21:29:53Z</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:ModelRLC-410</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">D/eHSau0INpKoBNXCYTsomiGyP8=</wsse:Password><wsse:Nonce EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary">URj7Zt5vu2ycuFAUc8P1NcoNqy8=</wsse:Nonce>wsu:Created2024-09-30T21:29:53Z</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:Hour21</tt:Hour>tt:Minute29</tt:Minute>tt:Second53</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:Hour16</tt:Hour>tt:Minute29</tt:Minute>tt:Second53</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">56xVE3wAwkGQM6OeB8EJ8z0arlg=</wsse:Password><wsse:Nonce EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary">URj7Zju38Q7DclJtUETNCu8v/EA=</wsse:Nonce>wsu:Created2024-09-30T21:29:53Z</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/RLC-410</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">BBvhhQ+1e2uxiv/Odhh96WBeJIc=</wsse:Password><wsse:Nonce EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary">Uhj7ZudxQV4ncZpxH0IlGfvydWA=</wsse:Nonce>wsu:Created2024-09-30T21:29:54Z</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">PT90S</tt:Timeout></trt:MediaUri></trt:GetStreamUriResponse></soap:Body></soap:Envelope>
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">wKziwNlqUNJRZ/FAZFIcK6XBJ2A=</wsse:Password><wsse:Nonce EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary">VRj7ZjL/bRSpocNE3sM/ERSbPFo=</wsse:Nonce>wsu:Created2024-09-30T21:29:57Z</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">kjh1DWVhUq3sYUmilj9ubdi+85o=</wsse:Password><wsse:Nonce EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary">VRj7Ziw1nnH3S1J57L/JN2p5bj4=</wsse:Nonce>wsu:Created2024-09-30T21:29:57Z</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">7aRtrSVm9YOjoHppP3xQazhHUqk=</wsse:Password><wsse:Nonce EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary">VRj7ZuYyjxhKfKgMDjGDT+5ulWY=</wsse:Nonce>wsu:Created2024-09-30T21:29:57Z</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">PK9A9ntfTCAygYEgC5dYso0MHSw=</wsse:Password><wsse:Nonce EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary">VRj7ZjucOzr2y5cRrbi1dzLjeHY=</wsse:Nonce>wsu:Created2024-09-30T21:29:57Z</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">rxdZ29KyOu51UZ4QcellizZS/9A=</wsse:Password><wsse:Nonce EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary">VRj7Zu1XVzRcx+Fa8sOyLkMZj0I=</wsse:Nonce>wsu:Created2024-09-30T21:29:57Z</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">znRBzdHTTRl3U3c8kShtoFqhPCc=</wsse:Password><wsse:Nonce EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary">VRj7ZuzKFVGcpo0Ry1hrWl4BIgw=</wsse:Nonce>wsu:Created2024-09-30T21:29:57Z</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:ModelRLC-410</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">tSsBh0VY5qQjurNX9LBIJmbO4bQ=</wsse:Password><wsse:Nonce EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary">VRj7Zjo8IkpriC1a2Nugfe3GlXE=</wsse:Nonce>wsu:Created2024-09-30T21:29:57Z</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:Hour21</tt:Hour>tt:Minute29</tt:Minute>tt:Second57</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:Hour16</tt:Hour>tt:Minute29</tt:Minute>tt:Second57</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">IqpFiJGJq3wOZOYkiXF6+KOJrCA=</wsse:Password><wsse:Nonce EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary">VRj7Zh6bSyLDrLZvPPMFK1CauTY=</wsse:Nonce>wsu:Created2024-09-30T21:29:57Z</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/RLC-410</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">v4PYXQloKJPjvJ9vQXyJFJkXJIQ=</wsse:Password><wsse:Nonce EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary">VRj7ZhEDmDVR9b9IA/2GZPc1J04=</wsse:Nonce>wsu:Created2024-09-30T21:29:57Z</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">PT90S</tt:Timeout></trt:MediaUri></trt:GetStreamUriResponse></soap:Body></soap:Envelope>
Discovery received from 192.168.68.58
Discovery received from 192.168.68.58

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