| Package | Description |
|---|---|
| com.wowza.wms.client | |
| com.wowza.wms.rtp.model | |
| com.wowza.wms.stream | |
| com.wowza.wms.util |
| Modifier and Type | Method and Description |
|---|---|
RTPStream |
IClient.getRTPStream()
If this client was created due to an RTP connection to the server return the underlying RTPStream object
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<String,RTPStream> |
RTPSession.streams |
protected java.util.List<RTPStream> |
RTPSession.streamsOrder |
| Modifier and Type | Method and Description |
|---|---|
RTPStream |
RTPSession.getRTSPStream()
Get the default RTP Stream (all RTP sessions have a single RTP Stream)
|
RTPStream |
RTPSession.getRTSPStream(String streamId)
Get RTP Stream
|
RTPStream |
RTPSession.removeRTSPStream(String streamId)
Remove RTP stream
|
RTPStream |
RTPContext.uncacheRTPStream(String streamId)
UnCache an RTP stream, Internal use.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RTPSession.addRTSPStream(RTPStream stream)
Add RTP stream
|
void |
RTPContext.cacheRTPStream(RTPStream stream)
Cache an RTP stream, Internal use.
|
byte[] |
IRTPMetadataProvider.getMetadataPacket(RTPStream stream) |
| Modifier and Type | Method and Description |
|---|---|
RTPStream |
IMediaStream.getRTPStream()
Get the RTP based stream this stream is associated with
|
| Modifier and Type | Method and Description |
|---|---|
void |
IMediaStream.setRTPStream(RTPStream rtpStream)
Set the RTP based stream this stream is associated with
|
| Modifier and Type | Method and 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
|