| Package | Description |
|---|---|
| com.wowza.wms.rtp.model |
| Modifier and Type | Field and Description |
|---|---|
protected IAuthenticateRTSP |
RTPSession.authenticatePlayHandler |
protected IAuthenticateRTSP |
RTPSession.authenticatePublishHandler |
| Modifier and Type | Method and Description |
|---|---|
IAuthenticateRTSP |
RTPSession.getAuthenticatePlayHandler()
Get the authentication play handler
|
IAuthenticateRTSP |
RTPSession.getAuthenticatePublishHandler()
Get the RTP authentication handler
|
| Modifier and Type | Method and Description |
|---|---|
void |
RTPSession.setAuthenticatePlayHandler(IAuthenticateRTSP authenticatePlayHandler)
Set the authentication play handler
|
void |
RTPSession.setAuthenticatePublishHandler(IAuthenticateRTSP authenticatePublishHandler)
Set the RTP authentication handler
|