# Instruct wowza to listen on UDP port via RESET

**URL:** https://community.wowza.com/t/instruct-wowza-to-listen-on-udp-port-via-reset/45566
**Category:** Wowza Developer Dojo
**Created:** [September 14, 2015, 11:23am UTC](https://community.wowza.com/t/instruct-wowza-to-listen-on-udp-port-via-reset/45566 "2015-09-14T11:23:05Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Paul\_Skinner](https://avatars.discourse-cdn.com/v4/letter/p/76d3ee/32.png) [@Paul\_Skinner](https://community.wowza.com/u/Paul_Skinner)
#### Post date: [September 14, 2015, 11:23am UTC](https://community.wowza.com/t/instruct-wowza-to-listen-on-udp-port-via-reset/45566/1 "2015-09-14T11:23:05Z")

</div>

Hey Guys,

Is it possible via the rest API to ask wowza to open a port and listen for RTP data via UDP?

I know you can create a module and a http listener to do this. But I was wondering if its possible via the standard REST API?

Thanks

---

<div class="post-metadata">

### Author: ![Zoran](https://sea2.discourse-cdn.com/flex002/user_avatar/community.wowza.com/zoran/32/385_2.png) [@Zoran](https://community.wowza.com/u/Zoran)
#### Post date: [September 17, 2015, 4:03pm UTC](https://community.wowza.com/t/instruct-wowza-to-listen-on-udp-port-via-reset/45566/2 "2015-09-17T16:03:57Z")

</div>

Hi,

If I understood your question, you would like to have Wowza connect to an RTP/UDP incoming stream, whenever you send such an instruction using the REST API.

If this is correct, then you can achieve this with several requests, using the examples provided in the “[Stream Management](https://www.wowza.com/docs/how-to-use-curl-to-query-wowza-rest-api#streams)” section of the “[How to use cURL to query Wowza REST APIs](https://www.wowza.com/docs/how-to-use-curl-to-query-wowza-rest-api)” forum article.

You will first need to **[Add a stream file](https://www.wowza.com/docs/how-to-use-curl-to-query-wowza-rest-api#addstreamfile)** using the IP:port stream information (udp://ServerIP:port)

Then, you will need to publish that stream using the [**Connect a stream file**](https://www.wowza.com/docs/how-to-use-curl-to-query-wowza-rest-api#connectstreamfile) REST API calls.

Zoran

---

<div class="post-metadata">

### Author: ![Paul\_Skinner](https://avatars.discourse-cdn.com/v4/letter/p/76d3ee/32.png) [@Paul\_Skinner](https://community.wowza.com/u/Paul_Skinner)
#### Post date: [September 18, 2015, 10:53am UTC](https://community.wowza.com/t/instruct-wowza-to-listen-on-udp-port-via-reset/45566/3 "2015-09-18T10:53:25Z")

</div>

Great, Thanks! I will give that a try
