Skip to main content
March 19, 2012
Answered

Allow FMS to accept only RTMP requests

  • March 19, 2012
  • 1 reply
  • 1107 views

I need to configure FMS server so that it will listen to only RTMP request and disable other services like HDS and PLD.

What configuration is required for this arrangement?

This topic has been closed for replies.
Correct answer NpComplete

If you want to disable HDS/HLS, disable these lines in the Apache->conf->httpd.conf file

LoadModule f4fhttp_module modules/mod_f4fhttp.so   => For disabling HDS-Live

LoadModule hlshttp_module modules/mod_hlshttp.so  => For disabling HDS-Vod

LoadModule jithttp_module modules/mod_jithttp.so       => For disabling HLS

Put # in front like this

#LoadModule f4fhttp_module modules/mod_f4fhttp.so

Or you may set these values to "false" in apache->conf->httpd.conf

HttpStreamingEnabled

HLSHttpStreamingEnabled

HLSHttpStreamingEnabled

HttpStreamingJITPEnabled

Restart FMSHttpd ..

1 reply

NpCompleteCorrect answer
Adobe Employee
March 19, 2012

If you want to disable HDS/HLS, disable these lines in the Apache->conf->httpd.conf file

LoadModule f4fhttp_module modules/mod_f4fhttp.so   => For disabling HDS-Live

LoadModule hlshttp_module modules/mod_hlshttp.so  => For disabling HDS-Vod

LoadModule jithttp_module modules/mod_jithttp.so       => For disabling HLS

Put # in front like this

#LoadModule f4fhttp_module modules/mod_f4fhttp.so

Or you may set these values to "false" in apache->conf->httpd.conf

HttpStreamingEnabled

HLSHttpStreamingEnabled

HLSHttpStreamingEnabled

HttpStreamingJITPEnabled

Restart FMSHttpd ..