Hi, now I hava an another problem...

I must working port of Red5 because of my hosting issues.
With Red5 v0.5 it works good but with 0.6rc1(r1533) look there is 
some problem, or my configuration is bad.
I changed ony red5.properties like that.

rtmp.host_port = 0.0.0.0:8090
debug_proxy.host_port = 0.0.0.0:1936
proxy_forward.host_port = 127.0.0.1:1935
rtmps.host_port = 127.0.0.1:1945
http.host=0.0.0.0
http.port=5080
rtmpt.host=0.0.0.0
rtmpt.port=8088

I tested in Windows XP ,Eclipse 3.2, JDK1.50.
And with "netstat -a" command it does work in 8090, 
but when I attemp to connect in ActionScript, NetConnection.onStatus
returns this.

NetConnection.Connect.Rejected
NetConnection.Connect.Closed

The statement to connect is below.

nc.connect('rtmp://localhost:8090/test');


I don't know must I change another configration file, or it is bug in red5.

Please lead me if I must change another file...

Thanks.





_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org

Reply via email to