onvif-nvt

ONVIF library for NVT (Network Video Transmitter) devices.

MIT License

Downloads
92
Stars
76
Committers
8
onvif-nvt - v.0.3.3 Latest Release

Published by hawkeye64 over 3 years ago

onvif-nvt - v.0.3.2

Published by hawkeye64 over 3 years ago

  • fix: canot set wsPullPointSupport on undefined (this.analytics is undefined) (#433)
  • fix: #172 Hardcoded parameter values in pullMessages events implementation (#435)
  • fix: circle-ci error: node version needs to upgraded from 9.4.0 since jest need minimum node v10.13.0
onvif-nvt - v0.3.0

Published by hawkeye64 almost 4 years ago

  • fix: cache key (#385)

instead of:

    const c = this.camera[address]

The cache is now stored as:

    const cacheKey = `${address}:${port}`;
    const c = this.cameras[cacheKey];
onvif-nvt - v0.2.25

Published by hawkeye64 over 4 years ago

  • Fix getVideoEncoderConfigurationOptions (#261)
onvif-nvt - v0.2.24

Published by hawkeye64 over 4 years ago

  • fix: auth() received invalid user or password (#207)
onvif-nvt - v0.2.23

Published by hawkeye64 over 4 years ago

  • maintenance release
onvif-nvt - v0.2.21

Published by hawkeye64 over 4 years ago

  • Perf update: Use smart 'add' function (#180)
onvif-nvt - v0.2.20

Published by hawkeye64 about 5 years ago

  • maintenance release
onvif-nvt - v0.2.19

Published by hawkeye64 over 5 years ago

  • fix: pull message issues #32
  • update dependencies
onvif-nvt - v0.2.16

Published by hawkeye64 over 5 years ago

  • maintenance release
onvif-nvt - v0.2.15

Published by hawkeye64 over 5 years ago

  • Maintenance release
onvif-nvt - Maintenance Release

Published by hawkeye64 over 5 years ago

Updated packages

onvif-nvt - Maintenance release

Published by hawkeye64 almost 6 years ago

Updated packages

onvif-nvt - url.pathname fix

Published by hawkeye64 almost 6 years ago

Also added general checks to verify item exists in object before using.

onvif-nvt - URL compatibility

Published by hawkeye64 almost 6 years ago

Now using package "url-parse" to stay backwards compatible with older Node versions.

onvif-nvt - Maintenance release

Published by hawkeye64 almost 6 years ago

Updating packages.
Changed "url.parse()" (deprecated) to "new URL()"

onvif-nvt - Proxy support added

Published by hawkeye64 about 6 years ago

Updated code to support proxies. This converts incoming XAddr addresses to the proper address if using a proxy path.

onvif-nvt - v0.2.8 Release

Published by hawkeye64 over 6 years ago

Maintenance release

  • Updated for CircleCI 2.0 support
  • Updated packages
onvif-nvt - v0.2.7 Release

Published by hawkeye64 over 6 years ago

On Request, looking for statusCode responses to find issues.

onvif-nvt - v0.2.6 Release

Published by hawkeye64 over 6 years ago

Fixed issue where HTML was returned by NGINX when on bad or slow network and it'd get parsed as XML from a camera.