On Tue, 2006-11-14 at 00:59 +0100, やすえ けん wrote:

I'm sorry, is there a way to call you somehow in English? I can't type
ideograms :) 

> 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');

8090 port you specified is for http connections. In AS code use RTMP
port, that is, 1935

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

It's misunderstanding of ports purposes.
-- 
Michael,

puts self.inspect # => { Flex, Red5, Java, Ruby, insomnia } 


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

Reply via email to