Version: Wowza Media Server 2.1.1 patch1

Installation
Copy contents (not the entire folder just the contents) of 
"bin", "conf", "examples" and "lib" folders into installed server folders. Remake
any configuration changes that you made.

The install directory ([install-dir]) on the different platforms:

Windows (default): C:\Program Files\Wowza Media Systems\Wowza Media Server 2
OSX: /Library/WowzaMediaServer
Linux, Unix, Solaris: /usr/local/WowzaMediaServer

Changes

Wowza Media Server 2.1.1 patch1
* Added DatagramConfiguration/MulticastInterfaceAddress configuration item to conf/VHost.xml to control the network interface used when joining a multicast group
* Added RTPStream.getIOPerformance() API
* Added Cupertino support for forceH264BaselineProfile to video on demand streaming (HTTPStreamer/Properties container - live and on demand)
* Added repeaterStreamType property to smoothstreaming HTTP streamer in conf/HTTPStreamers.xml
* Added support for cookies in RTPSession (RTPSession.getCookieStr())
* Added MediaCaster boolean property rtspFilterUnknownTracks which if true will filter out RTSP/RTP re-streaming tracks that are not video or audio
* Added support for tkhd atom in H.264 file parser
* Added IApplicationInstance.incClientCountTotal();
* Added RTP and HTTPStreamer connections to ApplicationInstance.clientCountTotal and ApplicationInstance.clientRemoveTime
* Added streamType 0x11 to the list of supported AAC stream types
* Enhanced MediaReaderH264 to send empty video frame at end of file
* Enhanced MediaReaderH264 to send empty video frame when doing single frame playback
* Enhanced onMetadata generation for RTSP/RTP, native RTP and MPEG-TS streams
* Changed RTSP/RTP re-streaming code to properly address unicast interleaved streams (RTP/AVP/TCP;unicast;interleaved=0-1)
* Changed RTSP/RTP re-streaming code to turn on rtspUseContentBase by default
* Changed DatagramMaximumPacketSize from 8192 to 4096
* Fixed problem with RTSP/RTP out when using MPEG-TS
* Fixed RTP UDP socket leak
* Fixed RTP UDP recycler thread leak
* Fixed wrapping of sprops data in RTP out
* Fixed RolloverLong to better handle rollover when time values go both forward and backwards
* Fixed Cupertino streaming problem where PPS and SPS NAL units were not inserted properly if an AUD unit existed in the stream (live and vod)
* Fixed problem with RTSP/RTP video on demand pause
* Fixed RTSP/RTP generation of Content-Base to remove query parameter
* Fixed problem with RTSP/RTP re-streaming that was reported as a "video sync error"
* Fixed RTMPT problem with response to /indent2 request (removed extra byte)
* Fixed ping timout and watchdog timeout log messages so they log session information
* Fixed UDP transport layer so that it properly uses max UDP packet size setting from conf/VHost.xml
* Fixed UDP transport layer so that it no longer copies the incoming packets
* Fixed RTPDePacketizerRFC3984H264 depacketizer to use RTP timecode to determine packet breaks
* Fixed memory leak in Cupertino packetizer when packetizing streams with invalid codecs (Ex: VP6 and MP3)
* Fixed memory leak in packetizing mechanism when stream changes codec
* Fixed issues with LATM packetizer when using SBR extension
* Fixed problem with RTSP/RTP tunneling session that are not properly shutdown on timeout
* Fixed problem with IApplicationInstance.startMediaCasterStream(streamName, mediaCasterType) where it was not properly decoding stream type from streamName
* Updated version number to 2.1.2
* Version: 2.1.2 build24878
