viinex.changelog

848 (2025-03-24)

  • Expose metrics from the renderer object (statistics over frames decoded and frames rendered).
  • Introduced the setting to control shared memory aperture size for the renderer object.
  • Introduced the setting to control the frequency of poll requests in Modbus TCP.
  • Disabled Nagle algorithm on Modbus TCP sockets.
  • Changes to builtin scripts' API: introduced object vnx.Encoding with methods for UTF-8 and Base64 conversions.
  • Changes to builtin scripts' API: added the feature to crop multiple rectangles from a single original frame when producing a snapshot.
  • Workaround for the hardware video decoder breaking in Chromium-based browsers upon native archive playback over WebRTC.

827 (2025-02-13)

  • Add support for explicit metrics object to collect metrics and expose them in Text-based Prometheus Exposition format (see updated documentation).
  • Support for collecting metrics from viinex objects associated with IP cameras, local media storage, Modbus devices and events database.
  • Support for scraping metrics via WAMP.

825 (2025-01-29)

  • Demo UI now supports multiple viinex clusters connected to the same WAMP realm, including viinex instances running on different physical devices.
  • Added “Events” tab in the demo UI.
  • Support for Rockchip hardware video decoder in ARM64 build.
  • Send UDP “punch” packet from client to server when RTSP session is being initiated, to allow NAT traversal by RTSP in some cases.
  • Support for Ubuntu 20.04 LTS is dropped as of this build.

806 (2024-12-17)

  • Integration with Novus (NMS) video management system.

803 (2024-12-07)

  • Implemented support for actuators connected via relays controlled with Modbus-compatible devices.
  • Implemented support for Modbus RTU.
  • Published builds for Debian 12 (amd64, arm64) and Ubuntu 24.04 (amd64).

728 (2024-09-29)

  • Introduced configuration parameter tls.allowed_versions at the webserver object configuration section to enable or disable particular TLS versions. By default, enabled TLS versions are now 1.3 and 1.2. Prior TLS and SSL versions are disabled (although can be re-enabled via the configuration parameter).

727 (2024-09-25)

  • Implemented alternative channel addressing scheme for AAT NMS VMS.

726 (2024-09-22)

  • Limited integration with AAT NMS video management system.
  • Fix for timestamps in events coming from builtin basic analytics (motion detector).
  • GHC compiler upgraded to 9.6.6.

723 (2024-07-29)

  • Fix for how floating license manager clients handle the connectivity loss with the floating license server.

722 (2024-07-28)

  • Allow for empty unsupported attribute values in accepted SDP for better compatibility with certain IP cameras.
  • Demo UI upgraded to use Angular 18.

711 (2024-06-17)

  • Windows binary and distribution package signed with digital signature.
  • Updated .gcert file for integration with Geutebrueck G-Core.

704 (2024-04-29)

  • Migration from SysV init.d script to native systemd-style service description.
  • Implemented endpoint on floating license manager to find out current number of licenses in use (that would be just GET on a floating license server object).
  • Important fixes for floating license server, floating license client and provisional license client.

697 (2024-03-06)

  • Fixes addressing the configuration validator falsely failing on a correct configuration in presence of links between certain types of objects.
  • Fix for integration with Hikvision NVRs in the part of timeline retrieval.
  • Changed the algorithm of how RTSP control URL is constructed for better compatibility with Live555 RTSP streaming server.

695 (2024-02-18)

  • Added support for “cloud” storage with AWS S3 as a backing store. Same S3 bucket can now be shared by many viinex media archive instances in different clusters and on different servers.
  • Added support for “joint” storage to merge local and cloud storages transparently for the API user.
  • Implemented simplified rolling replication setup when replication sink and source reside in the same viinex cluster (no HTTP transport is required in that case any longer).
  • Implemented the policy to reuse the licenses if the same hardware camera or a VMS channel is connected to viinex multiple times, including the case when this is done in more than one cluster and in more than one viinex instance, if floating license manager is used.
  • Implemented support for provisional licenses, where instead of having perpetual license generated for a specific server, viinex may periodically contact keys.viinex.com and automatically request a provisional license key for itself.
  • This version has the number of 3.4 and requires a license key to be upgraded.

