ActionScript3 - how to handle NetConnection.Connection.Failed

1.2k views Asked by At

I have a video streaming app, and it uses Flash AS3. It keeps getting a NetStatusEvent of "NetConnection.Connection.Failed", when i try to use it in my Windows Testing environment. I need to make it work in my testing environments before i can launch this product. How do i diagnose this problem? What are common causes of this problem?

Thanks In Advance, Ari Amiri

1

There are 1 answers

3
Mrugesh On

Please given below check just verify:

  1. Check URI with proper accesible IP Address
  2. Check Firewall issue
  3. check the Port 1935 is open or blocked in your server for RTMP
  4. Check Server Streaming Server (RTMP Supporting Server Setup)