python-ws-discovery
python-ws-discovery copied to clipboard
WS-Discovery implementation in Python3
This happens with several different vendor cameras with different onvif client stack. Discovery works fine once I stop sending the multicast group registration request (and associated DROP request). This registration...
I am trying to discover a device. Probe match is been sent without any issue , but I see it is been sent in 60979 or any other random port....
There are a lot of "daemon - WARNING - could not find handler for: _handle_probe" warning information, seems harmless, but annoying.
I ran into a camera that did not show up when I ran the command line tool wsdiscover. On further investigation I found that when the camera responds to the...
Version 2.0.0 use in production ran into memory leaks because thread are not closed correctly. The patch https://github.com/andreikop/python-ws-discovery/commit/368a65d70039c058b69cf4988e5d1c7f0690d6bc correctly fix this issue. Can you release 2.0.1 on Pypi to provided...
I ran the Basic usage code on the top page and received the following: File "C:\Users\admin\anaconda3\lib\site-packages\wsdiscovery\message.py", line 51, in parseSOAPMessage return parseHelloMessage(dom) File "C:\Users\admin\anaconda3\lib\site-packages\wsdiscovery\actions\hello.py", line 78, in parseHelloMessage env.setEPR(dom.getElementsByTagNameNS(NS_ADDRESSING, "Address")[0].firstChild.data.strip())...
cant set ip source address with function addSourceAddr in threaded.py
First of all, thanks for this awesome python library and the great work. Now my question. Don't we all just love cheap chinese camera brands? Mine is a [brand new...
Getting following when trying to run wsdiscover from the command line Exception in thread Thread-1: Traceback (most recent call last): File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner self.run() File "/home/checkit/env2/lib/python3.10/site-packages/wsdiscovery/threaded.py", line...
This seems to be the same problem as in #41. I use python 3.10, and thus need netifaces-plus so I installed wsdiscovery from PR #51. I Hope it doesn't make...