Difference between revisions of "VALT 6.4.13"

From IVS Wiki
Jump to: navigation, search
Line 4: Line 4:
  
 
'''Technical'''
 
'''Technical'''
* Updated Wowza Streaming Engine REST API to use digest authentication and SHA256 password encoding
+
* 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 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 lowercase the value of HOST
 
* Sanitized Web and Wowza configuration variable to force lowercase the value of HOST
 
* Sanitized VALTFunctions script to correctly execute docker and iptables commands as sudo
 
* Sanitized VALTFunctions script to correctly execute docker and iptables commands as sudo

Revision as of 14:13, 22 May 2025

May 22nd, 2025

Application

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 lowercase the value of HOST
  • Sanitized VALTFunctions script to correctly execute docker and iptables commands as sudo