针对点播流,可以在管理界面做如下配置,把cupertinoPacketizeAllStreamsAsTSVOD参数设置为True:
也可以在[install-dir]/conf/[application]/Application.xml文件的HTTPStreamer/Properties中添加以下属性:
<Property> <Name>cupertinoPacketizeAllStreamsAsTS</Name> <Value>true</Value> <Type>Boolean</Type> </Property>
针对直播流,可以在管理界面做如下配置,把cupertinoPacketizeAllStreamsAsTS参数设置为True:
也可以在[install-dir]/conf/[application]/Application.xml文件的LiveStreamPacketizer/Properties中添加以下属性:
<Property> <Name>cupertinoPacketizeAllStreamsAsTS</Name> <Value>true</Value> <Type>Boolean</Type> </Property>