What steps will reproduce the problem?
1.
server is running locally on localhost:1935 (default)
2.
flex application uses the following code to connect:
connection = new NetConnection();
connection.connect('rtmp://localhost');
3.
What is the expected output? What do you see instead?
I expected the status to be NetConnection.Connect.Success
but instead it is:
NetConnection.Connect.Failed
on the server side I can see the client connects, and the following message
appears in the console:
CONNECT {app => AString(), fpad => ABool(false), audioCodecs =>
ANumber(3191), videoCodecs => ANumber(252), pageUrl => AUndefined, swfUrl
=> AUndefined, tcUrl => AString(rtmp://localhost), capabilities =>
ANumber(15), objectEncoding => ANumber(3), flashVer => AString(LNX
10,0,12,36), videoFunction => ANumber(1)}
What version of the product are you using? On what operating system?
ubuntu, 8.10,
flashplayer 10
thx, regards
danielz
Original issue reported on code.google.com by danielze...@gmail.com on 10 Jun 2009 at 7:20
Original issue reported on code.google.com by
danielze...@gmail.com
on 10 Jun 2009 at 7:20