There is problem with create ONVIFCamera object for chineese cameras 50X10_32M. They hangs up on create of event pullpount.
# onvif-cli --host 192.168.1.10 --port 8899 -u 'admin' -a '' --wsdl /etc/onvif/wsdl/ONVIF >>> cmd devicemgmt GetHostnameFalse: Unknown error: HTTPConnectionPool(host='192.168.1.10', port=8899): Max retries exceeded with url: /onvif/device_service (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x731fd4f0>: Failed to establish a new connection: [Errno 111] Connection refused'))
This pull request proposes new parameter event_pullpoint with default value True, which don't change default behavior, but allows workaround to prevent hangups of 50X10_32M cameras.
There is problem with create ONVIFCamera object for chineese cameras 50X10_32M. They hangs up on create of event pullpount.
# onvif-cli --host 192.168.1.10 --port 8899 -u 'admin' -a '' --wsdl /etc/onvif/wsdl/
ONVIF >>> cmd devicemgmt GetHostname
False: Unknown error: HTTPConnectionPool(host='192.168.1.10', port=8899): Max retries exceeded with url: /onvif/device_service (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x731fd4f0>: Failed to establish a new connection: [Errno 111] Connection refused'))
This pull request proposes new parameter
event_pullpoint
with default value True, which don't change default behavior, but allows workaround to prevent hangups of 50X10_32M cameras.