【问题标题】:Can't access Wowza REST API无法访问 Wowza REST API
【发布时间】:2017-10-02 22:27:14
【问题描述】:

我在 EC2 实例上运行 Wowza 流引擎,除了 REST API/REST API 文档外,一切都正常。

当我向其他 api 甚至文档发送请求时,我没有得到任何响应。它超时。

我关注了这个guide

服务器.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>

【问题讨论】:

    标签: amazon-ec2 wowza


    【解决方案1】:

    我解决了问题 我的 EC2 实例有一个为 Wowza 自动生成的安全组,但它不包括对默认 Wowza REST API/API 文档监听的端口 8089 或端口 8087 的访问。

    我自己将规则添加到两个端口的入站规则中。

    【讨论】:

      猜你喜欢
      • 2023-03-09
      • 2014-01-28
      • 2018-07-08
      • 2013-04-12
      • 2016-04-12
      • 2016-06-26
      • 2014-10-16
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多