| Package | Description |
|---|---|
| com.wowza.wms.authentication | |
| com.wowza.wms.http | |
| com.wowza.wms.httpstreamer.model | |
| com.wowza.wms.manifest.model | |
| com.wowza.wms.manifest.model.m3u8 | |
| com.wowza.wms.module |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
IAuthenticateHTTPProvider.authenticateHTTPProvider(IVHost vhost,
IHTTPRequest req,
IHTTPResponse resp) |
Called for each HTTP authentication
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
IHTTPProvider.addCORSHeaders(IHTTPRequest req,
IHTTPResponse resp) |
Called to provide CORS Headers to the output
|
void |
IHTTPProvider.onHTTPRequest(IVHost vhost,
IHTTPRequest req,
IHTTPResponse resp) |
Triggered for each HTTP request to the given hostPort that is not an RTMPT request.
|
| Modifier and Type | Method | Description |
|---|---|---|
IHTTPRequest |
IHTTPStreamerRequestContext.getRequest() |
| Modifier and Type | Method | Description |
|---|---|---|
IHTTPStreamerSession |
IHTTPSessionFactory.createHTTPSessionInstance(IHTTPRequest req) |
|
void |
IHTTPStreamerSession.extractHTTPRequestInfo(IHTTPRequest req) |
Extract information from HTTP request
|
String |
IHTTPStreamerHTTPOriginSessionIdProvider.getHTTPOriginId(String httpOriginId,
IHTTPRequest req,
IHTTPStreamerApplicationContext appContext,
String oldSessionId,
String streamDomainStr,
boolean isHTTPOrigin,
boolean isDvr,
long currTime) |
|
void |
IHTTPStreamerRequestContext.setRequest(IHTTPRequest request) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
ManifestModel.doSubs(java.util.Map<String,Object> params,
IHTTPStreamerSession httpStreamerSession,
IHTTPRequest req,
com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer.HTTPStreamerAdapterCupertinoStreamer.RequestInfo requestInfo) |
Does variable replacement within the manifest model based on http request coming in
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
MediaPlaylist.doSubs(java.util.Map<String,Object> params,
IHTTPStreamerSession httpStreamerSession,
IHTTPRequest req,
com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer.HTTPStreamerAdapterCupertinoStreamer.RequestInfo requestInfo) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
IModuleOnHTTPCupertinoEncryption.onHTTPCupertinoEncryptionKeyData(HTTPStreamerSessionCupertino httpSession,
IHTTPRequest req,
IHTTPResponse resp,
byte[] encKeyData) |
Called when a key data is requested.
|
void |
IModuleOnHTTPCupertinoEncryption.onHTTPCupertinoEncryptionKeyRequest(HTTPStreamerSessionCupertino httpSession,
IHTTPRequest req,
IHTTPResponse resp) |
Called when a key is requested.
|