========================================
Changes in Wowza Streaming Engine 4.0.3 Build 10989

	* Fixed the default H.264 default transcoder
    * Fixed Wowza Streaming Engine Manager saving incorrect values (upper vs. lower case) for implementation and profile in transcoder templates
    * Fixed bug where IStreamRecordManagerActionNotify.onCreateRecord was called instead of calling IStreamRecordActionNotify.onCreateRecorder()
    * Modified StreamRecorder to check the outputFile parameter for an .mp4 or .flv file extension and if missing, add one based upon the fileFormat parameter
    * Fixed ajp13 port improperly binding to tcp port 1 instead of disabling it by setting it to -1 in the startmgr.sh file
    * Added java option for Wowza Streaming Engine Manager to prefer IP4 v4 stack (preferIPv4Stack=true)
    * Removed call to VBS script that checked JAVA_HOME environment variable when running as a service. If the JAVA_HOME variable was incorrect, it would hang the service with attempts to query the user (which they weren't aware of). Replaced with more checks in batch files and added logging to batch.log in the bin folder to help diagnose issues when running as a service on Windows
    * Fixed issue where Streaming Engine and Streaming Engine Manager in different time zones prevented users from signing in to Wowza Streaming Engine Manager
    * Fixed RTMP reconnect timeout logic for Push Publishing to Akamai
    * Fixed SanJose, Smooth, and DASH to correctly handle the wowzaPlayStart and wowzaPlayDuration manifest URL query parameters for VOD streaming using SMIL files
    * Fixed MPEG-DASH VOD streaming so it provides correct segment duration values in the manifest for content with 44.1kHz audio
    * Added integer Streams/Properties property nameGroupRemoveDelayTime that controls when stream name groups are deleted (value in milliseconds, default is zero, values less than zero will turn off removal of stream name groups)
    * Added integer VHost/Properties property startupStreamsDelayTime to control the delay time (milliseconds) between streams started in StartupStreams.xml (default is zero)
    * Improved startup streams system to use handler thread pool thread for starting streams
    * Fixed transcoder decoder shutdown leak with default H.264, MP2, and MP4 decoders
    * Fixed transcoder memory leak with default H.264 encoder
    * Fixed NVENC H.264 encoder to properly use bitrate setting specified in transcoder template
    * Added new pushPublishDefaultAkamaiDomainSuffix property to allow the default Akamai domain suffix ("akamaihd.net") to be modified for HLS streams being pushed
    
