Difference between revisions of "VALT 6.4.13"

From IVS Wiki
Jump to: navigation, search
 
Line 5: Line 5:
 
* Updated Wowza configuration variable to no longer set WEBSITE_URL to the VALT_INSTANCE_IP if it is an application server using HTTP
 
* Updated Wowza configuration variable to no longer set WEBSITE_URL to the VALT_INSTANCE_IP if it is an application server using HTTP
 
* Updated Node configuration variable to utilize ipv4 instead of ipv6
 
* Updated Node configuration variable to utilize ipv4 instead of ipv6
* Sanitized Web and Wowza configuration variable to force all values to be lowercased
+
* Sanitized Web and Wowza configuration variable to force values of HOST to be lowercased
 
* Sanitized VALTFunctions script to correctly execute docker and iptables commands as sudo
 
* Sanitized VALTFunctions script to correctly execute docker and iptables commands as sudo

Latest revision as of 15:08, 22 May 2025

May 22nd, 2025

Technical

  • Updated Wowza Streaming Engine REST API to use digest authentication and sha256 password encoding
  • Updated Wowza configuration variable to no longer set WEBSITE_URL to the VALT_INSTANCE_IP if it is an application server using HTTP
  • Updated Node configuration variable to utilize ipv4 instead of ipv6
  • Sanitized Web and Wowza configuration variable to force values of HOST to be lowercased
  • Sanitized VALTFunctions script to correctly execute docker and iptables commands as sudo