Package com.wowza.wms.authentication
Interface IAuthenticateSIP
- 
 public interface IAuthenticateSIPIAuthenticateRTSP: RTSP authentication provider 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanauthenticateSIP(RTPSession rtspSession, com.wowza.wms.sip.SIPRequestMessage req, com.wowza.wms.sip.SIPResponseMessages resp)Called for each RTSP authentication
 
- 
- 
- 
Method Detail- 
authenticateSIPboolean authenticateSIP(RTPSession rtspSession, com.wowza.wms.sip.SIPRequestMessage req, com.wowza.wms.sip.SIPResponseMessages resp) Called for each RTSP authentication- Parameters:
- rtspSession- RTP session
- req- RTSP request
- resp- RTSP response
- Returns:
- true if authentication was successful
 
 
- 
 
-