686 (2023-11-05)

  • Stability improvements to the handler of snapshot generation requests from video archive for uncommitted media.

682 (2023-10-12)

  • Implemented asynchronous indexing of media storage to speed up the startup.
  • Added support for requesting snapshots from video which has not yet been written to a completed media container file.
  • Added support for variable interpolation in configuration values.
  • Fix for media container structure when H.265 video is being written.

650 (2023-07-29)

  • Fix for the implementation of a method for deletion of media from the archive.
  • Fix for a race condition where a media file may have been not flushed till the next recording begins.
  • Fix for RTP parser to better handle invalid RTP packets.

649 (2023-07-16)

  • Fix for last_frame_rtp property of WebRTC session status request.
  • Stability improvements in floating license manager client implementation.

648 (2023-06-28)

  • Stability improvements to `recctl` and `storage` implementations.

639 (2023-06-14)

  • RTSP parser relaxed for compatibility with Novus IP camera.

638 (2023-05-28)

  • WebRTC session status request now returns the RTP timestamp of a last sent media frame, along with its absolute timestamp. This allows frontend applications to compute the absolute timestamp of each received frame from its RTP timestamp.

637 (2023-05-21)

  • Added better diagnostics for configurations containing unsupported object types.
  • License plate recognition, railcar number recognition and freight container code recognition modules removed from core Viinex distribution.
  • Relaxed SDP parser for compatibility with Genetec RTSP server.

634 (2023-05-07)

  • Added basic support for Prometheus metrics, now gathered from Haskell runtime system and the HTTP server (call timings and statuses).
  • Fix for RTSP client deadlock when application is terminated while RTSP session is not yet started.
  • Fix for how “source.storage” parameter is interpreted when WebRTC session is being updated: it is now “storage.source” may now contain media source ID itself for VMS channels which explicitly sets the archive source for playback to the VMS.

632 (2023-04-17)

  • Implemented key-value store API on top of PostgreSQL and SQLite integrations.
  • BREAKING CHANGE: Cluster management API available within builtin scripts now made asynchronous.
  • Reduced logging of error messages for RTSP and ONVIF clients when a target device is unavailable. (Logging is muted until the successful connection attempt).
  • Fix for snapshot “fallback” retrieval procedure when ONVIF API call for snapshot is available but times out.

631 (2023-04-02)

  • Support for a mutable list of ice servers used by webrtc server.
  • Events from cluster manager now can be received from within builtin scripts.

630 (2023-03-25)

  • Fixes for stability issues.

629 (2023-03-21)

  • Ported code base to be built with ghc-9.2.
  • Removed support for MS SQL Server.

621 (2023-02-24)

  • Don’t probe for h/w encoder and decoder if both VNX_HW_ENCODER and VNX_HW_DECODER environment variables are set to 0.

620 (2023-02-19)

  • Fixes for stability issues.

617 (2023-01-15)

  • Refactored RTSP client implementation to support handling ANNOUNCE requests issued from server to client.

615 (2022-12-26)

  • Removed the in-process face detector implementation, along with dependency on Tensorflow.
  • On Windows, software OpenH264 decoder made the default choice for now.

612 (2022-12-21)

  • Fixed how the RTSP control URI is built when only a partial control URI is returned in SDP document and base RTSP URI contains query parameters.

611 (2022-12-19)

  • Added support for synchronous HTTP requests for builtin scripts.
  • Bugfix: incorrect result from HTTP client when response format `response` is expected and the server returned HTTP error code different from 200.
  • Added support for events on webrtc session (peer) status.
  • Stability improvements and enhanced logging in RTSP client.
  • Allow for non-standard HEARTBEAT method in RTSP parser (used by HikCentral server).

604 (2022-11-13)

  • Implemented support for retrieval of audio in Opus, AAC and G.726 formats over RTSP.

603 (2022-11-06)

  • Added support for HEVC.
  • Added support for audio.
  • Added support for hardware acceleration on video encoding and decoding.

