Streams internally but not externally.
We have FMS 3 on a server I'll call "Streamer" We have a public webserver running IIS on a server I'll call "Web Server". We host our website on Web Server, and both Streamer and Web Server are behind our firewall.
I made a page on Web Server with a flash file that has a Player which goes to rtmp://Streamer:1935/vod/media/steaming_video.flv
When we navigate to www.domain.com/test.html (which has the embedded video) from inside the network, we get the video streamed to us. However, when we get a laptop with an aircard connection up (to simulate a request from the web), the user gets a blank flash file with no video whatsoever.
On Streamer, the log file shows the IP address of my PC (the PC that made the request from the video inside the network) so that makes sense. But it shows no other request being made (like when the laptop/aircard made the request from the web).
We used wire shark and sure enough it showed that from Web Server to Streamer, there was traffic when it packet captured the internal request. But there was no traffic when the public request was made.
Our troubleshooting with our firewall company stated this issue is not a fault of any rule in the firewall, and say the error exists at the "application" level. Does anyone have any suggestions I can try?
