Difference between revisions of "VALT 6.6.5"

From IVS Wiki
Jump to: navigation, search
 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
'''Application'''
 
'''Application'''
 
* Updated user interface input and button elements to be in compliance with WCAG 1.4.11 requirements
 
* Updated user interface input and button elements to be in compliance with WCAG 1.4.11 requirements
 +
* Fixed issue where changing Information Templates of a record would delete the previously used Information Template
 
* Fixed issue where Information Templates' Image field types were not showing the image if the templates' fields were re-ordered
 
* Fixed issue where Information Templates' Image field types were not showing the image if the templates' fields were re-ordered
 
* Fixed issue where Information Templates could be saved even if it contained a <b>required</b> Audio field type that was not completed
 
* Fixed issue where Information Templates could be saved even if it contained a <b>required</b> Audio field type that was not completed
 
* Fixed issue in Observe where starting a recording, opening a different room, and then returning to the recording room would auto-mute the stream audio
 
* Fixed issue in Observe where starting a recording, opening a different room, and then returning to the recording room would auto-mute the stream audio
 
* Fixed issue in Review where users using a narrow display could side-scroll to the right and see a large amount of empty space in the table
 
* Fixed issue in Review where users using a narrow display could side-scroll to the right and see a large amount of empty space in the table
 +
* Fixed issue in Review where queueing an audio-only or multiview download would notify every user logged into VALT instead of only the user that requested the download
 
* Fixed issue in Admin > Templates that allowed empty option fields for the first field if it was a dropdown type
 
* Fixed issue in Admin > Templates that allowed empty option fields for the first field if it was a dropdown type
 
* Fixed issue in Admin > Templates that allowed Evaluation Templates' options fields to contain more than 255 characters
 
* Fixed issue in Admin > Templates that allowed Evaluation Templates' options fields to contain more than 255 characters
* Fixed issue in Admin > Templates where re-ordering Template fields with multiple field options with an error would not carry any the error messages for that field after re-ordering
+
* Fixed issue in Admin > Templates where re-ordering Template fields with multiple field options with an error would not carry the error messages for that field after re-ordering
  
 
'''Technical'''
 
'''Technical'''
 +
* Added environment variable 'WOWZA_JAVA_HEAP_SIZE' to .wowza.env file to customize the Java heap size capacity
 
* Added environment variable 'WOWZA_JAVA_DIRECT_BUFFER_MEMORY_SIZE' to .wowza.env file to customize the Java direct buffer memory capacity
 
* Added environment variable 'WOWZA_JAVA_DIRECT_BUFFER_MEMORY_SIZE' to .wowza.env file to customize the Java direct buffer memory capacity
* Added environment variable 'WOWZA_JAVA_HEAP_SIZE' to .wowza.env file to customize the Java heap size capacity
 
 
* Modified the Wowza Streaming Engine RTP Outgoing DatagramMaximumPacketSize from 4096 to 1500 to improve WebRTC stream performance quality
 
* Modified the Wowza Streaming Engine RTP Outgoing DatagramMaximumPacketSize from 4096 to 1500 to improve WebRTC stream performance quality

Latest revision as of 10:30, 29 April 2026

April 29th, 2026

Application

  • Updated user interface input and button elements to be in compliance with WCAG 1.4.11 requirements
  • Fixed issue where changing Information Templates of a record would delete the previously used Information Template
  • Fixed issue where Information Templates' Image field types were not showing the image if the templates' fields were re-ordered
  • Fixed issue where Information Templates could be saved even if it contained a required Audio field type that was not completed
  • Fixed issue in Observe where starting a recording, opening a different room, and then returning to the recording room would auto-mute the stream audio
  • Fixed issue in Review where users using a narrow display could side-scroll to the right and see a large amount of empty space in the table
  • Fixed issue in Review where queueing an audio-only or multiview download would notify every user logged into VALT instead of only the user that requested the download
  • Fixed issue in Admin > Templates that allowed empty option fields for the first field if it was a dropdown type
  • Fixed issue in Admin > Templates that allowed Evaluation Templates' options fields to contain more than 255 characters
  • Fixed issue in Admin > Templates where re-ordering Template fields with multiple field options with an error would not carry the error messages for that field after re-ordering

Technical

  • Added environment variable 'WOWZA_JAVA_HEAP_SIZE' to .wowza.env file to customize the Java heap size capacity
  • Added environment variable 'WOWZA_JAVA_DIRECT_BUFFER_MEMORY_SIZE' to .wowza.env file to customize the Java direct buffer memory capacity
  • Modified the Wowza Streaming Engine RTP Outgoing DatagramMaximumPacketSize from 4096 to 1500 to improve WebRTC stream performance quality