Uses of Class
com.wowza.wms.rtp.model.RTPPushPublishSession
Packages that use RTPPushPublishSession
-
Uses of RTPPushPublishSession in com.wowza.wms.pushpublish.protocol.rtp
Fields in com.wowza.wms.pushpublish.protocol.rtp declared as RTPPushPublishSessionModifier and TypeFieldDescriptionprotected RTPPushPublishSession
PushPublishRTP.rtpPushPublishSession
The rtp push publish session.Methods in com.wowza.wms.pushpublish.protocol.rtp that return RTPPushPublishSessionModifier and TypeMethodDescriptionPushPublishRTP.getRTPPushPublishSession()
Gets the rTP push publish session.Methods in com.wowza.wms.pushpublish.protocol.rtp with parameters of type RTPPushPublishSessionModifier and TypeMethodDescriptionvoid
PushPublishRTP.setRTPPushPublishSession
(RTPPushPublishSession rtpPushPublishSession) Sets the rTP push publish session. -
Uses of RTPPushPublishSession in com.wowza.wms.util
Methods in com.wowza.wms.util that return RTPPushPublishSessionModifier and TypeMethodDescriptionstatic RTPPushPublishSession
RTPUtils.startRTPPull
(IApplicationInstance appInstance, String streamName, boolean streamPacketizer, String ipAddress, int streamPort) Start pushing an RTP streamstatic RTPPushPublishSession
RTPUtils.startRTPPull
(IApplicationInstance appInstance, String streamName, boolean streamPacketizer, String ipAddress, int streamPort, boolean isRTPWrapped) Start pushing an RTP streamstatic RTPPushPublishSession
RTPUtils.startRTPPull
(IApplicationInstance appInstance, String streamName, boolean streamPacketizer, String ipAddress, int audioPort, int videoPort) Start pushing an RTP streamstatic RTPPushPublishSession
RTPUtils.startRTPPull
(IApplicationInstance appInstance, String streamName, boolean streamPacketizer, String ipAddress, int audioPort, int videoPort, boolean isRTPWrapped) Start pushing an RTP streamstatic RTPPushPublishSession
RTPUtils.startRTPPull
(IApplicationInstance appInstance, String streamName, RTPDestination rtpDestination) Start pushing an RTP streamMethods in com.wowza.wms.util with parameters of type RTPPushPublishSessionModifier and TypeMethodDescriptionstatic void
RTPUtils.stopRTPPull
(RTPPushPublishSession rtpPushPublishSession) Stop pushing an RTP stream