Uses of Class
com.wowza.wms.rtp.model.RTPSession
Packages that use RTPSession
Package
Description
-
Uses of RTPSession in com.wowza.wms.application
Methods in com.wowza.wms.application that return types with arguments of type RTPSessionModifier and TypeMethodDescriptionIApplicationInstance.getRTPSessions()
Get a list of RTP sessions running under this application instanceIApplicationInstance.getRTPSessions
(String streamName) Get a list of RTP sessions running under this application instance playing a given stream nameIApplicationInstance.getWebRTCSessions()
Get list of WebRTC sessionsIApplicationInstance.getWebRTCSessions
(String streamName) Get list of WebRTC sessions by stream nameMethods in com.wowza.wms.application with parameters of type RTPSessionModifier and TypeMethodDescriptionvoid
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 instanceIApplicationInstance.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 RTPSessionModifier and TypeFieldDescriptionprotected RTPSession
AuthenticateUsernamePasswordProviderBase.rtpSession
Methods in com.wowza.wms.authentication that return RTPSessionModifier and TypeMethodDescriptionAuthenticateUsernamePasswordProviderBase.getRTPSession()
Get RTP SessionIAuthenticateUsernamePasswordProvider.getRTPSession()
Get RTP sessionMethods in com.wowza.wms.authentication with parameters of type RTPSessionModifier and TypeMethodDescriptionboolean
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 RTPSessionModifier and TypeMethodDescriptionvoid
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 RTPSessionModifier and TypeMethodDescriptionvoid
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 RTPSessionModifier and TypeMethodDescriptionvoid
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 RTPSessionModifier and TypeMethodDescriptionRTPSessions.addSession
(RTPSession session) Add RTP sessionRTPPushPublishSession.getRTPSession()
Get RTP sessionRTPSessions.getSession
(String sessionId) Get RTP session by session idRTPStream.getSession()
Get the RTP sessionRTPSessions.removeSession
(RTPSession session) Remove RTP session by objectRTPSessions.removeSession
(String sessionId) Remove RTP session by session idMethods in com.wowza.wms.rtp.model with parameters of type RTPSessionModifier and TypeMethodDescriptionRTPSessions.addSession
(RTPSession session) Add RTP sessionRTPStream.describe
(RTPSession rtspSession, int isStreamPacketizer, com.wowza.wms.rtp.model.RTPRequestStatus status, int[] validCodecsAudio, int[] validCodecsVideo) Get RTP describe detailsRTPStream.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) 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 RTPSessionModifier and TypeMethodDescriptionIMediaStreamNameAliasProvider2.resolvePlayAlias
(IApplicationInstance appInstance, String name, RTPSession rtpSession) Resolve play alias for RTSP/RTP streamingMediaStreamNameAliasProviderBase.resolvePlayAlias
(IApplicationInstance appInstance, String name, RTPSession rtpSession)