アプリケーションのApplication.xmlに変更設定が必要です。ミリ秒単位で各チャンクの時間を設定します -
cupertinoChunkDurationTargetは:
https://www.wowza.com/forums/content.php?88-How-to-configure-Apple-HLS-packetization-(cupertinostreaming)
あなたは、これらのパラメータを変更する必要があります。 Origin/Edge設定を使用している場合は、OriginとEdgeで一致する値を設定する必要があります。
cupertinoMaxChunkCount - 利用可能なチャンクリストに格納されているチャンクの最大数を設定します。
cupertinoPlaylistChunkCount - プレイリストに返されるアイテムの数を設定します。
<LiveStreamPacketizer>
<!-- Properties defined here will override any properties defined in
conf/LiveStreamPacketizers.xml for any LiveStreamPacketizers loaded by this applications -->
<Properties>
<Property>
<Name>cupertinoChunkDurationTarget</Name>
<Value>2000</Value>
<Type>Integer</Type>
</Property>
<Property>
<Name>cupertinoMaxChunkCount</Name>
<Value>2</Value>
<Type>Integer</Type>
</Property>
<Property>
<Name>cupertinoPlaylistChunkCount</Name>
<Value>2</Value>
<Type>Integer</Type>
</Property>
<Property>
<Name>cupertinoRepeaterChunkCount</Name>
<Value>2</Value>
<Type>Integer</Type>
</Property>
</Properties>
</LiveStreamPacketizer>
:10秒の遅延 -
私の構成では、8を得ます