Here are some potential clues. The server shows it binding to both ports at startup.
Code:
INFO vhost comment _defaultVHost_ Bind attempt ([any]:1935:4)
INFO vhost comment _defaultVHost_ Bind successful ([any]:1935)
INFO vhost comment _defaultVHost_ Bind attempt ([any]:554:4)
INFO vhost comment _defaultVHost_ Bind successful ([any]:554)
I cannot connect to the stream on 554 if whether or not I specify the 554 in the address (.20/live) or (.20:554/live).
When I browse to http://204.42.28.20:1935 in my Internet browser, I get this:
Code:
Wowza Media Server 2 Developer 2.1.2 build24878
When I browse to http://204.42.28.20:554 I get this:
Code:
RTSP/1.0 505 Protocol Version Not Supported
Date: Wed, 29 Sep 2010 20:00:49 GMT
Server: WMServer/9.1.1.5000
That at least proves that port 554 is open and the server is listening on it. I am just not sure if it is supposed to say Protocol version not supported or not?