Wowza Streaming Engine™ media server software can control video and audio PID and streamIDs used when streaming out using MPEG-TS. To control the values, add the following properties to the Streams/Properties container in [install-dir]/conf/[application]/Application.xml (be sure to add these properties to the correct <Properties> container, as there are several in the file):
<Property>
<Name>mpegtsOutVideoPID</Name>
<Value>500</Value>
<Type>Integer</Type>
</Property>
<Property>
<Name>mpegtsOutVideoStreamID</Name>
<Value>224</Value>
<Type>Integer</Type>
</Property>
<Property>
<Name>mpegtsOutAudioPID</Name>
<Value>501</Value>
<Type>Integer</Type>
</Property>
<Property>
<Name>mpegtsOutAudioStreamID</Name>
<Value>225</Value>
<Type>Integer</Type>
</Property>




