| Package | Description |
|---|---|
| com.wowza.wms.httpstreamer.mpegdashstreaming.httpstreamer | |
| com.wowza.wms.httpstreamer.mpegdashstreaming.util | |
| com.wowza.wms.module |
| Modifier and Type | Method | Description |
|---|---|---|
static IHTTPStreamerMPEGDashIndex |
HTTPStreamerSessionMPEGDash.createIndexLive(IHTTPStreamerApplicationContext appContext,
IHTTPStreamerSession httpStreamerSession,
String rawStreamName,
String streamExt,
String streamName) |
|
IHTTPStreamerMPEGDashIndex |
HTTPStreamerSessionMPEGDash.getIndex(IHTTPStreamerApplicationContext appContext,
IHTTPStreamerSession httpStreamerSession,
String rawStreamName,
String streamExt,
String streamName,
long playStart,
long playDuration,
long playSeek,
com.wowza.wms.timedtext.model.TimedTextRequest captionRequest,
String vodTranscodeNGRP) |
|
IHTTPStreamerMPEGDashIndex |
HTTPStreamerSessionMPEGDash.getIndexLive(IHTTPStreamerApplicationContext appContext,
IHTTPStreamerSession httpStreamerSession,
String rawStreamName,
String streamExt,
String streamName) |
| Modifier and Type | Method | Description |
|---|---|---|
static CencInfo |
MPEGDashUtils.getCencInfo(IApplicationInstance appInstance,
String streamName,
IHTTPStreamerSession httpStreamerSession,
IHTTPStreamerMPEGDashIndex index,
long segmentId,
CencInfo cencInfo) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
IModuleOnHTTPMPEGDashEncryption.onHTTPMPEGDashEncryptionKeyVODChunk(HTTPStreamerSessionMPEGDash httpSession,
IHTTPStreamerMPEGDashIndex index,
CencInfo cencInfo,
long chunkId) |
Called when video on demand key is requested (per-session).
|