首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >RTSP播放鉴权(vods3)

RTSP播放鉴权(vods3)
EN

Stack Overflow用户
提问于 2016-05-09 23:04:55
回答 1查看 131关注 0票数 0

我在为我的vods3应用程序将RTP/身份验证/播放方法设置为"basic“时遇到了一个问题。一旦我做了更改,重启WOWZA,然后进入流引擎管理器,播放类型中的"RTSP/RTP“选项就被禁用了。

我的目标是通过RTSP认证播放。任何帮助我们都将不胜感激

下面是我的Application.xml的部分:

提前谢谢。

代码语言:javascript
复制
<RTP>
<!-- RTP/Authentication/[type]Methods defined in Authentication.xml. Default setup includes; none, basic, digest -->
    <Authentication>
            <PublishMethod>block</PublishMethod>
            <PlayMethod>basic</PlayMethod>
    </Authentication>
    <!-- RTP/AVSyncMethod. Valid values are: senderreport, systemclock, rtptimecode -->
    <AVSyncMethod>senderreport</AVSyncMethod>
    <MaxRTCPWaitTime>12000</MaxRTCPWaitTime>
    <IdleFrequency>75</IdleFrequency>
    <RTSPSessionTimeout>90000</RTSPSessionTimeout>
    <RTSPMaximumPendingWriteBytes>0</RTSPMaximumPendingWriteBytes>
    <RTSPBindIpAddress></RTSPBindIpAddress>
    <RTSPConnectionIpAddress>0.0.0.0</RTSPConnectionIpAddress>
    <RTSPOriginIpAddress>127.0.0.1</RTSPOriginIpAddress>
    <IncomingDatagramPortRanges>*</IncomingDatagramPortRanges>
    <!-- Properties defined here will override any properties defined in conf/RTP.xml for any depacketizers loaded by this application -->
    <Properties>
    </Properties>
 </RTP>
EN

回答 1

Stack Overflow用户

发布于 2016-05-18 03:02:40

页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/37119156

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档