| Package | Description |
|---|---|
| com.wowza.wms.pushpublish.protocol.rtp | |
| com.wowza.wms.util |
| Modifier and Type | Field and Description |
|---|---|
protected RTPPushPublishSession |
PushPublishRTP.rtpPushPublishSession
The rtp push publish session.
|
| Modifier and Type | Method and Description |
|---|---|
RTPPushPublishSession |
PushPublishRTP.getRTPPushPublishSession()
Gets the rTP push publish session.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PushPublishRTP.setRTPPushPublishSession(RTPPushPublishSession rtpPushPublishSession)
Sets the rTP push publish session.
|
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
static void |
RTPUtils.stopRTPPull(RTPPushPublishSession rtpPushPublishSession)
Stop pushing an RTP stream
|