Wowza Community

MPEG2-TS video inside RTSP connection

Hi! One of our partners (STB manufacturer) asked if Wowza is able to deliver MPEG2-TS video inside RTSP connection.

He told us that currently Wowza delivers interleaved RTP streams for audio and video and it is not acceptable for him for now.

So, what about MPEG2-TS inside RTSP ?

(Basically I guess the answer is “no”, but probably I’m wrong…)

Try adding these Property settings to the Application.xml /RTP /Properties list:

<Property>
<Name>forceMPEGTSOut</Name>
<Value>true</Value>
<Type>Boolean</Type>
</Property>
<Property>
<Name>rtpWrapMPEGTS</Name>
<Value>true</Value>
<Type>Boolean</Type>
</Property>

Richard

Try adding these Property settings to the Application.xml /RTP /Properties list:

Thank you Richard, it should be what I wanted.