Package com.wowza.wms.authentication
Interface IAuthenticateRTSP
- 
 public interface IAuthenticateRTSPIAuthenticateRTSP: RTSP authentication provider 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanauthenticateRTSP(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)Called for each RTSP authentication
 
- 
- 
- 
Method Detail- 
authenticateRTSPboolean authenticateRTSP(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp) Called for each RTSP authentication- Parameters:
- rtspSession- RTP session
- req- RTSP request
- resp- RTSP response
- Returns:
- true if authentication was successful
 
 
- 
 
-