2017-10-02 20 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ドキュメントはリッスンします。

両方のポートの受信ルールに自分自身でルールを追加しました。

関連する問題