Skip to main content
Participant
October 2, 2011
Question

FMS 4, Can't mak make NetStream to work remotely with RTMP

  • October 2, 2011
  • 1 reply
  • 1165 views

Hi,

We are working with FMS 4 server for a while for a 2 directions video application, and it works great with rtmp.

We now want to use its rtmfp abilities after we used Cirrus for testing in the last few days and it also worked well.

Locally - everything is working fine, but when we try the application on the remote server - we have some problems.

Each side get the NetStatusEvent code "NetConnection.Connect.Success" and "NetStream.Publish.Start" when publish starts.

However, when we are trying to play the stream, nothing happens. (Locally, we are getting "NetStream.Play.Start" and "NetStream.Play.Reset" - remotely: nothing).

I did open ports 1024-65535 UDP on the server and since we are able to connect Cirrus, I believe the clients are fine.

I also changed the Adaptor.xml HostPort element to

<HostPort public="xxx.xxx.xxx.xxx:19350-65535">:19350-65535</HostPort> where xxx.xxx.xxx.xxx is the same public IP of our FMS Server as the one used by the client.

Again, it is working beautifully both locally and with Cirrus. RTMP also works well with the remote server.

What am I missing?

This topic has been closed for replies.

1 reply

davidynAuthor
Participant
October 2, 2011

Obviously the "mak make" is a copy-paste mistake. Sorry for that

Participating Frequently
October 4, 2011

Can you just check this link: http://help.adobe.com/en_US/flashmediaserver/configadmin/WSdb9a8c2ed4c02d261d76cb3412a40a490be-8000.html#WS829c643386b9152167c57eb5131f88a5f28-7fff and make sure you are doing or have set everything properly. If you have already done that - please ignore. Do let me know if you have already gone through this link and have set up everything properly and its still not working.

Also have you checked http://cc.rtmfp.net/ - this is RTMFP connectivity checker - try it out - you will know if things are set up properly.

davidynAuthor
Participant
October 4, 2011

Thank you.

I've already walked thru the link you suggested. We also changed the server so it wont be behind NAT at all.

The rtmfp checker is also well known and all the lights are nicely green there...

Any other idea?