Skip to main content
Participating Frequently
March 10, 2011
Question

Disable rtmp

  • March 10, 2011
  • 1 reply
  • 988 views

Is there a way to disable RTMP on the server and allow only rtmpe client ?

    This topic has been closed for replies.

    1 reply

    March 11, 2011

    Hi,

    You can achieve that by explicitly writing logic in your Access plugin to restrict connections with protocols other than rtmpe.

    You can find the plugin code in your samples/plugin/access folder in your FMS installation. Open the solution and write your sample code in it. The FLD_CLIENT_PROTO field in the access plugin gives you the protocol with which any connection is being made to the server.

    So you can check the value for field in your implementation and accept or reject the connection accordingly.

    For more information on using and deploying plugins, you can refer the FMS documentation  - http://help.adobe.com/en_US/flashmediaserver/devguide/WS5b3ccc516d4fbf351e63e3d11a0d662434-7fed.html