I'm trying to allow RTSP to pass through the firewall, using port 554. I'm trying to pass all the traffic to 192.168.200.40.
Basically I'm trying to create a website with a webcam, using the code:
<object CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" width="640" height="384" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">
<param name="qtsrc" value="rtsp://<External-IP>:554/live.sdp">
</object>
This code works using an the internal IP, but fails to connect when using an external IP.
How do I go about doing this? Nothing I have tried works.