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