2016-05-09 6 views
0

Ich habe ein Problem beim Festlegen von RTP/Authentication/PlayMethod auf "Basis" für meine Vods3-Anwendung. Sobald ich die Änderung mache, WOWZA neu starten, und dann den Streaming-Engine-Manager gehen, ist die Option "RTSP/RTP" in der Wiedergabeart deaktiviert.Wiedergabe Authentifizierung für RTSP (vods3)

Mein Ziel ist es, die Wiedergabe über RTSP authentifiziert zu haben. Jede Hilfe ist

geschätzt

Hier ist der Abschnitt meines Application.xml:

Vielen Dank im Voraus.

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

Antwort