Wowza Community

rtsp rtp destination address

Hello.

I receive rtsp Video-On-Demand stream, and I need to specify custom rtp destination address and port.

According to RTSP specification client can specify rtp destination address (https://www.ietf.org/rfc/rfc2326.txt)

I send to Wowza rtsp server in SETUP request:

<…>destination=192.168.6.1;client_port=13000-13004<…>

, but rtp streams don’t come to 192.168.6.1.

Does Wowza support this feature?

Hi ,

No, Wowza doesn’t support client’s specifying a destination address because it could be used to initiate a dos attack.

From Page 58 of the RFC:

A server SHOULD not allow a client to direct media streams to an address that differs from the address commands are coming from.