| Package | Description |
|---|---|
| com.wowza.wms.pushpublish.protocol.rtp | |
| com.wowza.wms.rtp.model | |
| com.wowza.wms.util |
| Modifier and Type | Field | Description |
|---|---|---|
protected RTPDestination |
PushPublishRTP.mRtpDestination |
The m rtp destination.
|
| Modifier and Type | Method | Description |
|---|---|---|
RTPDestination |
PushPublishRTP.getmRtpDestination() |
| Constructor | Description |
|---|---|
PushPublishRTPRunner(PushPublishRTP pushPublisherRTP,
RTPDestination rtpDestination) |
Instantiates a new rTP PushPublishRTPRunner.
|
| Modifier and Type | Method | Description |
|---|---|---|
RTPDestination |
RTPStream.getRTPDestination() |
Get RTP destination
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
RTPStream.setRTPDestination(RTPDestination rtpDestination) |
Set RTP destination
|
| Modifier and Type | Method | Description |
|---|---|---|
static RTPPushPublishSession |
RTPUtils.startRTPPull(IApplicationInstance appInstance,
String streamName,
RTPDestination rtpDestination) |
Start pushing an RTP stream
|
static String |
RTPUtils.updateSDPDestination(RTPDestination rtpDestination,
String sdpData) |
Update SDP data information with RTP destination information
|