2023.03.24 Wowza 8087端口禁用认证,解决无法获取BPS信息的问题。

This commit is contained in:
limin.zhang 2023-03-24 09:27:16 +08:00
parent f13ab9d1db
commit 568642f904

View File

@ -8,8 +8,9 @@
<IPAddress>*</IPAddress> <IPAddress>*</IPAddress>
<Port>8087</Port> <Port>8087</Port>
<!-- none, basic, digest, remotehttp, digestfile--> <!-- none, basic, digest, remotehttp, digestfile-->
<AuthenticationMethod>basic</AuthenticationMethod> <!--AuthenticationMethod>basic</AuthenticationMethod-->
<!-- cleartext, bcrypt, md5, sha256 --> <AuthenticationMethod>none</AuthenticationMethod>
<!-- cleartext, digest, bcrypt -->
<PasswordEncodingScheme>bcrypt</PasswordEncodingScheme> <PasswordEncodingScheme>bcrypt</PasswordEncodingScheme>
<DiagnosticURLEnable>true</DiagnosticURLEnable> <DiagnosticURLEnable>true</DiagnosticURLEnable>
<SSLConfig> <SSLConfig>
@ -22,7 +23,8 @@
<CipherSuites></CipherSuites> <CipherSuites></CipherSuites>
<Protocols></Protocols> <Protocols></Protocols>
</SSLConfig> </SSLConfig>
<IPWhiteList>127.0.0.1</IPWhiteList> <!--IPWhiteList>127.0.0.1</IPWhiteList-->
<IPWhiteList>*</IPWhiteList>
<IPBlackList></IPBlackList> <IPBlackList></IPBlackList>
<EnableXMLFile>false</EnableXMLFile> <EnableXMLFile>false</EnableXMLFile>
<DocumentationServerEnable>false</DocumentationServerEnable> <DocumentationServerEnable>false</DocumentationServerEnable>