Uses of Class
com.wowza.wms.rtp.model.RTPSession
- 
- 
Uses of RTPSession in com.wowza.wms.applicationMethods 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 voidIApplicationInstance. addRTPSession(RTPSession rtpSession)Add an RTP session to this application instancevoidIApplicationInstance. notifyRTPSessionCreate(RTPSession rtpSession)Notify RTP session createvoidIApplicationInstance. notifyRTPSessionDestroy(RTPSession rtpSession)Notify RTP session destoryvoidIApplicationInstance. registerPlayRTPSession(RTPSession rtpSession)Register an RTP session as a play sessionvoidIApplicationInstance. removeRTPSession(RTPSession rtpSession)Remove an RTP session from this application instanceStringIApplicationInstance. resolvePlayAlias(String name, RTPSession rtpSession)Resolve the play alias with this application's stream name alias provider
- 
Uses of RTPSession in com.wowza.wms.authenticationFields in com.wowza.wms.authentication declared as RTPSession Modifier and Type Field Description protected RTPSessionAuthenticateUsernamePasswordProviderBase. rtpSessionMethods in com.wowza.wms.authentication that return RTPSession Modifier and Type Method Description RTPSessionAuthenticateUsernamePasswordProviderBase. getRTPSession()Get RTP SessionRTPSessionIAuthenticateUsernamePasswordProvider. getRTPSession()Get RTP sessionMethods in com.wowza.wms.authentication with parameters of type RTPSession Modifier and Type Method Description booleanIAuthenticateRTSP. authenticateRTSP(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)Called for each RTSP authenticationbooleanIAuthenticateSIP. authenticateSIP(RTPSession rtspSession, com.wowza.wms.sip.SIPRequestMessage req, com.wowza.wms.sip.SIPResponseMessages resp)Called for each RTSP authenticationvoidAuthenticateUsernamePasswordProviderBase. setRTPSession(RTPSession rtpSession)Set RTP SessionvoidIAuthenticateUsernamePasswordProvider. setRTPSession(RTPSession rtpSession)Set RTP session
- 
Uses of RTPSession in com.wowza.wms.mediacaster.rtpMethods in com.wowza.wms.mediacaster.rtp with parameters of type RTPSession Modifier and Type Method Description voidIRTPSessionDescriptionDataProvider. sessionStart(RTPSession rtpSession)voidIRTPSessionDescriptionDataProvider. sessionStop(RTPSession rtpSession)
- 
Uses of RTPSession in com.wowza.wms.moduleMethods in com.wowza.wms.module with parameters of type RTPSession Modifier and Type Method Description voidIModuleOnRTPSession. onRTPSessionCreate(RTPSession rtpSession)Invoked when an RTP Session is created.voidIModuleOnRTPSession. onRTPSessionDestroy(RTPSession rtpSession)Invoked when an RTP Session is destroyed.
- 
Uses of RTPSession in com.wowza.wms.pushpublish.protocol.rtpMethods in com.wowza.wms.pushpublish.protocol.rtp with parameters of type RTPSession Modifier and Type Method Description voidPushPublishRTSPActionNotify. onAnnounce(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)voidPushPublishRTSPActionNotify. onDescribe(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)voidPushPublishRTSPActionNotify. onGetParameter(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)voidPushPublishRTSPActionNotify. onOptions(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)voidPushPublishRTSPActionNotify. onPause(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)voidPushPublishRTSPActionNotify. onPlay(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)voidPushPublishRTSPActionNotify. onRecord(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)voidPushPublishRTSPActionNotify. onRedirect(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)voidPushPublishRTSPActionNotify. onSetParameter(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)voidPushPublishRTSPActionNotify. onSetup(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)voidPushPublishRTSPActionNotify. onTeardown(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)
- 
Uses of RTPSession in com.wowza.wms.rtp.modelMethods in com.wowza.wms.rtp.model that return RTPSession Modifier and Type Method Description RTPSessionRTPSessions. addSession(RTPSession session)Add RTP sessionRTPSessionRTPPushPublishSession. getRTPSession()Get RTP sessionRTPSessionRTPSessions. getSession(String sessionId)Get RTP session by session idRTPSessionRTPStream. getSession()Get the RTP sessionRTPSessionRTPSessions. removeSession(RTPSession session)Remove RTP session by objectRTPSessionRTPSessions. 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 RTPSessionRTPSessions. addSession(RTPSession session)Add RTP sessionStringRTPStream. describe(RTPSession rtspSession, int isStreamPacketizer, com.wowza.wms.rtp.model.RTPRequestStatus status, int[] validCodecsAudio, int[] validCodecsVideo)Get RTP describe detailsStringRTPStream. describe(RTPSession rtspSession, com.wowza.wms.rtp.model.RTPRequestStatus status)Execute describe commandcom.wowza.wms.rtp.model.RTPSDPPartsRTPStream. describeGetDetails(RTPSession rtspSession, int isStreamPacketizer, com.wowza.wms.rtp.model.RTPRequestStatus status, int[] validCodecsAudio, int[] validCodecsVideo)Get RTP describe detailsvoidRTPSessions. notifySessionCreate(IApplicationInstance appInstance, RTPSession rtpSession)Notify session createvoidRTPSessions. notifySessionCreate(RTPSession rtpSession)Notify session createvoidRTPSessions. notifySessionDestroy(IApplicationInstance appInstance, RTPSession rtpSession)Notify session destroyvoidRTPSessions. notifySessionDestroy(RTPSession rtpSession)Notify session destroyvoidIRTSPActionNotify. onAnnounce(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)Invoked by ANNOUNCE commandvoidIRTSPActionNotify. onDescribe(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)Invoked by DESCRIBE commandvoidIRTSPActionNotify. onGetParameter(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)Invoked by GET_PARAMETER commandvoidIRTSPActionNotify. onOptions(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)Invoked by OPTIONS commandvoidIRTSPActionNotify. onPause(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)Invoked by PAUSE commandvoidIRTSPActionNotify. onPlay(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)Invoked by PLAY commandvoidIRTSPActionNotify. onRecord(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)Invoked by RECORD commandvoidIRTSPActionNotify. onRedirect(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)Invoked by REDIRECT commandvoidIRTPSessionNotify. onRTPSessionCreate(RTPSession rtpSession)Invoked when RTP session is createdvoidIRTPSessionNotify. onRTPSessionDestroy(RTPSession rtpSession)Invoked when RTP session is destroyedvoidIRTSPActionNotify. onSetParameter(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)Invoked by SET_PARAMETER commandvoidIRTSPActionNotify. onSetup(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)Invoked by SETUP commandvoidIRTSPActionNotify. onTeardown(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)Invoked by TEARDOWN commandvoidIRTPEncryptionProvider. onTrack(RTPSession rtpSession, com.wowza.wms.rtp.model.RTPTrack rtpTrack)RTPSessionRTPSessions. removeSession(RTPSession session)Remove RTP session by objectvoidRTPPushPublishSession. setRTPSession(RTPSession rtpSession)Set RTP sessionvoidRTPStream. setSession(RTPSession session)Set the RTP sessionvoidRTPContext. shutdownRTPSession(RTPSession rtpSession)Gracefully and forcefully shutdown and RTP session
- 
Uses of RTPSession in com.wowza.wms.streamMethods in com.wowza.wms.stream with parameters of type RTPSession Modifier and Type Method Description StringIMediaStreamNameAliasProvider2. resolvePlayAlias(IApplicationInstance appInstance, String name, RTPSession rtpSession)Resolve play alias for RTSP/RTP streamingStringMediaStreamNameAliasProviderBase. resolvePlayAlias(IApplicationInstance appInstance, String name, RTPSession rtpSession)
 
-