0

我在为我的 vods3 应用程序设置 RTP/Authentication/PlayMethod 为“基本”时遇到问题。一旦我进行更改,重新启动 WOWZA,然后进入流引擎管理器,播放类型中的选项“RTSP/RTP”被禁用。

我的目标是通过 RTSP 进行经过身份验证的播放。任何帮助表示赞赏

这是我的 Application.xml 的部分:

提前致谢。

<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>
4

1 回答 1

0

我在 WOWZA 论坛上得到了回复:

https://www.wowza.com/forums/showthread.php?49259-Problem-with-playmethod-quot-Basic-quot-and-RTSP-(vods3)&p=163751#post163751

于 2016-05-17T19:02:40.287 回答