594 (2022-09-15)

  • Returned to more conservative GC allocation size settings for x86_64 and default value for aarch64.

593 (2022-09-14)

  • Fix for the bug when viinex started while the network interface is down could not access ONVIF devices after the network interface is up.
  • Fix for pre-recording issue in `recctl` object.
  • Fixes for unexpected results when getting snapshots from Viinex native video archive.

590 (2022-08-30)

  • Stability improvements to Milestone VMS integration.
  • Improved efficiency of `authCheckResponse` API call with multiple concurrent clients.
  • Fix for a WebRTC server implementation (eliminated a race condition which could cause a resource leak).
  • GC settings adjusted for better throughput: removed mark-region strategy switch for oldest generation, removed limitation on number of threads allowed to run GC, increased GC allocation area size.

587 (2022-08-24)

  • Fixes for WebRTC implementation (an IO operation could have been performed on a closed socket FD).
  • Fixes for space leaks; some adjustments to garbage collector settings.

581 (2022-07-14)

  • Send an event of topic “StorageStats” whenever the table of contents for one or more video tracks gets changed in the video storage.

576 (2022-06-25)

  • Fix for future timestamp sometimes getting to “not before” claim of authentication token.

575 (2022-06-08)

  • More permissive parser for boolean values within ONVIF events.

574 (2022-05-24)

  • Do not decode and even receive video streams from video renderer inputs when there are no clients (the “dynamic” behavior implemented in full).
  • Fix for imprecise exceptions handling in ONVIF PTZ control.
  • Properly parse the PTZ position sent from the varifocal motorized lens devices exposed over ONVIF PTZ interface (w/o pan and tilt functionality).

570 (2022-05-16)

  • Fix for exception handling in APIs, in particular for SOAP RPC calls in ONVIF implementation.
  • Samples’ timestamps to get rounded to milliseconds precision when written to video storage.
  • Fix for WAMP client shutdown as a part of non-main cluster.

568 (2022-04-29)

  • Fix to Hikvision VMS driver script to properly handle the case with just one interval returned in the timeline request.

567 (2022-04-12)

  • Minor fix for better handling invalid ICE candidates in the form of “GUID.local” when establishing a new WebRTC connection.

565 (2022-04-09)

  • API call for retrieval of native archive table of contents (timeline) received optional begin/end parameters to limit the scope of the query.
  • Fix for timeline retrieval in Dahua VMS integration.
  • Support for snapshot retrieval from Hikvision NVRs (not only DVRs).
  • Demo UI now implements access to 3rd party VMS archives as well as the native Viinex archive.

560 (2022-03-24)

  • Proper Geutebrück G-Core certificate (.gcert) file.

559 (2022-03-08)

  • Fixes for log rotation on Windows.

557 (2022-03-06)

  • Optimized number of SOAP calls to ONVIF devices.
  • Fix for how ONVIF events from a device with multiple video sources attached are received.
  • Minor tweaks to ONVIF events parser.

556 (2022-02-12)

  • Implemented accessing video archive from demo UI when RPC transport is WAMP (archive playback is done over WebRTC then).
  • Added experimental support for “injected” objects to use the objects declared in static configuration (cluster “main”) in other clusters dynamically created in the runtime.

555 (2022-01-28)

  • Remote procedure call handler in WAMP client made asynchronous.
  • Improved stability of TURN support implementation.
  • Added initial support for WAMP transport to the demo UI (except for accessing video archive).

552 (2022-01-13)

  • Breaking change: the algorithm for computation of HWID has been changed in Windows builds. Previously issued HWID-bound license keys for Viinex on Windows are incompatible with this and later builds.

542 (2022-01-11)

  • More robust DTLS handshake implementation for WebRTC.

539 (2022-01-02)

  • Workarounds for better handling of interlaced H264 video.

538 (2021-12-28)

  • Fix for the issue with a race condition resulting in a WebRTC sessions leak.

528 (2021-12-21)

  • Viinex built with GHC-8.10.7.

524 (2021-12-16)

  • Relaxed handling on recoverable JPEG decompression errors when applying spatial requirements for snapshots.
  • Fix for handling of ICMP port unreachable responses to STUN heartbeat packets.

