Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.
Release Notes for Mango 5.5.5
-
Mango 5.5.4 Release Notes (09/25/25)
access-control
- Live only cameras can now be accessed on-demand when motion detection is disabled.
- Added an option to limit the number of active camera readers simultaneously.
- Fixed reader and recorder timing, corrected camera view FPS, resolved reconnection issues, and improved livestream stability to prevent lag and frame loss.
- Live only camera readers prioritize UDP connections for better performance, automatically falling back to TCP if UDP is unavailable.
- Migrate to JavaCV-based video processing pipeline.
- VideoTransformer can be used with FFmpeg or JavaCV implementations.
- Bundles required native dependencies (OpenCV 4.9 / FFmpeg 6.1.1 via bytedeco) for simpler setup.
bacnet-ds
- The BACnet data source now uses the shared local device to emit an IAm message on initialization and listens for IAm messages from other devices to track certain properties.
- Previously, each data source performed these functions independently, resulting in unnecessary messaging.
- When a request for data to a device times out, only the polled points at that device are marked as unreliable.
- Previously, all polled points in the data source were marked unreliable, even if other devices were responsive.
radix-tsl
- Fixed an issue where Mango failed to start up when the TLS module was enabled.