Quote:
Originally Posted by thinktink
Is it possible to use PTS on a WoWza media server RTMP mp4 source? If you can, what would the playlist.xml entry look like?
|
I think its possible. By default Wowza Media Server will align streams on PTS. If DTS values are aligned but the PTS not, you can add this Property to /conf/[app-name]/Application.xml /LiveStreamPacketizer/Properties
code:
<Property>
<Name>chunkBreakOnPTS</Name>
<Value>false</Value>
<Type>Boolean</Type>
</Property>