[Red5] some problems with my red5 app
David Tannenbaum
david.tannenbaum at kizash.com
Sat Mar 24 02:06:58 EST 2007
working hard putting together a red5 application.
2 things.. I am having problems with
I am trying to use makeConnection() to connect automatically. It works
fine when I test locally... but when I put it up on the server-- it
doesn't connect. I need to manually connect with the Xray connector.
Any hints?
// connect automatically
connector.makeConnection();
Also-- I'm using webcam footage.. however, I find when I put the
Camera.get(); in the main.as -- it connects unreliably... however, if I
place it on an onClipEvent(load), it works 100% of the time. Any reason
why the Camera.get() would be unreliable in an external actionscript file?
Any suggestions on the above would be appreciated.
More information about the Red5
mailing list