522 (2021-12-14)

  • Respect spatial parameters of a snapshot request, no matter whether an underlying snapshot source provides such functionality or not.

521 (2021-12-01)

  • Added “interleaved_any” option to RTSP client to ignore incorrect interleaved channel numbers coming from certain RTSP servers.
  • Fix for Bosch integration with direct connection to multi-line encoders.

519 (2021-11-26)

  • Added support for script-driven VMS integrations.
  • Added support for Hikvision and Dahua NVRs by means of script-driven VMS integration feature.
  • In Bosch VMS integration, added support for stream selectors for VMS channels, and for an option to pull a live video stream directly from camera when possible.

515 (2021-11-18)

  • PTZ-related API now supported in full within scripts and via WAMP.

501 (2021-11-14)

  • Added support for Cryptosign authentication method to WAMP client.
  • Fix for Bosch integration stalls indefinitely on a connection attempt to VRM when a plain HTTP port is specified instead of TLS-enabled one.

500 (2021-11-08)

  • Experimental support for TURN in WebRTC implementation.

494 (2021-10-18)

  • Fix for the the problem with stream timestamps reported wrong on video archive playback in WebRTC server (when requested interval does not match the actual contents of video storage).

493 (2021-10-09)

  • Fix for accessing Viinex native video archive over WebRTC.

492 (2021-09-30)

  • Speeding up WebRTC session creation when there are no external STUN servers in Viinex configuration.
  • Authentication cookie now sent with SameSite=None (when CORS is enabled) only over TLS, to match the new Chrome policy.

490 (2021-09-29)

  • Fix: “Authorization” added to the list of allowed CORS headers.

488 (2021-09-27)

  • Added support for “Authorization: Bearer <jwt>” header in HTTP requests, besides passing authentication token as a cookie.
  • Fix for /v1/cluster HTTP API handler not checking authentication.
  • Updated Third-party-software.txt file with information on Viinex dependencies, their licenses and copyrights.

486 (2021-09-24)

  • EventArchive API now published in scripts and via WAMP client.
  • Fix for an inconsistency with documentation introduced with build 484 in how the ONVIF probe method is published in HTTP API (GET instead of POST was used).

484 (2021-09-22)

  • Added OnvifDiscovery and RawVideoDiscovery privileges to check when performing ONVIF and raw video source discovery respectively.
  • Added WAMP API for ONVIF and raw video source discovery.
  • Fix for XML response parser when doing ONVIF device probe and some of profile info structures do not contain mandatory fields.
  • Fix for possible artifacts on video when seeking in a 3rd party VMS video archive when the VMS integration is implemented as a C++ plugin.

483 (2021-09-18)

  • Authentication and authorization support added to WAMP client (but currently this disables event publishing).
  • Clusters-related functionality exposed via WAMP API.
  • API exposed via WAMP and scripts extended with support for video archive and WebRTC server access. A method to get a snapshot image added to SnapshotSource API interface.
  • Documentation updated to reflect API changes and addition of WAMP client.

480 (2021-09-13)

  • Experimental support for API exposed over WAMP protocol.
  • Added ice_candidates_filter to webrtc server config.

477 (2021-08-30)

  • Breaking change: “auth” sections removed from HTTP server and RTSP server objects’ configuration. (Removed means these sections are now ignored). This functionality is now achieved with a different means, see below.
  • Introduced “authnz” object to implement authentication and authorization of users accessing Viinex functionality via HTTP, RTSP and WebRTC servers in a coherent manner.
  • Access control lists are implemented. Roles can be authorized to access Viinex objects and/or interfaces (endpoints).
  • Database integrations (PostgreSQL and SQLite) can now store users’ credentials and access control lists. This information can be changed in runtime, and be applied to all Viinex instances sharing the same database as ACL data provider.
  • Breaking change: HTTP authentication token format changed to JWT.
  • Session IDs in WebRTC server now form an isolated namespace for each authenticated user.
  • Added support for VIINEX_SET_CWD environment variable so that Viinex can optionally change its current directory after reading the main configuration but before starting the main cluster.

