Wowza Transcoder 插件有一个默认的750毫秒的排序缓存。这个缓存的目的是为了得到完整的图像帧数据后再进行转码或转码率。你可以在[install-dir]/conf/[application]/Application.xml文件的Transcoder/Properties增加对这个排序缓存的时间进行控制:
<Property> <Name>sortPackets</Name> <Value>true</Value> <Type>Boolean</Type> </Property> <Property> <Name>sortBufferSize</Name> <Value>750</Value> <Type>Integer</Type> </Property>了解更多Wowza产品的细节