Wowza Community

MPEG-TS output over UDP (not in RTP_

Can Wowza streaming be configured to always output MPEG-TS over UDP not wrapped in RTP, but in straight UPD push?

https://www.wowza.com/docs/how-to-generate-and-control-mpeg-ts-output-for-set-top-boxes mentions a setting “rtpWrapMPEGTS”. Would it do UDP push (not in RTP) if set to false?

Hi @David Bukhan you do not have to wrap the MPEG-TS at all, you can push it straight through. You can also configure it this way in the manager if you’re interested:

    • RTP Wrap - Select this option to wrap the MPEG-TS stream in RTP, otherwise leave this option clear. If your destination server expects or requires the MPEG-TS stream to be sent using the RTP protocol, then you must enable RTPWrap.

https://www.wowza.com/docs/how-to-use-mpeg-ts-to-distribute-live-streams

I hope this helps you.