2017-10-02 9 views
0

EC2 인스턴스에서 Wowza Streaming Engine을 실행 중이며 REST API/REST API 설명서를 제외한 모든 기능이 작동합니다.Wowza REST API에 액세스 할 수 없습니다.

나머지 API 나 문서에 대한 요청을 보내면 응답이 없습니다. 시간이 지남.

나는이 guide을 따랐다.

server.xml에

<RESTInterface> 

     <Enable>true</Enable> 

     <IPAddress>*</IPAddress> 

     <Port>8087</Port> 

     <!-- none, basic, digest, remotehttp, digestfile --> 

     <AuthenticationMethod>none</AuthenticationMethod> 

     <DiagnosticURLEnable>true</DiagnosticURLEnable> 

     <SSLConfig> 

      <Enable>false</Enable> 

      <KeyStorePath></KeyStorePath> 

      <KeyStorePassword></KeyStorePassword> 

      <KeyStoreType>JKS</KeyStoreType> 

      <SSLProtocol>TLS</SSLProtocol> 

      <Algorithm>SunX509</Algorithm> 

      <CipherSuites></CipherSuites> 

      <Protocols></Protocols> 

     </SSLConfig> 

     <IPWhiteList>*</IPWhiteList> 

     <IPBlackList></IPBlackList> 

     <EnableXMLFile>false</EnableXMLFile> 

     <DocumentationServerEnable>true</DocumentationServerEnable> 

     <DocumentationServerPort>8089</DocumentationServerPort> 

     <!-- none, basic, digest, remotehttp, digestfile --> 

     <DocumentationServerAuthenticationMethod>none</DocumentationServerAuthenticationMethod> 

     <Properties> 

     </Properties> 

</RESTInterface> 

답변

0

나는이 문제를 해결 내 EC2 인스턴스는 Wowza에 대해 자동으로 생성 된 보안 그룹을 가지고 있지만, 그것은 무엇을 인 포트 8089 또는 포트 8087에 대한 액세스를 포함하지 않는다 기본 Wowza REST API/API 문서는 수신 대기합니다.

두 포트 모두에 대한 규칙을 인바운드 규칙에 직접 추가했습니다.