Wowza Community

Announcing RTP Stream (and UDP Port Negotiation) using REST API

(Moderator, please move this thread to the Wowza 4 Forums. Sorry about that.)

I have two questions:

  1. Is it possible to announce an RTP stream using the REST API? I guess this involves PUTting the SDP file with a REST call, but I couldn’t find any documented example of this.

  2. Is it possible to negotiate RTP/UDP ports via the REST API? This is needed to prevent multiple sources from streaming to the same destination UDP port.

Thanks.

Hello

The REST API is operational in the sense that you can complete many CRUD operations against the server (in the same way that the Wowza Engine Manager leverages the API). So for the two elements listed here, would be best placed within the Java API via module or server listener etc.

Thanks,

Matt

@Matt Young is this at all possible using the REST API (v4.7+). Thanks.

Hi @Uvin Withana, Matt is no longer with Wowza, but I did check with the engineers for you and they said that by default, engine will announce different ports per rtp stream.

Hi @Rose Power-Wowza Community Manager, thanks. Regarding question 1 above, can the REST API be used to add SDP files into wowza. I could not find this in the documentation.