Skip to content

Commit c33615a

Browse files
committed
temporarily enable TS packetizing for City Arts only
ref AP-484
1 parent 89589bd commit c33615a

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

WowzaStreamingEngine/conf/City/Application.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,11 @@
169169
<HTTPStreamer>
170170
<!-- Properties defined here will override any properties defined in conf/HTTPStreamers.xml for any HTTPStreamer loaded by this applications -->
171171
<Properties>
172+
<Property>
173+
<Name>cupertinoPacketizeAllStreamsAsTS</Name>
174+
<Value>true</Value>
175+
<Type>Boolean</Type>
176+
</Property>
172177
</Properties>
173178
</HTTPStreamer>
174179
<Manager>

WowzaStreamingEngine/conf/CityArts/Application.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,11 @@
169169
<HTTPStreamer>
170170
<!-- Properties defined here will override any properties defined in conf/HTTPStreamers.xml for any HTTPStreamer loaded by this applications -->
171171
<Properties>
172+
<Property>
173+
<Name>cupertinoPacketizeAllStreamsAsTS</Name>
174+
<Value>true</Value>
175+
<Type>Boolean</Type>
176+
</Property>
172177
</Properties>
173178
</HTTPStreamer>
174179
<Manager>

0 commit comments

Comments
 (0)