| Package | Description |
|---|---|
| com.wowza.wms.pushpublish.protocol.rtp | |
| com.wowza.wms.rtp.model | |
| com.wowza.wms.util |
| Modifier and Type | Field and Description |
|---|---|
protected RTPDestination |
PushPublishRTP.mRtpDestination
The m rtp destination.
|
| Modifier and Type | Method and Description |
|---|---|
RTPDestination |
PushPublishRTP.getmRtpDestination() |
| Constructor and Description |
|---|
PushPublishRTPRunner(PushPublishRTP pushPublisherRTP,
RTPDestination rtpDestination)
Instantiates a new rTP PushPublishRTPRunner.
|
| Modifier and Type | Method and Description |
|---|---|
RTPDestination |
RTPStream.getRTPDestination()
Get RTP destination
|
| Modifier and Type | Method and Description |
|---|---|
void |
RTPStream.setRTPDestination(RTPDestination rtpDestination)
Set RTP destination
|
| Modifier and Type | Method and 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
|