Uses of Class
com.wowza.wms.rtp.model.RTPPushPublishSession
-
Packages that use RTPPushPublishSession Package Description com.wowza.wms.pushpublish.protocol.rtp com.wowza.wms.util -
-
Uses of RTPPushPublishSession in com.wowza.wms.pushpublish.protocol.rtp
Fields in com.wowza.wms.pushpublish.protocol.rtp declared as RTPPushPublishSession Modifier and Type Field Description protected RTPPushPublishSession
PushPublishRTP. rtpPushPublishSession
The rtp push publish session.Methods in com.wowza.wms.pushpublish.protocol.rtp that return RTPPushPublishSession Modifier and Type Method Description RTPPushPublishSession
PushPublishRTP. getRTPPushPublishSession()
Gets the rTP push publish session.Methods in com.wowza.wms.pushpublish.protocol.rtp with parameters of type RTPPushPublishSession Modifier and Type Method Description void
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 RTPPushPublishSession Modifier and Type Method Description static 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 RTPPushPublishSession Modifier and Type Method Description static void
RTPUtils. stopRTPPull(RTPPushPublishSession rtpPushPublishSession)
Stop pushing an RTP stream
-