476 (2021-08-12)

  • Added demo mode: Viinex can now run for 8 hours without a license key. THIS MODE IS FOR DEMONSTRATIONAL PURPOSES ONLY. For production use, as well as for evaluation or testing purposes, a valid license is required.
  • Support for “State” property for certain video analytics events generated by ONVIF devices (which is not in line with ONVIF specifications but is actually in use by some devices)
  • Minor fixes for RTCP parser

475 (2021-08-08)

  • Fix for compatibility of Viinex RTSP server with newer VLC RTSP client implementation in RTSP/RTCP (interleaved) mode.

474 (2021-08-05)

  • Minor fixes (ONVIF action corrected for GetSnapshotUri; SDP from Viinex RTSP server made compatible with FLIR VMS RTSP client).

472 (2021-07-31)

  • Added experimental support for MS SQL Server as event storage.
  • Breaking change: event storage endpoint URL shall now have /events suffix.

470 (2021-07-22)

  • Support for event storage in for railcar ID number recognition application.

466 (2021-06-14)

  • Added support for SQLite database.

465 (2021-05-26)

  • Added support for Ubuntu Server 20.04 LTS distribution.
  • Packages “wkhtmltopdf” and “xvfb” moved from dependencies to the suggestions section of .deb package control file in order to keep the number of mandatory dependencies smaller. Users who need the video renderer feature on Linux will now have to install two mentioned packages explicitly.

464 (2021-05-20)

  • Added events signaling clusters’ starting up and shutting down.
  • Fix for the problem when client connections to the cluster's websocket server didn’t close after the cluster was shut down.

463 (2021-05-04)

  • A technical change in licensing: “vmschan” object now only requires “VmsChan” license, but not the “IpVideochannel” license, -- this change is aimed to simplify requesting and generation of license keys when the number of inbound video streams retrieved simultaneously is not known in advance.

462 (2021-04-11)

  • Integration with Macroscop/Eocortex VMS
  • Improved stability of STUN server

461 (2021-03-28)

  • Implemented “localtransport” flavor of raw video sources, to support a virtual video source published by another local process using Viinex “local transport” mechanism.
  • Added support for “dynamic” video encoding in raw video sources: video is not encoded when it’s not requested by any of clients.
  • The “dynamic” property for encoding moved to the “encoder” section of config for both “rawvideo” and “renderer” objects.

459 (2021-03-16)

  • Added support for logging events into PostgreSQL DBMS and for retrieval of logged events via HTTP API.
  • Enhancements in how ONVIF rule/analytics events are parsed by Viinex.
  • Fix for RtpStats event being produced (mistakenly) even if a setting in configuration says to not gather RTP statistics.

456 (2021-03-08)

  • Fix for a space leak issue when handling large amounts of events.
  • Allow for control video recording using API calls to LPR freeflow mode script.
  • Tolerance for non-standard RTSP method “CMD” which comes from Space Technology ST-191 IP HOME cameras in response to OPTIONS.

454 (2021-02-11)

  • Fix for video retrieval from Pelco VideoXpert archive.

453 (2021-01-18)

  • Handle the fragments in Viinex video archive with non-monotone sequences of video frame timestamps in them (which may have been formed previously in case of an erroneous input from archive video source).
  • Automatically repair the data fetched from an archive RTSP source when it would otherwise result in a non-monotone sequence of video frame timestamps.

452 (2021-01-10)

  • For railcar ID number and freight container identifier recognition video analytics engines, checksum of the recognition result is now computed according to respective ID standard and is included as a “valid” boolean JSON property along with the recognition result.
  • For railcar ID number recognition, a mode for picking the hypothesis matching the valid checksum of the result (“check_digit”: “pick” setting for “ridrcons” object) is supported at the analytics engine level.

447 (2021-01-10)

  • Implemented support for require() in builtin scripts. Scripts now can be organized as modules and loaded from predefined paths (Program Files\Viinex\share\js on Windows or /usr/share/viinex/js on Linux) rather than from an absolute or relative path specified in the configuration.
  • Scripts now have support for asynchronous callbacks for some APIs.
  • Timer (delay) in scripts implemented using asynchronous callbacks.
  • Basic HTTP client support implemented in scripts, using asynchronous callbacks for returning HTTP request results from Viinex back to script.

