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