# MPEG-TS output

**URL:** https://community.wowza.com/t/mpeg-ts-output/35604
**Category:** Wowza Streaming Engine
**Created:** [October 13, 2010, 8:41pm UTC](https://community.wowza.com/t/mpeg-ts-output/35604 "2010-10-13T20:41:11Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![LU\_Bolden](https://avatars.discourse-cdn.com/v4/letter/l/ecc23a/32.png) [@LU\_Bolden](https://community.wowza.com/u/LU_Bolden)
#### Post date: [October 13, 2010, 8:41pm UTC](https://community.wowza.com/t/mpeg-ts-output/35604/1 "2010-10-13T20:41:11Z")

</div>

Can the Wowza Server 2 output a simple mpeg-ts multicast stream from files? For example can it send out a upd://234.252.0.1:5000 stream?

---

<div class="post-metadata">

### Author: ![Roger\_Littin](https://avatars.discourse-cdn.com/v4/letter/r/d26b3c/32.png) [@Roger\_Littin](https://community.wowza.com/u/Roger_Littin)
#### Post date: [October 14, 2010, 5:55am UTC](https://community.wowza.com/t/mpeg-ts-output/35604/2 "2010-10-14T05:55:52Z")

</div>

Yes it can. Look at the following module as a starting point.

[https://www.wowza.com/docs/how-to-get-rtppusher-addon-multicast-and-unicast-streams-to-udp-and-rtsp](https://www.wowza.com/docs/how-to-get-rtppusher-addon-multicast-and-unicast-streams-to-udp-and-rtsp)

If you are looking to build your own module then this is the main code bits that you will need.

[https://www.wowza.com/docs/how-to-push-a-native-rtp-or-mpeg-ts-stream-using-rtputils-api](https://www.wowza.com/docs/how-to-push-a-native-rtp-or-mpeg-ts-stream-using-rtputils-api)

---

<div class="post-metadata">

### Author: ![Richard\_Lanham](https://avatars.discourse-cdn.com/v4/letter/r/c68b51/32.png) [@Richard\_Lanham](https://community.wowza.com/u/Richard_Lanham)
#### Post date: [October 14, 2010, 11:46am UTC](https://community.wowza.com/t/mpeg-ts-output/35604/3 "2010-10-14T11:46:29Z")

</div>

And here is another package in this category:

[https://www.wowza.com/docs/how-to-push-streams-to-cdns-and-other-services-push-publishing](https://www.wowza.com/docs/how-to-push-streams-to-cdns-and-other-services-push-publishing)

Richard
