Allow FMS to accept only RTMP requests
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?
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?
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 ..
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.