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?