Hello, I'm having some problems with the communication between the red5 
server(running on solaris) and a flash movie. Red5 server seems to be 
configured fine since I can see the welcome page, but I get no connection to 
the server when I enter the IP address in my flash movie. I realized that there 
was no webapps folder under red5.war, so I had to create it manually. I also 
created a folder called streaming (which is where my application will reside), 
and under it, I created a WEB-INF folder, which in turn has the 
log4j.properties, red5-web.xml, red5-web.properties and web.xml files. Also, 
under webapps, i created a folder named streams, where i put my FLV files and 
my SWF movie 
this is the  AS code.
 
var nc:NetConnection = new NetConnection();
nc.connect("rtmp://3.122.32.85:8180/streaming");
 
thanks and regards!
_______________________________________________
Red5 mailing list
Red5@osflash.org
http://osflash.org/mailman/listinfo/red5_osflash.org

Reply via email to