Package com.wowza.wms.authentication
Interface IAuthenticateSIP
-
public interface IAuthenticateSIP
IAuthenticateRTSP: RTSP authentication provider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
authenticateSIP(RTPSession rtspSession, com.wowza.wms.sip.SIPRequestMessage req, com.wowza.wms.sip.SIPResponseMessages resp)
Called for each RTSP authentication
-
-
-
Method Detail
-
authenticateSIP
boolean authenticateSIP(RTPSession rtspSession, com.wowza.wms.sip.SIPRequestMessage req, com.wowza.wms.sip.SIPResponseMessages resp)
Called for each RTSP authentication- Parameters:
rtspSession
- RTP sessionreq
- RTSP requestresp
- RTSP response- Returns:
- true if authentication was successful
-
-