Hi,

I have a problem with RTSP streaming over UDP because of port forwarding.
I think I have found a reason using WireShark, but I need someone to confirm and/or suggest a solution.

1. Internet client sends UDP packet from IP A : 555
2. Packet is received and forwarded from inner router IP B : [random port 777] to local Wowza IP
3. Wowza starts sending video to B : 555
4. Packets are not forwarded to client outer ip A, because forwarding table expects 777 but not 555

How do I handle this situation?

Thanks.