Due to security issues some firewalls restrict traffic through non-standard ports. By default Wowza Media Server binds to port 1935. You can easily setup additional ports by editing Vhost.conf in your installation configuration directory. I usually set up port 80, 443 and 1935. Be sure that no other services bind to these ports already.
[…]
<HostPort>
<ProcessorCount>4</ProcessorCount>
<IpAddress>*</IpAddress>
<!-- Separate multiple ports with commas -->
<!-- 80: HTTP, RTMPT -->
<!-- 554: RTSP -->
<Port>1935,443,80</Port>
</HostPort>
[…]
NetConnectionSmart is a NetConnection replacement for Flash which simplifies connecting to Wowza by trying different ports.