Difference between revisions of "VALT 6.6.0"

From IVS Wiki
Jump to: navigation, search
 
(4 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
 
'''Application Features'''
 
'''Application Features'''
 +
* CUE Web Applicatoin
 +
* Cameras can now utilize encrypted HTTPS web requests
  
  
Line 19: Line 21:
 
* Updated directory structure for Docker-mounted-volumes to separate data by containers' data, logs, and config
 
* Updated directory structure for Docker-mounted-volumes to separate data by containers' data, logs, and config
 
* Removed userland-proxy/docker-proxy bridge for Docker daemon
 
* Removed userland-proxy/docker-proxy bridge for Docker daemon
 +
* Refactored ivs-valt-appliance's method of adding/removing baseline firewall rules to be more operationally efficient
 +
* Updated method to managing firewall rules for UDP ports required for Wowza Streaming Engine's WebRTC feature
 
* Expanded Wowza Streaming Engine's UDP port range to 6750 - 15000
 
* Expanded Wowza Streaming Engine's UDP port range to 6750 - 15000
* Updated method to managing firewall rules for UDP ports required for Wowza Streaming Engine's WebRTC feature
 
 
* Nginx Reverse Proxy
 
* Nginx Reverse Proxy
 
** PhpMyAdmin blocks removed from primary config nginx config file and converted to a snippet
 
** PhpMyAdmin blocks removed from primary config nginx config file and converted to a snippet
 
** Mobile and API version paths can be enabled/disabled via its env file
 
** Mobile and API version paths can be enabled/disabled via its env file
* Refactored ivs-valt-appliance's method of adding/removing baseline firewall rules to be more efficient
 

Latest revision as of 15:50, 19 March 2026

March ___, 2026

Application Features

  • CUE Web Applicatoin
  • Cameras can now utilize encrypted HTTPS web requests


General Fixes

  • Fixed issue that showed the session ID in client web requests to socket.io
  • Fixed issue that allowed web navigation to specific paths for non-existing directories in production environments
  • Fixed "tabnabbing" vulnerability issue in the login page footer
  • Fixed issue where Zoom Integration would intermittently fail to sync some Zoom recordings
  • Fixed issue in Observe where starting a recording and setting the author as a different user whose video access that user does not have access to would see the following symptoms:
    • User gets redirected to the Home page
    • When user attempts to observe that room again, they see a loading triangle for an indefinite amount of time
  • Fixed issue in Review where applying a Filter that specified a date/date-range would not override the existing Review page date filter
  • Fixed issue in Admin > Templates where re-ordering a template's fields and saving it did not reflect the updated order of fields


Technical Changes

  • Updated directory structure for Docker-mounted-volumes to separate data by containers' data, logs, and config
  • Removed userland-proxy/docker-proxy bridge for Docker daemon
  • Refactored ivs-valt-appliance's method of adding/removing baseline firewall rules to be more operationally efficient
  • Updated method to managing firewall rules for UDP ports required for Wowza Streaming Engine's WebRTC feature
  • Expanded Wowza Streaming Engine's UDP port range to 6750 - 15000
  • Nginx Reverse Proxy
    • PhpMyAdmin blocks removed from primary config nginx config file and converted to a snippet
    • Mobile and API version paths can be enabled/disabled via its env file