wotwot / haxevideo

Automatically exported from code.google.com/p/haxevideo
0 stars 0 forks source link

I cannot connect from flex3 #29

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
That might be a security issue, try to use flash debug player to get security 
exceptions.

Original comment by ncanna...@gmail.com on 30 Jun 2009 at 7:19