Skip to main content
Known Participant
July 21, 2011
Question

FMS Streaming

  • July 21, 2011
  • 1 reply
  • 529 views

Hi

I managed to make a local streaming (connection) to the server,by seting the FME at rtmp://localhost(or my IP)/live!

But now i want to make a non local streaming!How is this possible to be done?Can you please explain me the way to do a non local live streaming?

Thanks in advance!

    This topic has been closed for replies.

    1 reply

    Participating Frequently
    July 21, 2011

    In order to do non-local streaming you just need to below steps:

    1. Make sure ports 1935 and 80 are open so that incoming rtmp traffic on this ports is allowed
    2. If you have public IP - make sure FMS binds to that IP. You can do that by modifying fms.ini as below
      • Change ADAPTOR.HOSTPORT = :1935,80 to ADAPTOR.HOSTPORT = <public IP>:1935,80
      • If you do above config change - restart the server

    If you have done above steps - you should be able to connect your server from any other machine using URI : rtmp://<publicIP>/<appName>

    Known Participant
    July 22, 2011

    My ports are not opening!I have done several times the port forwarding method but my ports stay closed!What should i do?