Isaac Connor
9d1d2c1ce4
print the line out all at once, fixing the missing comma after fps.
2017-07-13 10:27:53 -04:00
Isaac Connor
5d96a8d14e
make code more robust by handling an undefined get_VideoEncoderConfiguration()
2017-07-13 09:38:42 -04:00
Andy Bauer
0f15b3ae62
update gpl 2 mailing address
2016-12-26 10:33:03 -06:00
Isaac Connor
7561dc00ea
be explici about which unnamed array we are access for getopts. Default username and password to ''
2016-10-04 14:33:13 -04:00
Isaac Connor
e7eab488c9
password is not required, set it to '' to quiet warnings
2016-10-04 14:28:30 -04:00
Isaac Connor
84a18926d8
password is not required, set it to '' to quiet warnings
2016-10-04 14:28:03 -04:00
Isaac Connor
b742d316b3
apply use strict and fix issues
2016-10-04 10:15:16 -04:00
Isaac Connor
e6626cef69
if soap version is specified for probe, don't do both versions
2016-10-04 09:51:20 -04:00
Isaac Connor
de22f21813
for soap 1.2 only probe for NetworkVideoTransmitter
2016-10-04 09:36:28 -04:00
Jan M. Hochstein
5d3f5e5a4a
WSDiscovery: workaround for SOAP::WSDL QName limitation
2016-04-16 19:06:36 +02:00
Jan M. Hochstein
edf3f3c43a
Fixed WS-Discovery Probe message header
2016-04-10 15:57:53 +02:00
Jon Burgess
c1526b8fe5
ONVIF: Fix probe type header and add To header
2016-04-09 17:02:36 +01:00
Andrew Bauer
2365c2156f
remove $result from onvif error message
2016-03-28 09:53:57 -05:00
Andrew Bauer
671326f686
Merge pull request #1347 from jburgess777/tenvis
...
ONVIF: Tenvis TH661 support
2016-03-21 12:47:13 -05:00
Jan M. Hochstein
39053f9325
WSDiscovery version changed from 1.1 to 1.0
2016-03-19 18:36:12 +01:00
Jon Burgess
6fd718e2e6
ONVIF: Fix hash reference mixups which broke 1.1 detection
...
With these changes the script now detects my camera during the
1.1 scan and ignores the duplicate 1.2 response.
$ ~/zmonvif-probe.git.pl probe
http://192.168.1.246:8080/onvif/devices , 1.1, (Profile='Streaming', model='C6F0SeZ0N0P0L0', name='IPCAM', location/country='china')
2016-03-19 17:28:39 +00:00
Jon Burgess
909c23c38b
ONVIF: Make GetStreamUri try both RTP_unicast and RTP-Unicast
...
The specification gives conflicting values for the unicast stream
type in different parts of the document:
http://www.onvif.org/onvif/ver10/media/wsdl/media.wsdl#op.GetStreamUri
Description has: StreamType = "RTP_unicast"
Input has: enum { 'RTP-Unicast', 'RTP-Multicast' }
The Tenvis TH661 only accepts RTP-Unicast but the original code was
using RTP_unicast. Try both and take the result of the first one
which works.
2016-03-19 14:50:44 +00:00
Jon Burgess
ed7e3e47b7
Add more checking around xaddr parsing
2016-03-19 14:15:51 +00:00
Jon Burgess
16cf1b6245
Detect IP address in URLs like http://ip:port/
...
This if for devices like the Tenvis TH661 which responds with:
http://192.168.1.246:8080/onvif/devices
2016-03-19 13:31:33 +00:00
Jan M. Hochstein
61932a6470
Corrected file copyrights
2016-02-10 16:36:21 +01:00
Jan M. Hochstein
c49ee156ba
Improved option handling
2014-09-12 11:02:08 +02:00
altaroca
56bdebc433
Add command line option '-v' to zmonvif-script.pl
2014-08-18 17:46:59 +02:00
Jan M. Hochstein
5f1fda43a0
Basic support for SOAP 1.1 and 1.2
2014-08-17 21:24:27 +02:00
Jan M. Hochstein
99e794a97b
Removed hard coded binary path and perl binary location
2014-08-07 18:25:07 +02:00
Jan M. Hochstein
5ab629856c
Refactor onvif client code
2014-08-07 18:25:07 +02:00
Jan M. Hochstein
0a2515c00e
Added basic ONVIF support
2014-07-14 20:36:18 +02:00