How to hide version number of AMS
Hi.
Does anyone know how to hide version number of Adobe Media Server, when send a http post request to port 1935?
Here is sequence for how to show version number.
(1) Connect to AMS server
> telnet localhost 1935
(2) Send HTTP Request (POST Method)
> POST /open/1 HTTP/1.1
(3) AMS responses like this
HTTP/1.1 200 OK
Server : FlachCom/5.0.6
I want to hide the 'FlashCom/5.0.6'.
I know that I can hide the version number via disabling RTMPT protocol, but I need to use RTMPT.
Thanks.
