To turn on an RTP jitter buffer and to log packet loss add the following properties to the RTP/Properties section of [install-dir]/conf/[application]/Application.xml
<Property>
<Name>rtpDePacketizerWrapper</Name>
<Value>com.wowza.wms.rtp.depacketizer.RTPDePacketizerWrapperPacketSorter</Value>
</Property>
<Property>
<Name>rtpDePacketizerPacketSorterBufferTime</Name>
<Value>500</Value>
<Type>Integer</Type>
</Property>
<Property>
<Name>rtpDePacketizerPacketSorterFlushTime</Name>
<Value>10</Value>
<Type>Integer</Type>
</Property>
<Property>
<Name>rtpDePacketizerPacketSorterLogPacketLoss</Name>
<Value>true</Value>
<Type>Boolean</Type>
</Property>
-
rtpDePacketizerPacketSorterBufferTime: Size in milliseconds of the jitter buffer. This time will add to the overall latency of the live stream.
-
rtpDePacketizerPacketSorterFlushTime: Time in milliseconds the buffer will be flushed.
-
rtpDePacketizerPacketSorterLogPacketLoss: Set to true if you want packet loss to be logged to the Wowza Pro log file.
Charlie
Edit: For Wowza 3.x use the updated article here: https://www.wowza.com/docs/how-to-turn-on-an-rtp-jitter-buffer-and-packet-loss-logging-rtp-and-mpeg-ts