Skip to main content
Known Participant
December 11, 2012
Question

error #2044

  • December 11, 2012
  • 1 reply
  • 782 views

I need some help i am a bit of a novice. I have installed Flash Media Development Server 4.5  In the FMS directory i created a new  folder called exampleTest. In Flash CS6  i wrote just  a few lines of code trying to connect exampleTest up however the connection It failed. In the output panel i got...

error #2044 unandled NetStatusEvent:. level=error, code NetConnection.Connect.Rejected at untitled_fla::MainTimeline/frame1()

I dont think this is a firewall issue. I think my UDP port 1935 is open.  I am not sure what has caused this error.

This is a little frustrating so if you can offer advice to fix this that just be great! Thanks

    This topic has been closed for replies.

    1 reply

    flashas3Author
    Known Participant
    December 12, 2012

    Sorry guys just a quick reply. I checked  the rtmfp connectivity to see if the UDP port was open and the checker response was:

    No - Knows public IP address of self (no NAT)

    Yes - public UDP port number same as local UDP port number

    Yes  - Can receive from same IP address, same UDP port number

    No - Can receive from same IP address, different UDP port number

    No - Can receive from different IP address, different UDP port number

    Yes - Can send to different IP address,  after server introduction

    Yes - Source IP address is preserved from original  connection

    Yes - Source UDP port numberis preserved from original connection

    Interested to hear your thoughts.

    December 12, 2012

    Hi,

    Port 1935 is open else "NetConnection.Connect.Rejected" would not have come. I think there is some problem with your code. You can check edge log as well as ss application log for more inormation. If you are still not able to figure out then can you please share the client side as well as server side code.