445 (2020-12-23)

  • Implemented floating license server and client.
  • Added support for "software/emulated" license storage (viinex-lm-upgrade.exe now works with software license keys).
  • Fixes for authentication cookie handling for cross-site use cases.
  • In Bosch integration, fix for an empty response in timeline request.
  • In builtin scripts, logging functions (vnx.log() and friends) now accept up to 5 arguments.
  • Fixes for confidence values in Container Identification code recognition (CIDR).

436 (2020-11-16)

  • Substantial improvements to the “freeflow” mode of functioning for CV modules (ALPR, CIDR).
  • Support for setting the shared memory region size in local transport implementation in vnxvideo (“shm” property of CV engines implemented as external processes).

435 (2020-11-13)

  • Fixes for interoperability with Bosch BVMS 9 and BVMS 8.

433 (2020-11-12)

  • Initial support for Container ID number Recognition (CIDR) functionality on Windows.
  • Support for MAC address-bound license keys.

427 (2020-11-05)

  • Bugfix for STUN server implementation.
  • Bugfix for ICE protocol implementation.

424 (2020-10-30)

  • Implemented Bosch BVMS integration
  • Enhanced logging in RTSP client in case if an error is returned by the server

423 (2020-10-20)

  • Fix for “origins” predicate in events subscription for WebSocket clients.
  • Implemented the “vmsplugin” object, so that an arbitrary external plugin implementing a VMS integration can be loaded and used by Viinex.
  • IPv6 support in Viinex RTSP client.
  • Implemented Pelco VideoXpert integration.

422 (2020-09-17)

  • Support for recognition of vehicle license plates issued by the Republic of Poland.
  • Fix for confidence values for LPR (normalization).
  • Fix for the problem with upgrading of license at Senselock dongle with older firmware version with the newer version of viinex-lm-upgrade.

420 (2020-09-14)

  • Introduced support for configuration clusters management and basic support for local file system management from builtin scripts.

419 (2020-09-09)

  • Vnxvideo 32-bit components added to the MSI.
  • Implemented support for a few media subtypes in Viinex Virtual Grabber to make it compatible with Chrome, Firefox, Edge, Skype, Zoom, Telegram.

416 (2020-09-02)

  • Support for numerical video sources’ IDs in Cayuga VMS integration

415 (2020-08-26)

  • Support for /v1/env/license/probe HTTP API call.
  • Fixes for demo mode in Railcar ID number recognition.

412 (2020-08-10)

  • Railcar ID number recognition enabled in Linux builds.
  • “Demo mode” enabled for image-wise license plates recognition.
  • Introduced “Kazakhstan, Ukraine, Belarus, Russia” region for license plates recognition.

409 (2020-08-02)

  • Vehicle license plate recognition functionality enabled in Linux builds.
  • Better error handling in PTZ control implementation for ONVIF devices.

406

  • Support for Qognify (SeeTec) Cayuga VMS.

403

  • This is a first release build for Viinex 3.0.
  • 64-bit support for Windows.
  • Intrinsic support for “external” analytics modules.
  • New implementation for video analytics (LPR and Railcar ID number Recognition).
  • Stateful and Updateable interfaces now accessible from embedded JS scripts.

391 (2020-07-03)

  • Fix for the bug in recording controller when the recording wasn’t actually happening if “prerecord” parameter is shorter than 1 GOP.

389

  • Support for re-streaming of third-party VMS channel’s archive video over Viinex RTSP server, in addition to previously supported WebRTC re-streaming and replication of archive data into Viinex native video archive.

388

  • A minor fix for the RTSP client to eliminate the duplicate Access: headers previously sent by Viinex in DESCRIBE request
  • The size of heap available to Haskell runtime on x86 (Windows 32-bit) should now be limited to 1.2G (+RTS -M1200m).

