connecting failure begin again!!
about before 1~2 hours,
cirrus server began fail connect.
i confirmed there change of url types ( stratus.adobe.com -> rtmfp://p2p.rtmfp.net/)
and changed code this.
-------------------------------------------------------------------------------------
var cirrusaddress:string = "rtmfp://p2p.rtmfp.net";
var developerkey:string = "92f09b4a9d004------"; //hiding key.
var netconnection:netconnection;
netconnection = new netconnection();
netconnection.addeventlistener(netstatusevent.net_status,netconnectionhandler);
netconnection.connect(cirrusaddress, developerkey);
function netconnectionhandler(e):void
{
trace(e.info.code)
}
---------------------------------------------------------------------------------------
but code doesn`t work.
please me.
i can connect using cirrus sample application, , logs indicate no problems nor around when posted. see many many people connecting cirrus right , throughout day (in fact, going week, things fine).
no changes made cirrus.
please try cirrus sample application:
http://labs.adobe.com/technologies/cirrus/samples/
make sure can ping p2p.rtmfp.net. try connectivity checker @ http://cc.rtmfp.net , see if sheds diagnostic light on situation.
More discussions in Cirrus
adobe
Comments
Post a Comment