I've made a virtual machine in Windows Azure. Installed Java SE 6 build 33 JDK, Installed Red5 server version 0.9.1 (the latest version 1.0 rc2 did not work).
Now locally the red5 server works perfectly. I installed a demo and that is working fine. If I want to call the Red5 server from another machine I can't get that to work.
I enter the public IP address from the virtual machine in the red5.properties file. I've setup the firewall to open ports: 1935, 1936, 1945, 5080, 8088 and I've setup the same endpoints in Windows Azure.
If I call the public IP with the port 5080 (http://168.63.23.20:5080) nothing happends.. Not even the standard Red5 homepage. If I call the IP without post 5080 IIS shows the standard IIS homepage so the machine can be called from the internet.
Anyone knsows what I doing wrong?
Thanks.