IRTSPActionNotifypublic class PushPublishRTSPActionNotify extends Object implements IRTSPActionNotify
| Constructor | Description |
|---|---|
PushPublishRTSPActionNotify(com.wowza.wms.pushpublish.module.ModulePushPublish modulePushPublish) |
Instantiates a new push publish rtsp action notify.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
onAnnounce(RTPSession rtspSession,
com.wowza.wms.rtsp.RTSPRequestMessage req,
com.wowza.wms.rtsp.RTSPResponseMessages resp) |
Invoked by ANNOUNCE command
|
void |
onDescribe(RTPSession rtspSession,
com.wowza.wms.rtsp.RTSPRequestMessage req,
com.wowza.wms.rtsp.RTSPResponseMessages resp) |
Invoked by DESCRIBE command
|
void |
onGetParameter(RTPSession rtspSession,
com.wowza.wms.rtsp.RTSPRequestMessage req,
com.wowza.wms.rtsp.RTSPResponseMessages resp) |
Invoked by GET_PARAMETER command
|
void |
onOptions(RTPSession rtspSession,
com.wowza.wms.rtsp.RTSPRequestMessage req,
com.wowza.wms.rtsp.RTSPResponseMessages resp) |
Invoked by OPTIONS command
|
void |
onPause(RTPSession rtspSession,
com.wowza.wms.rtsp.RTSPRequestMessage req,
com.wowza.wms.rtsp.RTSPResponseMessages resp) |
Invoked by PAUSE command
|
void |
onPlay(RTPSession rtspSession,
com.wowza.wms.rtsp.RTSPRequestMessage req,
com.wowza.wms.rtsp.RTSPResponseMessages resp) |
Invoked by PLAY command
|
void |
onRecord(RTPSession rtspSession,
com.wowza.wms.rtsp.RTSPRequestMessage req,
com.wowza.wms.rtsp.RTSPResponseMessages resp) |
Invoked by RECORD command
|
void |
onRedirect(RTPSession rtspSession,
com.wowza.wms.rtsp.RTSPRequestMessage req,
com.wowza.wms.rtsp.RTSPResponseMessages resp) |
Invoked by REDIRECT command
|
void |
onSetParameter(RTPSession rtspSession,
com.wowza.wms.rtsp.RTSPRequestMessage req,
com.wowza.wms.rtsp.RTSPResponseMessages resp) |
Invoked by SET_PARAMETER command
|
void |
onSetup(RTPSession rtspSession,
com.wowza.wms.rtsp.RTSPRequestMessage req,
com.wowza.wms.rtsp.RTSPResponseMessages resp) |
Invoked by SETUP command
|
void |
onTeardown(RTPSession rtspSession,
com.wowza.wms.rtsp.RTSPRequestMessage req,
com.wowza.wms.rtsp.RTSPResponseMessages resp) |
Invoked by TEARDOWN command
|
public PushPublishRTSPActionNotify(com.wowza.wms.pushpublish.module.ModulePushPublish modulePushPublish)
modulePushPublish - the module push publishpublic void onAnnounce(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)
IRTSPActionNotifyonAnnounce in interface IRTSPActionNotifyrtspSession - RTP sessionreq - RTP requestresp - RTP responsepublic void onDescribe(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)
IRTSPActionNotifyonDescribe in interface IRTSPActionNotifyrtspSession - RTP sessionreq - RTP requestresp - RTP responsepublic void onGetParameter(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)
IRTSPActionNotifyonGetParameter in interface IRTSPActionNotifyrtspSession - RTP sessionreq - RTP requestresp - RTP responsepublic void onOptions(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)
IRTSPActionNotifyonOptions in interface IRTSPActionNotifyrtspSession - RTP sessionreq - RTP requestresp - RTP responsepublic void onPause(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)
IRTSPActionNotifyonPause in interface IRTSPActionNotifyrtspSession - RTP sessionreq - RTP requestresp - RTP responsepublic void onPlay(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)
IRTSPActionNotifyonPlay in interface IRTSPActionNotifyrtspSession - RTP sessionreq - RTP requestresp - RTP responsepublic void onRecord(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)
IRTSPActionNotifyonRecord in interface IRTSPActionNotifypublic void onRedirect(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)
IRTSPActionNotifyonRedirect in interface IRTSPActionNotifyrtspSession - RTP sessionreq - RTP requestresp - RTP responsepublic void onSetParameter(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)
IRTSPActionNotifyonSetParameter in interface IRTSPActionNotifyrtspSession - RTP sessionreq - RTP requestresp - RTP responsepublic void onSetup(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)
IRTSPActionNotifyonSetup in interface IRTSPActionNotifyrtspSession - RTP sessionreq - RTP requestresp - RTP responsepublic void onTeardown(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)
IRTSPActionNotifyonTeardown in interface IRTSPActionNotifyrtspSession - RTP sessionreq - RTP requestresp - RTP response