| Package | Description |
|---|---|
| com.wowza.wms.rtp.model | |
| com.wowza.wms.rtp.transport | |
| com.wowza.wms.util | |
| com.wowza.wms.vhost |
| Modifier and Type | Method | Description |
|---|---|---|
RTPContext |
RTPStream.getRTPContext() |
Get the RTP context
|
| Modifier and Type | Method | Description |
|---|---|---|
com.wowza.wms.rtp.model.RTPPacketizerItem |
RTPSession.getAudioPacketizerItem(RTPContext rtpContext,
IApplicationInstance appInstance,
int codecId) |
Get audio packetizer for a given codec id.
|
com.wowza.wms.rtp.model.RTPPacketizerItem |
RTPSession.getStreamPacketizerItem(RTPContext rtpContext,
IApplicationInstance appInstance,
int codecId) |
Get stream packetizer for a given codec id.
|
com.wowza.wms.rtp.model.RTPPacketizerItem |
RTPSession.getVideoPacketizerItem(RTPContext rtpContext,
IApplicationInstance appInstance,
int codecId) |
Get video packetizer for a given codec id.
|
| Constructor | Description |
|---|---|
RTPStream(RTPContext context,
String streamId) |
Constructor
|
| Modifier and Type | Method | Description |
|---|---|---|
RTPContext |
IUDPTransport.getRTPContext() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
IUDPTransport.setRTPContext(RTPContext rtpContext) |
| Modifier and Type | Method | Description |
|---|---|---|
static RTPStream |
RTPUtils.decodeStreamInfo(IApplicationInstance appInstance,
RTPContext context,
String streamId,
String streamInfo) |
Decode SDP info and create RTP stream
|
static RTPStream |
RTPUtils.decodeStreamInfo(IApplicationInstance appInstance,
com.wowza.wms.rtp.model.RTPStreamContext rtpStreamContext,
RTPContext context,
String streamId,
String streamInfo) |
Decode SDP info and create RTP stream
|
static RTPStream |
RTPUtils.decodeStreamInfo(RTPContext context,
String streamId,
String streamInfo) |
Decode SDP info and create RTP stream
|
static boolean |
RTPUtils.loadConfigFile(RTPContext rtpContext,
String fileURL) |
Load config file, Internal use.
|
| Modifier and Type | Method | Description |
|---|---|---|
RTPContext |
IVHost.getRTPContext() |
Get the RTP (real time protocol) virtual host context
|