384 (2020-06-18)

  • Fix for recording controller’s behaviour with unstable video sources (when recording is stopped while connection to video source is absent).

383

  • Tuned GC settings to improve performance on multicore hosts.

382

  • Fixes for timeline request implementation for G-Core integration.

381 (2020-05-09)

  • Timeline request for Milestone XProtect integration reimplemented using SOAP call SequencesGet to RecorderCommandService.
  • Added syntax for requesting only the beginning of playback interval in WebRTC session (parameter “range” in sec. 3.14.3 of documentation).

380

  • Added support for generic VMS plugins (for those VMSs which do not provide network protocol integration option).
  • Implemented Geutebrück G-Core support (fetch live/archive video streams, timeline, snapshots). (Windows-only).

376 (2020-04-14)

  • Fix for timeline acquisition procedure for Trassir integration, according to advice from Trassir support.

375 (2020-04-13)

  • Fix for properly handling the situation when the playback of a video archive fragment is gracefully finished (webrtc session status now changes respectively).
  • Fix for a race condition which made it possible to control a webrtc session being created.

373 (2020-04-12)

  • Changes to RTSP server routing and SDP semantics for better compatibility with some RTSP clients.
  • Fixes for how the switching of video sources is handled in WebRTC session (to avoid playback delays and resource leaks).
  • Fix for log levels in embedded JS scripts.
  • For Trassir implementation, in timeline acquisition method, a delay increased to temporarily deal with observed behaviour (when the timeline reported by Trassir after “seek” is irrelevant to the moment where the seek was requested).

372 (2020-03-27)

  • For Trassir integration, treat as success when data replication stops within 1 second from the end of requested interval and then the media token gets invalidated.

371 (2020-03-20)

  • Fix for the problem with losing a GOP in the beginning of a video archive fragment.
  • Added support for “interval of interest” (“begin” and “end” parameters) when querying for the timeline of an external video archive.
  • Increased Trassir integration stability (the part related with timeline acquisition which previously could translate random results returned by Trassir).

370 (2020-03-17)

  • Fix for “local transport” implementation on Linux.
  • Redesigned recctl implementation: fixes several major issues with video recording.
  • Fix for incorrect behaviour of “onvif” object with “dynamic” property set to true.

367 (2020-03-08)

  • Integration with DSSL Trassir VMS redesigned to utilize a single SID for all interactions with one Trassir server.

366 (2020-03-03)

  • Improvements to RTP implementation. In particular, these changes fix the problem preventing Viinex-generated WebRTC stream from being shown, or making it appear with a delay of a few minutes, in Google Chrome version >= 77 having video decoder “FFmpeg” (without hardware acceleration).

365 (2020-02-29)

  • HWID made tolerant to mistakenly untrimmed whitespaces (when license key was generated).
  • Fix for railway recognition in demo mode (v20rlwrec failed to start if the number of channels was more than 1).

364

  • Railcar number recognition: adjusted default (demo) configuration: “env” section commented out by default, to avoid mysterious COM error 0x80110474.
  • Railcar number recognition: in demo UI, “show” timestamps introduced, which are equal to “best” timestamps if there is a best timestamp, otherwise “show” = (“last”+”first”)/2.

362 (2020-02-12)

  • Implemented Milestone XProtect VMS support (fetch live/archive video streams, timeline, snapshots).
  • Fix for a bug in WebRTC server: a live video source stream was (also) fetched and IpVideochannel license used when streaming of an archive stream from vmschan is requested by user.

360

  • VKModule integration reworked to make use of “events” in controller’s binary protocol
  • On Linux, properly handle SIGINT and SIGTERM in --foreground mode. This allows for running in --foreground with stdin handle closed (as docker does by default).
  • Limited the size of configuration file being dumped into log to prevent an error with big config files when syslog is being used.
  • Removed logging of successfully handled ICE keepalive packets
  • V20rlwrec demo configuration adjusted to have multiple recording controllers instead of one

359 (2020-01-21)

  • Fix for video archive: ignoring .rejected files at startup, don’t try to add them to the table of contents.
  • Reduce timeline reported by Intellect (ignore gaps smaller than 1 second).