Uses of Class
com.wowza.wms.rtp.model.RTPSession
-
-
Uses of RTPSession in com.wowza.wms.application
Methods in com.wowza.wms.application that return types with arguments of type RTPSession Modifier and Type Method Description java.util.List<RTPSession>
IApplicationInstance. getRTPSessions()
Get a list of RTP sessions running under this application instancejava.util.List<RTPSession>
IApplicationInstance. getRTPSessions(String streamName)
Get a list of RTP sessions running under this application instance playing a given stream namejava.util.List<RTPSession>
IApplicationInstance. getWebRTCSessions()
Get list of WebRTC sessionsjava.util.List<RTPSession>
IApplicationInstance. getWebRTCSessions(String streamName)
Get list of WebRTC sessions by stream nameMethods in com.wowza.wms.application with parameters of type RTPSession Modifier and Type Method Description void
IApplicationInstance. addRTPSession(RTPSession rtpSession)
Add an RTP session to this application instancevoid
IApplicationInstance. notifyRTPSessionCreate(RTPSession rtpSession)
Notify RTP session createvoid
IApplicationInstance. notifyRTPSessionDestroy(RTPSession rtpSession)
Notify RTP session destoryvoid
IApplicationInstance. registerPlayRTPSession(RTPSession rtpSession)
Register an RTP session as a play sessionvoid
IApplicationInstance. removeRTPSession(RTPSession rtpSession)
Remove an RTP session from this application instanceString
IApplicationInstance. resolvePlayAlias(String name, RTPSession rtpSession)
Resolve the play alias with this application's stream name alias provider -
Uses of RTPSession in com.wowza.wms.authentication
Fields in com.wowza.wms.authentication declared as RTPSession Modifier and Type Field Description protected RTPSession
AuthenticateUsernamePasswordProviderBase. rtpSession
Methods in com.wowza.wms.authentication that return RTPSession Modifier and Type Method Description RTPSession
AuthenticateUsernamePasswordProviderBase. getRTPSession()
Get RTP SessionRTPSession
IAuthenticateUsernamePasswordProvider. getRTPSession()
Get RTP sessionMethods in com.wowza.wms.authentication with parameters of type RTPSession Modifier and Type Method Description boolean
IAuthenticateRTSP. authenticateRTSP(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)
Called for each RTSP authenticationboolean
IAuthenticateSIP. authenticateSIP(RTPSession rtspSession, com.wowza.wms.sip.SIPRequestMessage req, com.wowza.wms.sip.SIPResponseMessages resp)
Called for each RTSP authenticationvoid
AuthenticateUsernamePasswordProviderBase. setRTPSession(RTPSession rtpSession)
Set RTP Sessionvoid
IAuthenticateUsernamePasswordProvider. setRTPSession(RTPSession rtpSession)
Set RTP session -
Uses of RTPSession in com.wowza.wms.mediacaster.rtp
Methods in com.wowza.wms.mediacaster.rtp with parameters of type RTPSession Modifier and Type Method Description void
IRTPSessionDescriptionDataProvider. sessionStart(RTPSession rtpSession)
void
IRTPSessionDescriptionDataProvider. sessionStop(RTPSession rtpSession)
-
Uses of RTPSession in com.wowza.wms.module
Methods in com.wowza.wms.module with parameters of type RTPSession Modifier and Type Method Description void
IModuleOnRTPSession. onRTPSessionCreate(RTPSession rtpSession)
Invoked when an RTP Session is created.void
IModuleOnRTPSession. onRTPSessionDestroy(RTPSession rtpSession)
Invoked when an RTP Session is destroyed. -
Uses of RTPSession in com.wowza.wms.pushpublish.protocol.rtp
Methods in com.wowza.wms.pushpublish.protocol.rtp with parameters of type RTPSession Modifier and Type Method Description void
PushPublishRTSPActionNotify. onAnnounce(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)
void
PushPublishRTSPActionNotify. onDescribe(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)
void
PushPublishRTSPActionNotify. onGetParameter(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)
void
PushPublishRTSPActionNotify. onOptions(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)
void
PushPublishRTSPActionNotify. onPause(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)
void
PushPublishRTSPActionNotify. onPlay(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)
void
PushPublishRTSPActionNotify. onRecord(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)
void
PushPublishRTSPActionNotify. onRedirect(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)
void
PushPublishRTSPActionNotify. onSetParameter(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)
void
PushPublishRTSPActionNotify. onSetup(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)
void
PushPublishRTSPActionNotify. onTeardown(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)
-
Uses of RTPSession in com.wowza.wms.rtp.model
Methods in com.wowza.wms.rtp.model that return RTPSession Modifier and Type Method Description RTPSession
RTPSessions. addSession(RTPSession session)
Add RTP sessionRTPSession
RTPPushPublishSession. getRTPSession()
Get RTP sessionRTPSession
RTPSessions. getSession(String sessionId)
Get RTP session by session idRTPSession
RTPStream. getSession()
Get the RTP sessionRTPSession
RTPSessions. removeSession(RTPSession session)
Remove RTP session by objectRTPSession
RTPSessions. removeSession(String sessionId)
Remove RTP session by session idMethods in com.wowza.wms.rtp.model with parameters of type RTPSession Modifier and Type Method Description RTPSession
RTPSessions. addSession(RTPSession session)
Add RTP sessionString
RTPStream. describe(RTPSession rtspSession, int isStreamPacketizer, com.wowza.wms.rtp.model.RTPRequestStatus status, int[] validCodecsAudio, int[] validCodecsVideo)
Get RTP describe detailsString
RTPStream. describe(RTPSession rtspSession, com.wowza.wms.rtp.model.RTPRequestStatus status)
Execute describe commandcom.wowza.wms.rtp.model.RTPSDPParts
RTPStream. describeGetDetails(RTPSession rtspSession, int isStreamPacketizer, com.wowza.wms.rtp.model.RTPRequestStatus status, int[] validCodecsAudio, int[] validCodecsVideo)
Get RTP describe detailsvoid
RTPSessions. notifySessionCreate(IApplicationInstance appInstance, RTPSession rtpSession)
Notify session createvoid
RTPSessions. notifySessionCreate(RTPSession rtpSession)
Notify session createvoid
RTPSessions. notifySessionDestroy(IApplicationInstance appInstance, RTPSession rtpSession)
Notify session destroyvoid
RTPSessions. notifySessionDestroy(RTPSession rtpSession)
Notify session destroyvoid
IRTSPActionNotify. onAnnounce(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)
Invoked by ANNOUNCE commandvoid
IRTSPActionNotify. onDescribe(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)
Invoked by DESCRIBE commandvoid
IRTSPActionNotify. onGetParameter(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)
Invoked by GET_PARAMETER commandvoid
IRTSPActionNotify. onOptions(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)
Invoked by OPTIONS commandvoid
IRTSPActionNotify. onPause(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)
Invoked by PAUSE commandvoid
IRTSPActionNotify. onPlay(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)
Invoked by PLAY commandvoid
IRTSPActionNotify. onRecord(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)
Invoked by RECORD commandvoid
IRTSPActionNotify. onRedirect(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)
Invoked by REDIRECT commandvoid
IRTPSessionNotify. onRTPSessionCreate(RTPSession rtpSession)
Invoked when RTP session is createdvoid
IRTPSessionNotify. onRTPSessionDestroy(RTPSession rtpSession)
Invoked when RTP session is destroyedvoid
IRTSPActionNotify. onSetParameter(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)
Invoked by SET_PARAMETER commandvoid
IRTSPActionNotify. onSetup(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)
Invoked by SETUP commandvoid
IRTSPActionNotify. onTeardown(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)
Invoked by TEARDOWN commandvoid
IRTPEncryptionProvider. onTrack(RTPSession rtpSession, com.wowza.wms.rtp.model.RTPTrack rtpTrack)
RTPSession
RTPSessions. removeSession(RTPSession session)
Remove RTP session by objectvoid
RTPPushPublishSession. setRTPSession(RTPSession rtpSession)
Set RTP sessionvoid
RTPStream. setSession(RTPSession session)
Set the RTP sessionvoid
RTPContext. shutdownRTPSession(RTPSession rtpSession)
Gracefully and forcefully shutdown and RTP session -
Uses of RTPSession in com.wowza.wms.stream
Methods in com.wowza.wms.stream with parameters of type RTPSession Modifier and Type Method Description String
IMediaStreamNameAliasProvider2. resolvePlayAlias(IApplicationInstance appInstance, String name, RTPSession rtpSession)
Resolve play alias for RTSP/RTP streamingString
MediaStreamNameAliasProviderBase. resolvePlayAlias(IApplicationInstance appInstance, String name, RTPSession rtpSession)
-