Uses of Interface
com.wowza.wms.httpstreamer.model.IHTTPStreamerSession
-
-
Uses of IHTTPStreamerSession in com.wowza.wms.application
Methods in com.wowza.wms.application that return types with arguments of type IHTTPStreamerSession Modifier and Type Method Description java.util.List<IHTTPStreamerSession>
IApplicationInstance. getHTTPStreamerSessions()
Get the HTTPStreamerSessions associated with this application instancejava.util.List<IHTTPStreamerSession>
IApplicationInstance. getHTTPStreamerSessions(int protocol)
Get the HTTPStreamerSessions associated with this application instance by protocol.java.util.List<IHTTPStreamerSession>
IApplicationInstance. getHTTPStreamerSessions(int protocol, String streamName)
Get the HTTPStreamerSessions associated with this application instance for a stream name by protocol.java.util.List<IHTTPStreamerSession>
IApplicationInstance. getHTTPStreamerSessions(String streamName)
Get the HTTPStreamerSessions associated with this application instance for a stream nameMethods in com.wowza.wms.application with parameters of type IHTTPStreamerSession Modifier and Type Method Description void
IApplicationInstance. addHTTPStreamerSession(IHTTPStreamerSession httpStreamerSession)
Add a HTTPStreamerSession to this application instancevoid
IApplicationInstance. notifyHTTPSessionCreate(IHTTPStreamerSession httpSession)
Notify HTTP session createvoid
IApplicationInstance. notifyHTTPSessionDestroy(IHTTPStreamerSession httpSession)
Notify HTTP session destroyvoid
IApplicationInstance. removeHTTPStreamerSession(IHTTPStreamerSession httpStreamerSession)
Remove a HTTPStreamerSession from this application instanceString
IApplicationInstance. resolvePlayAlias(String name, IHTTPStreamerSession httpSession)
Resolve the play alias with this application's stream name alias provider -
Uses of IHTTPStreamerSession in com.wowza.wms.dvr
Methods in com.wowza.wms.dvr with parameters of type IHTTPStreamerSession Modifier and Type Method Description com.wowza.wms.dvr.mbr.IDvrMbrPlaylistAlignment
IDvrPlayerAdapter. getPlaylistAlignment(IHTTPStreamerSession httpStreamerSession)
-
Uses of IHTTPStreamerSession in com.wowza.wms.httpstreamer.cupertinostreaming.file
Methods in com.wowza.wms.httpstreamer.cupertinostreaming.file that return IHTTPStreamerSession Modifier and Type Method Description IHTTPStreamerSession
IHTTPStreamerCupertinoIndex. getHttpStreamerSession()
Methods in com.wowza.wms.httpstreamer.cupertinostreaming.file with parameters of type IHTTPStreamerSession Modifier and Type Method Description void
IHTTPStreamerCupertinoIndex. indexFile(IHTTPStreamerSession httpStreamerSession)
void
IHTTPStreamerCupertinoIndex. init(IHTTPStreamerApplicationContext appContext, IHTTPStreamerSession httpStreamerSession, String rawStreamName, String streamExt, String streamName, long playStart, long playDuration, long playSeek, com.wowza.wms.timedtext.model.TimedTextRequest timedTextRequest, String vodTranscodeNGRP)
-
Uses of IHTTPStreamerSession in com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer
Classes in com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer that implement IHTTPStreamerSession Modifier and Type Class Description class
HTTPStreamerSessionCupertino
Methods in com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer with parameters of type IHTTPStreamerSession Modifier and Type Method Description IHTTPStreamerCupertinoIndex
HTTPStreamerSessionCupertino. 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)
void
HTTPStreamerSessionCupertino. notifyHTTPSessionCreate(IApplicationInstance appInstance, IHTTPStreamerSession httpStreamerSession)
void
HTTPStreamerSessionCupertino. notifyHTTPSessionDestroy(IApplicationInstance appInstance, IHTTPStreamerSession httpStreamerSession)
void
IHTTPStreamerCupertinoVODActionNotify. onCreate(IHTTPStreamerCupertinoIndex fileIndex, IHTTPStreamerApplicationContext appContext, IHTTPStreamerSession httpStreamerSession, String rawStreamName, String streamExt, String streamName)
Called when file index createdvoid
IHTTPStreamerCupertinoVODActionNotify. onIndex(IHTTPStreamerCupertinoIndex fileIndex, IHTTPStreamerApplicationContext appContext, IHTTPStreamerSession httpStreamerSession, String rawStreamName, String streamExt, String streamName)
Called after file is indexedvoid
IHTTPStreamerCupertinoVODActionNotify. onInit(IHTTPStreamerCupertinoIndex fileIndex, IHTTPStreamerApplicationContext appContext, IHTTPStreamerSession httpStreamerSession, String rawStreamName, String streamExt, String streamName)
Called after initializedvoid
IHTTPStreamerCupertinoVODActionNotify. onOpen(IHTTPStreamerCupertinoIndex fileIndex, IHTTPStreamerApplicationContext appContext, IHTTPStreamerSession httpStreamerSession, String rawStreamName, String streamExt, String streamName)
Called after open -
Uses of IHTTPStreamerSession in com.wowza.wms.httpstreamer.directstreaming.httpstreamer
Classes in com.wowza.wms.httpstreamer.directstreaming.httpstreamer that implement IHTTPStreamerSession Modifier and Type Class Description class
HTTPStreamerSessionDirect
-
Uses of IHTTPStreamerSession in com.wowza.wms.httpstreamer.model
Classes in com.wowza.wms.httpstreamer.model that implement IHTTPStreamerSession Modifier and Type Class Description class
com.wowza.wms.httpstreamer.model.HTTPStreamerSessionBase
Methods in com.wowza.wms.httpstreamer.model that return IHTTPStreamerSession Modifier and Type Method Description IHTTPStreamerSession
IHTTPSessionFactory. createHTTPSessionInstance(IHTTPRequest req)
Methods in com.wowza.wms.httpstreamer.model with parameters of type IHTTPStreamerSession Modifier and Type Method Description void
IHTTPSessionNotify. notifyHTTPSessionCreate(IApplicationInstance appInstance, IHTTPStreamerSession httpStreamerSession)
void
IHTTPSessionNotify. notifyHTTPSessionDestroy(IApplicationInstance appInstance, IHTTPStreamerSession httpStreamerSession)
void
IHTTPStreamerRequestNotify. onHTTPStreamerRequest(IHTTPStreamerSession httpStreamerSession, IHTTPStreamerRequestContext requestContext)
Called during an HTTP streaming request after the session has been createdvoid
IHTTPStreamerSessionNotify. onHTTPStreamerSessionCreate(IHTTPStreamerSession httpStreamerSession)
Called when an HTTP streaming session is createdvoid
IHTTPStreamerSessionNotify. onHTTPStreamerSessionDestroy(IHTTPStreamerSession httpStreamerSession)
Called when an HTTP streaming session is destroyedvoid
IHTTPStreamerAdapter. shutdownSession(IApplicationInstance appInstance, IHTTPStreamerSession session)
Called when an HTTP streaming session is shutdown -
Uses of IHTTPStreamerSession in com.wowza.wms.httpstreamer.mpegdashstreaming.file
Methods in com.wowza.wms.httpstreamer.mpegdashstreaming.file that return IHTTPStreamerSession Modifier and Type Method Description IHTTPStreamerSession
IHTTPStreamerMPEGDashIndex. getHttpStreamerSession()
Methods in com.wowza.wms.httpstreamer.mpegdashstreaming.file with parameters of type IHTTPStreamerSession Modifier and Type Method Description boolean
IHTTPStreamerMPEGDashIndex. indexFile(IHTTPStreamerSession httpStreamerSession, String rawStreamName)
void
IHTTPStreamerMPEGDashIndex. init(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)
-
Uses of IHTTPStreamerSession in com.wowza.wms.httpstreamer.mpegdashstreaming.httpstreamer
Classes in com.wowza.wms.httpstreamer.mpegdashstreaming.httpstreamer that implement IHTTPStreamerSession Modifier and Type Class Description class
HTTPStreamerSessionMPEGDash
Methods in com.wowza.wms.httpstreamer.mpegdashstreaming.httpstreamer with parameters of type IHTTPStreamerSession 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)
void
HTTPStreamerSessionMPEGDash. notifyHTTPSessionCreate(IApplicationInstance appInstance, IHTTPStreamerSession httpStreamerSession)
void
HTTPStreamerSessionMPEGDash. notifyHTTPSessionDestroy(IApplicationInstance appInstance, IHTTPStreamerSession httpStreamerSession)
-
Uses of IHTTPStreamerSession in com.wowza.wms.httpstreamer.mpegdashstreaming.util
Methods in com.wowza.wms.httpstreamer.mpegdashstreaming.util with parameters of type IHTTPStreamerSession Modifier and Type Method Description static CencInfo
MPEGDashUtils. getCencInfo(IApplicationInstance appInstance, String streamName, IHTTPStreamerSession httpStreamerSession, IHTTPStreamerMPEGDashIndex index, long segmentId, CencInfo cencInfo)
-
Uses of IHTTPStreamerSession in com.wowza.wms.httpstreamer.sanjosestreaming.file
Methods in com.wowza.wms.httpstreamer.sanjosestreaming.file that return IHTTPStreamerSession Modifier and Type Method Description IHTTPStreamerSession
IHTTPStreamerSanJoseIndex. getHttpStreamerSession()
Deprecated.Methods in com.wowza.wms.httpstreamer.sanjosestreaming.file with parameters of type IHTTPStreamerSession Modifier and Type Method Description void
IHTTPStreamerSanJoseIndex. indexFile(IHTTPStreamerSession httpStreamerSession)
Deprecated.void
IHTTPStreamerSanJoseIndex. init(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)
Deprecated. -
Uses of IHTTPStreamerSession in com.wowza.wms.httpstreamer.sanjosestreaming.httpstreamer
Methods in com.wowza.wms.httpstreamer.sanjosestreaming.httpstreamer with parameters of type IHTTPStreamerSession Modifier and Type Method Description static com.wowza.wms.httpstreamer.sanjosestreaming.file.IHTTPStreamerSanJoseIndex
HTTPStreamerSessionSanJose. createIndexLive(IHTTPStreamerApplicationContext appContext, IHTTPStreamerSession httpStreamerSession, String rawStreamName, String streamExt, String streamName)
Deprecated.com.wowza.wms.httpstreamer.sanjosestreaming.file.IHTTPStreamerSanJoseIndex
HTTPStreamerSessionSanJose. 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, boolean saveIndex)
Deprecated.com.wowza.wms.httpstreamer.sanjosestreaming.file.IHTTPStreamerSanJoseIndex
HTTPStreamerSessionSanJose. getIndexLive(IHTTPStreamerApplicationContext appContext, IHTTPStreamerSession httpStreamerSession, String rawStreamName, String streamExt, String streamName)
Deprecated.void
HTTPStreamerSessionSanJose. notifyHTTPSessionCreate(IApplicationInstance appInstance, IHTTPStreamerSession httpStreamerSession)
Deprecated.void
HTTPStreamerSessionSanJose. notifyHTTPSessionDestroy(IApplicationInstance appInstance, IHTTPStreamerSession httpStreamerSession)
Deprecated. -
Uses of IHTTPStreamerSession in com.wowza.wms.httpstreamer.smoothstreaming.file
Methods in com.wowza.wms.httpstreamer.smoothstreaming.file that return IHTTPStreamerSession Modifier and Type Method Description IHTTPStreamerSession
IHTTPStreamerSmoothStreamerIndex. getHttpStreamerSession()
Deprecated.IHTTPStreamerSession
IMediaReaderSmoothStreamer. getHttpStreamerSession()
Deprecated.Methods in com.wowza.wms.httpstreamer.smoothstreaming.file with parameters of type IHTTPStreamerSession Modifier and Type Method Description void
IHTTPStreamerSmoothStreamerIndex. init(IHTTPStreamerSession httpStreamerSession, IHTTPStreamerApplicationContext appContext, String streamExt, String streamName, long playStart, long playDuration, long playSeek, String vodTranscodeNGRP)
Deprecated.void
IMediaReaderSmoothStreamer. setHttpStreamerSession(IHTTPStreamerSession httpStreamerSession)
Deprecated. -
Uses of IHTTPStreamerSession in com.wowza.wms.httpstreamer.smoothstreaming.httpstreamer
Methods in com.wowza.wms.httpstreamer.smoothstreaming.httpstreamer with parameters of type IHTTPStreamerSession Modifier and Type Method Description com.wowza.wms.httpstreamer.smoothstreaming.file.IHTTPStreamerSmoothStreamerIndex
HTTPStreamerSessionSmoothStreamer. getIndex(IHTTPStreamerSession httpStreamerSession, IHTTPStreamerApplicationContext appContext, String streamExt, String streamName, long playStart, long playDuration, long playSeek, String vodTranscodeNGRP)
Deprecated.void
HTTPStreamerSessionSmoothStreamer. notifyHTTPSessionCreate(IApplicationInstance appInstance, IHTTPStreamerSession httpStreamerSession)
Deprecated.void
HTTPStreamerSessionSmoothStreamer. notifyHTTPSessionDestroy(IApplicationInstance appInstance, IHTTPStreamerSession httpStreamerSession)
Deprecated. -
Uses of IHTTPStreamerSession in com.wowza.wms.httpstreamer.smoothstreaming.util
Methods in com.wowza.wms.httpstreamer.smoothstreaming.util with parameters of type IHTTPStreamerSession Modifier and Type Method Description static com.wowza.wms.httpstreamer.smoothstreaming.livestreampacketizer.SmoothStreamingLivePlaylist
LiveStreamPacketizerSmoothStreamerUtils. parseLivePlaylist(IHTTPStreamerApplicationContext appContext, String streamName, String streamExt, IHTTPStreamerSession httpStreamerSession)
Deprecated. -
Uses of IHTTPStreamerSession in com.wowza.wms.httpstreamer.tsstreaming.httpstreamer
Classes in com.wowza.wms.httpstreamer.tsstreaming.httpstreamer that implement IHTTPStreamerSession Modifier and Type Class Description class
HTTPStreamerSessionTS
-
Uses of IHTTPStreamerSession in com.wowza.wms.httpstreamer.webmstreaming.httpstreamer
Classes in com.wowza.wms.httpstreamer.webmstreaming.httpstreamer that implement IHTTPStreamerSession Modifier and Type Class Description class
HTTPStreamerSessionWebM
-
Uses of IHTTPStreamerSession in com.wowza.wms.manifest.builder
Methods in com.wowza.wms.manifest.builder with parameters of type IHTTPStreamerSession Modifier and Type Method Description static String
ManifestService. getManifest(java.util.Map<String,Object> params, IHTTPStreamerSession httpStreamerSession, com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer.HTTPStreamerAdapterCupertinoStreamer.RequestInfo requestInfo)
static ManifestModel
ManifestService. getManifestModel(java.util.Map<String,Object> params, IHTTPStreamerSession httpStreamerSession, com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer.HTTPStreamerAdapterCupertinoStreamer.RequestInfo requestInfo)
-
Uses of IHTTPStreamerSession in com.wowza.wms.manifest.model
Methods in com.wowza.wms.manifest.model with parameters of type IHTTPStreamerSession 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 -
Uses of IHTTPStreamerSession in com.wowza.wms.manifest.model.m3u8
Methods in com.wowza.wms.manifest.model.m3u8 with parameters of type IHTTPStreamerSession 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)
-
Uses of IHTTPStreamerSession in com.wowza.wms.module
Methods in com.wowza.wms.module with parameters of type IHTTPStreamerSession Modifier and Type Method Description void
IModuleOnHTTPCmafEncryption. onHTTPCmafEncryptionKeyVODSegment(IHTTPStreamerSession httpSession, CencInfo cencInfo, long segmentId, int contentType)
Called when video on demand key is requested (per-session).void
IModuleOnHTTPSession. onHTTPSessionCreate(IHTTPStreamerSession httpSession)
Invoked when an HTTP Session is created (both Smooth and Cupertino sessions).void
IModuleOnHTTPSession. onHTTPSessionDestroy(IHTTPStreamerSession httpSession)
Invoked when an HTTP Session is destroyed (both Smooth and Cupertino sessions). -
Uses of IHTTPStreamerSession in com.wowza.wms.stream
Methods in com.wowza.wms.stream that return IHTTPStreamerSession Modifier and Type Method Description IHTTPStreamerSession
IMediaListReader. getHTTPStreamerSession()
Get the HTTPStreamerSession associated with this media list readerIHTTPStreamerSession
IMediaStream. getHTTPStreamerSession()
Get the HTTPStreamer session associated with this streamMethods in com.wowza.wms.stream with parameters of type IHTTPStreamerSession Modifier and Type Method Description void
IMediaListReader. init(IApplicationInstance appInstance, IMediaStream stream, String mediaReadType, String basePath, String mediaName, IHTTPStreamerSession httpStreamerSession)
Initialize mediaReaderString
IMediaStreamNameAliasProvider2. resolvePlayAlias(IApplicationInstance appInstance, String name, IHTTPStreamerSession httpSession)
Resolve play alias for HTTP streaming.String
MediaStreamNameAliasProviderBase. resolvePlayAlias(IApplicationInstance appInstance, String name, IHTTPStreamerSession httpSession)
void
IMediaListReader. setHTTPStreamerSession(IHTTPStreamerSession httpStreamerSession)
Set the HTTPStreamerSession associated with this media list readervoid
IMediaStream. setHTTPStreamerSession(IHTTPStreamerSession httpStreamerSession)
Set the HTTPStreamer session associated with this stream
-