Uses of Class
com.wowza.wms.rtp.model.RTPPushPublishSession

Packages that use RTPPushPublishSession
com.wowza.wms.util   
 

Uses of RTPPushPublishSession in com.wowza.wms.util
 

Methods in com.wowza.wms.util that return RTPPushPublishSession
static RTPPushPublishSession RTPUtils.startRTPPull(IApplicationInstance appInstance, String streamName, boolean streamPacketizer, String ipAddress, int streamPort)
          Start pushing an RTP stream
static RTPPushPublishSession RTPUtils.startRTPPull(IApplicationInstance appInstance, String streamName, boolean streamPacketizer, String ipAddress, int streamPort, boolean isRTPWrapped)
          Start pushing an RTP stream
static RTPPushPublishSession RTPUtils.startRTPPull(IApplicationInstance appInstance, String streamName, boolean streamPacketizer, String ipAddress, int audioPort, int videoPort)
          Start pushing an RTP stream
static RTPPushPublishSession RTPUtils.startRTPPull(IApplicationInstance appInstance, String streamName, boolean streamPacketizer, String ipAddress, int audioPort, int videoPort, boolean isRTPWrapped)
          Start pushing an RTP stream
static RTPPushPublishSession RTPUtils.startRTPPull(IApplicationInstance appInstance, String streamName, RTPDestination rtpDestination)
          Start pushing an RTP stream
 

Methods in com.wowza.wms.util with parameters of type RTPPushPublishSession
static void RTPUtils.stopRTPPull(RTPPushPublishSession rtpPushPublishSession)
          Stop pushing an RTP stream