public interface ICupertinoMediaCasterManageStreamName
| Modifier and Type | Method | Description |
|---|---|---|
String |
getStreamName(String inputName,
int streamsSize,
int count,
ICupertinoMediaCasterHolder inboundStreamInformation) |
Called when a new stream is being created by the Apple HLS ingestion code
|
void |
init(IApplicationInstance appins,
IMediaCaster mediacaster,
com.wowza.wms.mediacaster.cupertino.CupertinoMediaCasterContext context) |
Called when the called is initiated
|
String getStreamName(String inputName,
int streamsSize,
int count,
ICupertinoMediaCasterHolder inboundStreamInformation)
inputName - - The basename of the stream being created. This should be the name of the .stream namestreamsSize - - The number of streams found when the base manifest was parsedcount - - The number of this stream in relation to the main countinboundStreamInformation - - The context information when the manifest was parsedvoid init(IApplicationInstance appins, IMediaCaster mediacaster, com.wowza.wms.mediacaster.cupertino.CupertinoMediaCasterContext context)
appins - - Application instancemediacaster - - The mediacaster making the callcontext - - MediaCaster context object containing configuration settings