Skip to main content
Participating Frequently
June 9, 2010
Question

fms3.5 NetConnection.Connect.Rejected

  • June 9, 2010
  • 1 reply
  • 7805 views

hi all,

today I  install fms3.5 on my pc.

1)I can use rtmp://localhost/vod/mp4:sample2_1000kbps.f4v , it works ok.

But when I use rtmp://192.168.8.3/vod/mp4:sample2_1000kbps.f4v, I got Netconnect.connection.rejected. 192.168.8.3 is my fms server IP.

I was first use fms, who can help me?

2)When I set fms use port 1935 and 80, rtmp://192.168.8.3/vod/mp4:sample2_1000kbps.f4v works ok on other pc. But  using  wireshark(Wireshark is a network protocol analyzer for Unix and Windows.) I found , the flash player connect 1935 port at first, it send "connect",the server replay "connection.rejected" and "no scope "vod" on this server". Than it connect to 80 port, so I see the video is not send throw 1935 port with rtmp, but throw 80 port with rtmpt. Why? How can I see video throw rtmp?

    This topic has been closed for replies.

    1 reply

    Participating Frequently
    June 9, 2010

    I suppose your firewall is on and its blocking rtmp on port 1935. Can you just check your firewall settings, if its on , turn it off and try and see if you can make rtmp at 1935.

    Participating Frequently
    June 9, 2010

    My firewall is off. And I have see flash player complete three handshakes throw 1935 port.  It disconnected after flash player receive connect.reject from fms. And reconnected with 80 port.

    Participating Frequently
    June 9, 2010

    if your firewall is off, can you check if FMS is listening on port meaning check in you FMS edge.00.log that listener on port 1935 started successfully. because flash player would only try port 80 if it cannot make connect at 1935.