Class PushPublishRTSPActionNotify
- Object
-
- com.wowza.wms.pushpublish.protocol.rtp.PushPublishRTSPActionNotify
-
- All Implemented Interfaces:
IRTSPActionNotify
public class PushPublishRTSPActionNotify extends Object implements IRTSPActionNotify
The Class PushPublishRTSPActionNotify.
-
-
Constructor Summary
Constructors Constructor Description PushPublishRTSPActionNotify(com.wowza.wms.pushpublish.module.ModulePushPublish modulePushPublish)
Instantiates a new push publish rtsp action notify.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onAnnounce(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)
Invoked by ANNOUNCE commandvoid
onDescribe(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)
Invoked by DESCRIBE commandvoid
onGetParameter(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)
Invoked by GET_PARAMETER commandvoid
onOptions(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)
Invoked by OPTIONS commandvoid
onPause(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)
Invoked by PAUSE commandvoid
onPlay(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)
Invoked by PLAY commandvoid
onRecord(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)
Invoked by RECORD commandvoid
onRedirect(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)
Invoked by REDIRECT commandvoid
onSetParameter(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)
Invoked by SET_PARAMETER commandvoid
onSetup(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)
Invoked by SETUP commandvoid
onTeardown(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)
Invoked by TEARDOWN command
-
-
-
Method Detail
-
onDescribe
public void onDescribe(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)
Description copied from interface:IRTSPActionNotify
Invoked by DESCRIBE command- Specified by:
onDescribe
in interfaceIRTSPActionNotify
- Parameters:
rtspSession
- RTP sessionreq
- RTP requestresp
- RTP response
-
onAnnounce
public void onAnnounce(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)
Description copied from interface:IRTSPActionNotify
Invoked by ANNOUNCE command- Specified by:
onAnnounce
in interfaceIRTSPActionNotify
- Parameters:
rtspSession
- RTP sessionreq
- RTP requestresp
- RTP response
-
onGetParameter
public void onGetParameter(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)
Description copied from interface:IRTSPActionNotify
Invoked by GET_PARAMETER command- Specified by:
onGetParameter
in interfaceIRTSPActionNotify
- Parameters:
rtspSession
- RTP sessionreq
- RTP requestresp
- RTP response
-
onSetParameter
public void onSetParameter(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)
Description copied from interface:IRTSPActionNotify
Invoked by SET_PARAMETER command- Specified by:
onSetParameter
in interfaceIRTSPActionNotify
- Parameters:
rtspSession
- RTP sessionreq
- RTP requestresp
- RTP response
-
onOptions
public void onOptions(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)
Description copied from interface:IRTSPActionNotify
Invoked by OPTIONS command- Specified by:
onOptions
in interfaceIRTSPActionNotify
- Parameters:
rtspSession
- RTP sessionreq
- RTP requestresp
- RTP response
-
onPause
public void onPause(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)
Description copied from interface:IRTSPActionNotify
Invoked by PAUSE command- Specified by:
onPause
in interfaceIRTSPActionNotify
- Parameters:
rtspSession
- RTP sessionreq
- RTP requestresp
- RTP response
-
onPlay
public void onPlay(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)
Description copied from interface:IRTSPActionNotify
Invoked by PLAY command- Specified by:
onPlay
in interfaceIRTSPActionNotify
- Parameters:
rtspSession
- RTP sessionreq
- RTP requestresp
- RTP response
-
onRecord
public void onRecord(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)
Description copied from interface:IRTSPActionNotify
Invoked by RECORD command- Specified by:
onRecord
in interfaceIRTSPActionNotify
-
onRedirect
public void onRedirect(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)
Description copied from interface:IRTSPActionNotify
Invoked by REDIRECT command- Specified by:
onRedirect
in interfaceIRTSPActionNotify
- Parameters:
rtspSession
- RTP sessionreq
- RTP requestresp
- RTP response
-
onSetup
public void onSetup(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)
Description copied from interface:IRTSPActionNotify
Invoked by SETUP command- Specified by:
onSetup
in interfaceIRTSPActionNotify
- Parameters:
rtspSession
- RTP sessionreq
- RTP requestresp
- RTP response
-
onTeardown
public void onTeardown(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)
Description copied from interface:IRTSPActionNotify
Invoked by TEARDOWN command- Specified by:
onTeardown
in interfaceIRTSPActionNotify
- Parameters:
rtspSession
- RTP sessionreq
- RTP requestresp
- RTP response
-
-