Is RTMP the way to go? Firewall issues...

Hi mikhailov,

Progressive Download (Psuedo Streaming) is not supported by Wowza for a variety of reasons. So, you would use your webserver. However, I feel that you should be able to get streaming to work over port 80… and if your firewall is doing packet inspection, then you should be able to use RTMPT.

Did you add port 80 do the default host port in VHost.xml, and restart Wowza?

You should then be able to access your stream like this:

rtmp://[Wowza-IP]:80/vod/mp4:sample.mp4

or,

rtmpt://[Wowza-IP]:80/vod/mp4:sample.mp4

Perhaps an “80” was left out somewhere?

Some good info here: Is it preferable to use different ports for rtmp and rtmpt