Hi,
when a user tries on the browser http://server_IP:1935 he received the message that it is wowza monthly edition or similar,is there a way to edit this text and input our company name?
Thanks
Hi,
when a user tries on the browser http://server_IP:1935 he received the message that it is wowza monthly edition or similar,is there a way to edit this text and input our company name?
Thanks
Hello there.
You can create your own HTTPProvider to achieve this. Something along these lines:
<HTTPProvider>
<BaseClass>com.yourmodule.path.MYHTTPVersion</BaseClass>
<RequestFilters>*</RequestFilters>
<AuthenticationMethod>none</AuthenticationMethod>
</HTTPProvider>
Take a look at these guides to get an idea:
How to disable display of Wowza Media Server version number
The Wowza IDE shows how to create an HTTPProvider
Kind regards,
Salvadore
thank you.
Your welcome, please let us know if there is anything else we can assist you with in the future.
Kind regards,
Salvadore