Uses of Interface
com.wowza.wms.application.IApplicationInstance
Packages that use IApplicationInstance
Package
Description
-
Uses of IApplicationInstance in com.wowza.io
Methods in com.wowza.io that return IApplicationInstanceMethods in com.wowza.io with parameters of type IApplicationInstanceModifier and TypeMethodDescriptionvoid
IRandomAccessReader.init
(IApplicationInstance appInstance, IMediaStream stream, String basePath, String mediaName, String mediaExtension) Intialize RandomAccessReadervoid
IRandomAccessWriter2.init
(IApplicationInstance appInstance, IMediaStream stream, String basePath, String mediaName, String mediaExtension) Intialize RandomAccessReadervoid
ITextReader.init
(IApplicationInstance appInstance, IMediaStream stream, String basePath, String mediaName) void
ITextWriter.init
(IApplicationInstance appInstance, IMediaStream stream, String basePath, String mediaName) void
HTTPByteReaderS3.setAppInstance
(IApplicationInstance appInstance) Constructors in com.wowza.io with parameters of type IApplicationInstanceModifierConstructorDescriptionHTTPByteReaderS3
(String host, int port, IApplicationInstance appInstance) -
Uses of IApplicationInstance in com.wowza.wms.application
Methods in com.wowza.wms.application that return IApplicationInstanceModifier and TypeMethodDescriptionIApplication.getAppInstance
(String name) Get applicationInstance object by name.IApplication.getAppInstance
(String name, boolean doLoad) Get applicationInstance object by name and optionally load it if it was not already loaded.Methods in com.wowza.wms.application with parameters of type IApplicationInstanceModifier and TypeMethodDescriptionvoid
IApplicationInstanceNotify.onApplicationInstanceCreate
(IApplicationInstance applicationInstance) Triggered when applicationInstance createdvoid
IApplicationInstanceNotify.onApplicationInstanceDestroy
(IApplicationInstance applicationInstance) Triggered when applicationInstance destroyedvoid
IApplication.removeAppInstance
(IApplicationInstance appInstance) Disconnect all clients connected to an application instance and remove it from the IApplication application list. -
Uses of IApplicationInstance in com.wowza.wms.authentication
Methods in com.wowza.wms.authentication with parameters of type IApplicationInstanceModifier and TypeMethodDescriptionvoid
IAuthenticate.init
(IApplicationInstance appInstance, com.wowza.wms.authentication.AuthenticationItem authenticationItem) Initialize authentication class when instantiated as part of an application instancevoid
IAuthenticate2.init
(IApplicationInstance appInstance, com.wowza.wms.authentication.AuthenticationItem authenticationItem) Initialize authentication class when instantiated as part of an application instancevoid
IAuthenticate3.init
(IApplicationInstance appInstance, com.wowza.wms.authentication.AuthenticationItem authenticationItem) Initialize authentication class when instantiated as part of an application instance -
Uses of IApplicationInstance in com.wowza.wms.client
Methods in com.wowza.wms.client that return IApplicationInstance -
Uses of IApplicationInstance in com.wowza.wms.drm.cenc
Methods in com.wowza.wms.drm.cenc with parameters of type IApplicationInstanceModifier and TypeMethodDescriptionstatic boolean
CencInfo.loadFromKeyFile
(IApplicationInstance appInstance, String streamName, CencInfo cencInfo, long chunkId, int contentType, int chunkDurationTarget, String keyFileParamPrefix) void
CencInfo.setAppInstance
(IApplicationInstance appInstance) -
Uses of IApplicationInstance in com.wowza.wms.dvr
Methods in com.wowza.wms.dvr that return IApplicationInstanceModifier and TypeMethodDescriptionIDvrStreamStore.getAppInstance()
Get associated application instance.Methods in com.wowza.wms.dvr with parameters of type IApplicationInstanceModifier and TypeMethodDescriptionvoid
IDvrTextReader.init
(IApplicationInstance appInstance, IMediaStream stream, com.wowza.wms.dvr.io.IDvrFileSystem fileSystem, String artifactName) void
IDvrTextWriter.init
(IApplicationInstance appInstance, IMediaStream stream, com.wowza.wms.dvr.io.IDvrFileSystem fileSystem, String artifactName) void
IDvrTextWriter.init
(IApplicationInstance appInstance, IMediaStream stream, com.wowza.wms.dvr.io.IDvrFileSystem fileSystem, String artifactName, IDvrStreamStore store) -
Uses of IApplicationInstance in com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer
Methods in com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer with parameters of type IApplicationInstanceModifier and TypeMethodDescriptionvoid
HTTPStreamerSessionCupertino.notifyHTTPSessionCreate
(IApplicationInstance appInstance, IHTTPStreamerSession httpStreamerSession) void
HTTPStreamerSessionCupertino.notifyHTTPSessionDestroy
(IApplicationInstance appInstance, IHTTPStreamerSession httpStreamerSession) -
Uses of IApplicationInstance in com.wowza.wms.httpstreamer.cupertinostreaming.livestreampacketizer
Methods in com.wowza.wms.httpstreamer.cupertinostreaming.livestreampacketizer with parameters of type IApplicationInstanceModifier and TypeMethodDescriptionstatic int
LiveStreamPacketizerCupertino.getChunkDurationTarget
(IApplicationInstance appInstance, String packetizer) void
LiveStreamPacketizerCupertino.init
(String streamName, String packetizerName, IApplicationInstance appInstance, com.wowza.wms.stream.livepacketizer.LiveStreamPacketizerItem liveStreamPacketizerItem) -
Uses of IApplicationInstance in com.wowza.wms.httpstreamer.cupertinostreaming.util
Methods in com.wowza.wms.httpstreamer.cupertinostreaming.util with parameters of type IApplicationInstanceModifier and TypeMethodDescriptionstatic com.wowza.wms.httpstreamer.cupertinostreaming.util.CupertinoEncInfo
LiveStreamPacketizerCupertinoUtils.getEncInfo
(IApplicationInstance appInstance, String streamName) -
Uses of IApplicationInstance in com.wowza.wms.httpstreamer.model
Methods in com.wowza.wms.httpstreamer.model that return IApplicationInstanceModifier and TypeMethodDescriptionIHTTPStreamerApplicationContext.getAppInstance()
Get application instanceIHTTPStreamerSession.getAppInstance()
Get the application instance associated with this HTTP sessionMethods in com.wowza.wms.httpstreamer.model with parameters of type IApplicationInstanceModifier and TypeMethodDescriptionIHTTPStreamerAdapter.getLiveStreamPacketizer
(IApplicationInstance appInstance) Get the default live stream packetizer.IHTTPStreamerAdapter.getLiveStreamPacketizer
(IApplicationInstance appInstance, com.wowza.wms.httpstreamer.model.SegmentFormat segmentFormat) Get the default live stream packetizer.IHTTPStreamerAdapter.getLiveStreamRepeater
(IApplicationInstance appInstance) Get the default live stream repeater.IHTTPStreamerAdapter.getLiveStreamRepeater
(IApplicationInstance appInstance, com.wowza.wms.httpstreamer.model.SegmentFormat segmentFormat) Get the default live stream repeater.void
IHTTPStreamerApplicationContext.init
(IApplicationInstance appInstance, com.wowza.wms.httpstreamer.model.HTTPStreamerItem httpStreamerItem) Initialize contextvoid
IHTTPSessionNotify.notifyHTTPSessionCreate
(IApplicationInstance appInstance, IHTTPStreamerSession httpStreamerSession) void
IHTTPSessionNotify.notifyHTTPSessionDestroy
(IApplicationInstance appInstance, IHTTPStreamerSession httpStreamerSession) void
IHTTPStreamerSession.setAppInstance
(IApplicationInstance appInstance) Set the application instance associated with this HTTP sessionvoid
IHTTPStreamerAdapter.shutdownSession
(IApplicationInstance appInstance, IHTTPStreamerSession session) Called when an HTTP streaming session is shutdown -
Uses of IApplicationInstance in com.wowza.wms.httpstreamer.mpegdashstreaming.httpstreamer
Methods in com.wowza.wms.httpstreamer.mpegdashstreaming.httpstreamer with parameters of type IApplicationInstanceModifier and TypeMethodDescriptionvoid
HTTPStreamerSessionMPEGDash.notifyHTTPSessionCreate
(IApplicationInstance appInstance, IHTTPStreamerSession httpStreamerSession) void
HTTPStreamerSessionMPEGDash.notifyHTTPSessionDestroy
(IApplicationInstance appInstance, IHTTPStreamerSession httpStreamerSession) -
Uses of IApplicationInstance in com.wowza.wms.httpstreamer.mpegdashstreaming.livestreampacketizer
Methods in com.wowza.wms.httpstreamer.mpegdashstreaming.livestreampacketizer with parameters of type IApplicationInstanceModifier and TypeMethodDescriptionstatic int
LiveStreamPacketizerMPEGDash.getSegmentDurationTarget
(IApplicationInstance appInstance, String packetizer) void
LiveStreamPacketizerMPEGDash.init
(String streamName, String packetizerName, IApplicationInstance appInstance, com.wowza.wms.stream.livepacketizer.LiveStreamPacketizerItem liveStreamPacketizerItem) protected void
LiveStreamPacketizerMPEGDash.parseProps
(IApplicationInstance appInstance) -
Uses of IApplicationInstance in com.wowza.wms.httpstreamer.mpegdashstreaming.util
Methods in com.wowza.wms.httpstreamer.mpegdashstreaming.util with parameters of type IApplicationInstanceModifier and TypeMethodDescriptionstatic CencInfo
MPEGDashUtils.getCencInfo
(IApplicationInstance appInstance, String streamName, IHTTPStreamerSession httpStreamerSession, IHTTPStreamerMPEGDashIndex index, long segmentId, CencInfo cencInfo) static CencInfo
MPEGDashUtils.getCencInfo
(IApplicationInstance appInstance, String streamName, ILiveStreamPacketizer liveStreamPacketizer, long segmentId, CencInfo cencInfo) -
Uses of IApplicationInstance in com.wowza.wms.httpstreamer.sanjosestreaming.httpstreamer
Methods in com.wowza.wms.httpstreamer.sanjosestreaming.httpstreamer with parameters of type IApplicationInstanceModifier and TypeMethodDescriptionvoid
HTTPStreamerSessionSanJose.notifyHTTPSessionCreate
(IApplicationInstance appInstance, IHTTPStreamerSession httpStreamerSession) Deprecated.void
HTTPStreamerSessionSanJose.notifyHTTPSessionDestroy
(IApplicationInstance appInstance, IHTTPStreamerSession httpStreamerSession) Deprecated. -
Uses of IApplicationInstance in com.wowza.wms.httpstreamer.sanjosestreaming.livestreampacketizer
Methods in com.wowza.wms.httpstreamer.sanjosestreaming.livestreampacketizer with parameters of type IApplicationInstanceModifier and TypeMethodDescriptionvoid
LiveStreamPacketizerSanJose.init
(String streamName, String packetizerName, IApplicationInstance appInstance, com.wowza.wms.stream.livepacketizer.LiveStreamPacketizerItem liveStreamPacketizerItem) Deprecated. -
Uses of IApplicationInstance in com.wowza.wms.httpstreamer.smoothstreaming.httpstreamer
Methods in com.wowza.wms.httpstreamer.smoothstreaming.httpstreamer with parameters of type IApplicationInstanceModifier and TypeMethodDescriptionvoid
HTTPStreamerSessionSmoothStreamer.notifyHTTPSessionCreate
(IApplicationInstance appInstance, IHTTPStreamerSession httpStreamerSession) Deprecated.void
HTTPStreamerSessionSmoothStreamer.notifyHTTPSessionDestroy
(IApplicationInstance appInstance, IHTTPStreamerSession httpStreamerSession) Deprecated. -
Uses of IApplicationInstance in com.wowza.wms.httpstreamer.smoothstreaming.livestreampacketizer
Methods in com.wowza.wms.httpstreamer.smoothstreaming.livestreampacketizer with parameters of type IApplicationInstanceModifier and TypeMethodDescriptionvoid
LiveStreamPacketizerSmoothStreaming.init
(String streamName, String packetizerName, IApplicationInstance appInstance, com.wowza.wms.stream.livepacketizer.LiveStreamPacketizerItem liveStreamPacketizerItem) Deprecated. -
Uses of IApplicationInstance in com.wowza.wms.httpstreamer.smoothstreaming.util
Methods in com.wowza.wms.httpstreamer.smoothstreaming.util with parameters of type IApplicationInstanceModifier and TypeMethodDescriptionstatic com.wowza.wms.drm.playready.PlayReadyKeyInfo
LiveStreamPacketizerSmoothStreamerUtils.getEncInfo
(IApplicationInstance appInstance, String streamName) Deprecated. -
Uses of IApplicationInstance in com.wowza.wms.livestreamrecord.manager
Methods in com.wowza.wms.livestreamrecord.manager that return IApplicationInstanceModifier and TypeMethodDescriptionIStreamRecorder.getAppInstance()
Called to get the application Instance the recorder is associated withMethods in com.wowza.wms.livestreamrecord.manager with parameters of type IApplicationInstanceModifier and TypeMethodDescriptionILiveStreamRecordManager.getRecorder
(IApplicationInstance appInstance, String streamName) Used to get a specific IStreamRecorder from the LiveStreamRecordManager Modifying the returned IStreamRecorder while a recording is active may result in undefined behavior.ILiveStreamRecordManager.getRecordersList
(IApplicationInstance appInstance) Used to get the list of IStreamRecorders for a specific application instance.ILiveStreamRecordManager.getRecordersMap
(IApplicationInstance appInstance) Used to get the Map of stream Name to IStreamRecorder for a specific application instance.void
ILiveStreamRecordManager.splitRecording
(IApplicationInstance appInstance, String streamName) Used to tell the LiveStreamRecordManager to split (a.k.a segment) a recording immediately for a specific stream in a specific application instance.void
ILiveStreamRecordManager.startRecording
(IApplicationInstance appInstance, StreamRecorderParameters params) Used to tell the LiveStreamRecordManager to create StreamRecorders for all streams which are published to the specified application instance.void
ILiveStreamRecordManager.startRecording
(IApplicationInstance appInstance, String streamName, StreamRecorderParameters params) Used to tell the LiveStreamRecordManager to create a StreamRecorder for a specific stream in a specific application instance.void
ILiveStreamRecordManager.stopRecording
(IApplicationInstance appInstance) Used to tell the LiveStreamRecordManager to stop all StreamRecorders on a specific application instance.void
ILiveStreamRecordManager.stopRecording
(IApplicationInstance appInstance, String streamName) Used to tell the LiveStreamRecordManager to stop a StreamRecorder for a specific stream in a specific application instance.Constructors in com.wowza.wms.livestreamrecord.manager with parameters of type IApplicationInstanceModifierConstructorDescriptionStreamRecorderParameters
(IApplicationInstance appInstance) The constructor will read any defaults set via properties in application.xml and will use those values as the default values for this class.StreamRecorderParameters
(IApplicationInstance appInstance, StreamRecorderParameters params) The constructor will copy another StreamRecorderParameters object. -
Uses of IApplicationInstance in com.wowza.wms.livestreamrecord.model
Methods in com.wowza.wms.livestreamrecord.model with parameters of type IApplicationInstanceModifier and TypeMethodDescriptionvoid
ILiveStreamRecord.init
(IApplicationInstance appInstance) Deprecated.void
ILiveStreamRecord.init
(IApplicationInstance appInstance, IStreamRecorder streamRecorder) Deprecated. -
Uses of IApplicationInstance in com.wowza.wms.logging
Methods in com.wowza.wms.logging with parameters of type IApplicationInstanceModifier and TypeMethodDescriptionstatic WMSLogger
WMSLoggerFactory.getLoggerObj
(IApplicationInstance appInstance) static WMSLogger
WMSLoggerFactory.getLoggerObj
(Class classObj, IApplicationInstance appInstance) static void
WMSLoggerFactory.initContextLogging
(IApplicationInstance appInstance) -
Uses of IApplicationInstance in com.wowza.wms.mediacache.model
Methods in com.wowza.wms.mediacache.model with parameters of type IApplicationInstanceModifier and TypeMethodDescriptionIMediaCacheContextMapper.getMediaNameFromContext
(IApplicationInstance appInstance, IMediaStream stream, String basePath, String mediaName, String mediaExtension) -
Uses of IApplicationInstance in com.wowza.wms.mediacaster
Methods in com.wowza.wms.mediacaster that return IApplicationInstanceModifier and TypeMethodDescriptionIMediaCaster.getAppInstance()
Get the application instance this media caster is associated withMediaCasterStreamMap.getApplicationInstance()
Get the parent application instance for this mapMethods in com.wowza.wms.mediacaster with parameters of type IApplicationInstanceModifier and TypeMethodDescriptionvoid
IMediaCaster.init
(MediaCasterStreamItem mediaCasterStreamItem, MediaCasterItem mediaCasterDef, IApplicationInstance appInstance, String mediaCasterId, String streamExt) Initialize the media castervoid
ModuleMediaCaster.onAppStart
(IApplicationInstance appInstance) onAppStartvoid
ModuleMediaCaster.onAppStop
(IApplicationInstance appInstance) onAppStopboolean
IMediaCasterValidateMediaCaster.onResetMediaCaster
(IApplicationInstance appInstance, IMediaCaster mediaCaster) Called when media caster is resetboolean
IMediaCasterValidateMediaCaster.onValidateMediaCaster
(IApplicationInstance appInstance, IMediaCaster mediaCaster) Called for each media caster to validate the media caster.void
IMediaCasterValidateMediaCaster.onValidateMediaCastersStart
(IApplicationInstance appInstance) Called when validation for all streams of an application instance is startingvoid
IMediaCasterValidateMediaCaster.onValidateMediaCastersStop
(IApplicationInstance appInstance) Called when validation for all streams of an application instance is donevoid
IMediaCaster.setAppInstance
(IApplicationInstance appInstance) Set the application instance this media caster is assoicated withConstructors in com.wowza.wms.mediacaster with parameters of type IApplicationInstanceModifierConstructorDescriptionMediaCasterStreamMap
(IApplicationInstance appInstance) Create a new mediacaster map -
Uses of IApplicationInstance in com.wowza.wms.mediacaster.cupertino
Methods in com.wowza.wms.mediacaster.cupertino with parameters of type IApplicationInstanceModifier and TypeMethodDescriptionvoid
ICupertinoMediaCasterChunkFetch.init
(IApplicationInstance appins, com.wowza.wms.mediacaster.cupertino.CupertinoMediaCasterContext context) Called when the class is initiated.void
ICupertinoMediaCasterID3Processor.init
(IApplicationInstance appins, com.wowza.wms.mediacaster.cupertino.CupertinoMediaCasterContext context) void
ICupertinoMediaCasterManageStreamName.init
(IApplicationInstance appins, IMediaCaster mediacaster, com.wowza.wms.mediacaster.cupertino.CupertinoMediaCasterContext context) Called when the called is initiatedvoid
ICupertinoMediaCasterSegments.init
(com.wowza.wms.mediacaster.cupertino.CupertinoMediaCasterConnection connection, IApplicationInstance appins, com.wowza.wms.mediacaster.cupertino.CupertinoMediaCasterContext context) Initialise this segments handler -
Uses of IApplicationInstance in com.wowza.wms.mediacaster.rtp
Methods in com.wowza.wms.mediacaster.rtp with parameters of type IApplicationInstanceModifier and TypeMethodDescriptioncom.wowza.wms.mediacaster.rtp.RTPSessionDescriptionData
IRTPSessionDescriptionDataProvider.getSessionDescriptionData
(IApplicationInstance appInstance, String streamName, int retryCount, IRTPSessionDescriptionSessionHandler handler, IMediaCaster mediaCaster) -
Uses of IApplicationInstance in com.wowza.wms.mediacaster.shoutcast
Methods in com.wowza.wms.mediacaster.shoutcast with parameters of type IApplicationInstanceModifier and TypeMethodDescriptionvoid
IShoutCastHeaderDecoder.setAppInstance
(IApplicationInstance appins) -
Uses of IApplicationInstance in com.wowza.wms.module
Methods in com.wowza.wms.module that return IApplicationInstanceModifier and TypeMethodDescriptionprotected static IApplicationInstance
ModuleBase.getAppInstance
(IClient client) Get applicationInstace of a client.ServerListenerStreamDemoPublisher.getAppInstance
(IVHost vhost, ServerListenerStreamDemoPublisher.DemoPublisherConfig config) ServerListenerStreamDemoPublisher.getAppInstance
(IVHost vhost, String appName, String appInstName) Methods in com.wowza.wms.module with parameters of type IApplicationInstanceModifier and TypeMethodDescriptionprotected static WMSLogger
ModuleBase.getLogger
(Class classObj, IApplicationInstance appInstance) Get the logging interface.void
IModuleOnApp2.onAppCreate
(IApplicationInstance appInstance) Invoked when an application instance is created.void
IModuleOnApp2.onAppDestroy
(IApplicationInstance appInstance) Invoked when an application instance is destroyedvoid
ServerListenerStreamDemoPublisher.onApplicationInstanceCreate
(IApplicationInstance applicationInstance) void
ServerListenerStreamDemoPublisher.onApplicationInstanceDestroy
(IApplicationInstance applicationInstance) void
IModuleOnApp.onAppStart
(IApplicationInstance appInstance) Invoked when an application instance is started.void
IModuleOnApp.onAppStop
(IApplicationInstance appInstance) Invoked when an application instance is stopped (destroyed).void
IModuleOnHTTPCupertinoEncryption.onHTTPCupertinoEncryptionKeyCreateLive
(IApplicationInstance appInstance, String streamName, byte[] encKey) Called when live stream key is requested (per-published stream)void
IModuleOnHTTPSmoothStreamingPlayReady.onHTTPSmoothStreamingPlayReadyCreateLive
(IApplicationInstance appInstance, String streamName, com.wowza.wms.drm.playready.PlayReadyKeyInfo playReadyKeyInfo) void
ServerListenerStreamDemoPublisher.startupPublisher
(IApplicationInstance applicationInstance, ServerListenerStreamDemoPublisher.DemoPublisher demoPublisher) -
Uses of IApplicationInstance in com.wowza.wms.netconnection
Methods in com.wowza.wms.netconnection that return IApplicationInstance -
Uses of IApplicationInstance in com.wowza.wms.pushpublish.model
Fields in com.wowza.wms.pushpublish.model declared as IApplicationInstanceModifier and TypeFieldDescriptionprotected IApplicationInstance
PushPublishBase.appInstance
The app instance within-which the module is running.Methods in com.wowza.wms.pushpublish.model that return IApplicationInstanceModifier and TypeMethodDescriptionIPushPublishHTTPOutputBuilder.getAppInstance()
PushPublishBase.getAppInstance()
Get appInstance interface.Methods in com.wowza.wms.pushpublish.model with parameters of type IApplicationInstanceModifier and TypeMethodDescriptionIPushPublishHTTPGroupMember.createGroupPlaylist
(String id, List<List<IPushPublishHTTPGroupMember>> groupingsByRedundantPairs, List<List<IPushPublishHTTPGroupMember>> groupingsByAbrGroups, IApplicationInstance appInstance, String context, WMSProperties properties) Creates a group playlist.void
IPushPublish.init
(IApplicationInstance appInstance2, String streamName, IMediaStream stream, Map<String, String> profileData, Map<String, String> maps, com.wowza.wms.pushpublish.manager.IPushPublisher pushPublisher, boolean debug) void
PushPublishBase.init
(IApplicationInstance appInstance, String streamName, IMediaStream stream, Map<String, String> profileData, Map<String, String> maps, com.wowza.wms.pushpublish.manager.IPushPublisher pushPublisher, boolean streamDebug) Inits the instance.void
PushPublishHTTPBase.init
(IApplicationInstance appInstance, String streamName, IMediaStream stream, Map<String, String> profileData, Map<String, String> maps, com.wowza.wms.pushpublish.manager.IPushPublisher pushPublisher, boolean streamDebug) Inits the instance.void
PushPublishHTTPYouTubeBase.init
(IApplicationInstance appInstance, String streamName, IMediaStream stream, Map<String, String> profileData, Map<String, String> maps, com.wowza.wms.pushpublish.manager.IPushPublisher pushPublisher, boolean streamDebug) void
PushPublishBase.setAppInstance
(IApplicationInstance appInstance) Set appInstance interface.void
IPushPublishProfileUtil.setApplicationInstance
(IApplicationInstance appInstance) Set the application instance associated with this Util class -
Uses of IApplicationInstance in com.wowza.wms.pushpublish.protocol.cupertino
Methods in com.wowza.wms.pushpublish.protocol.cupertino with parameters of type IApplicationInstanceModifier and TypeMethodDescriptionPushPublishHTTPCupertino.createGroupPlaylist
(String id, List<List<IPushPublishHTTPGroupMember>> groupingsByRedundantPairs, List<List<IPushPublishHTTPGroupMember>> groupingsByAbrGroups, IApplicationInstance appInstance, String context, WMSProperties properties) PushPublishHTTPCupertinoUtil.createGroupPlaylist
(String id, List<List<IPushPublishHTTPGroupMember>> groupingsByRedundantPairs, List<List<IPushPublishHTTPGroupMember>> groupingsByAbrGroups, IApplicationInstance appInstance, String context, WMSProperties properties) void
PushPublishHTTPCupertino.init
(IApplicationInstance appInstance, String streamName, IMediaStream stream, Map<String, String> profileData, Map<String, String> maps, com.wowza.wms.pushpublish.manager.IPushPublisher pushPublisher, boolean streamDebug) void
PushPublishHTTPCupertinoAkamaiHandler.init
(IApplicationInstance appInstance, String streamName, IMediaStream stream, Map<String, String> profileData, Map<String, String> maps, com.wowza.wms.pushpublish.manager.IPushPublisher pushPublisher, boolean streamDebug) void
PushPublishHTTPCupertinoCloudStorageHandler.init
(IApplicationInstance appInstance, String streamName, IMediaStream stream, Map<String, String> profileData, Map<String, String> maps, com.wowza.wms.pushpublish.manager.IPushPublisher pushPublisher, boolean streamDebug) void
PushPublishHTTPCupertinoGoogleHandler.init
(IApplicationInstance appInstance, String streamName, IMediaStream stream, Map<String, String> profileData, Map<String, String> maps, com.wowza.wms.pushpublish.manager.IPushPublisher pushPublisher, boolean streamDebug) void
PushPublishHTTPCupertinoWowzaVideoHandler.init
(IApplicationInstance appInstance, String streamName, IMediaStream stream, Map<String, String> profileData, Map<String, String> maps, com.wowza.wms.pushpublish.manager.IPushPublisher pushPublisher, boolean streamDebug) void
PushPublishHTTPCupertinoUtil.setApplicationInstance
(IApplicationInstance appInstance) -
Uses of IApplicationInstance in com.wowza.wms.pushpublish.protocol.rtmp
Methods in com.wowza.wms.pushpublish.protocol.rtmp that return IApplicationInstanceMethods in com.wowza.wms.pushpublish.protocol.rtmp with parameters of type IApplicationInstanceModifier and TypeMethodDescriptionvoid
PushPublishRTMPAkamaiHandler.init
(IApplicationInstance appInstance2, String streamName, IMediaStream stream, Map<String, String> profileData, Map<String, String> maps, com.wowza.wms.pushpublish.manager.IPushPublisher pushPublisher, boolean debug) void
PushPublishRTMPProfileHandler.init
(IApplicationInstance appInstance2, String streamName, IMediaStream stream, Map<String, String> profileData, Map<String, String> maps, com.wowza.wms.pushpublish.manager.IPushPublisher pushPublisher, boolean debug) void
PushPublishRTMP.setAppInstance
(IApplicationInstance appInstance) Set appInstance interface -
Uses of IApplicationInstance in com.wowza.wms.pushpublish.protocol.rtp
Methods in com.wowza.wms.pushpublish.protocol.rtp that return IApplicationInstanceMethods in com.wowza.wms.pushpublish.protocol.rtp with parameters of type IApplicationInstanceModifier and TypeMethodDescriptionvoid
PushPublishRTP.init
(IApplicationInstance appInstance, String streamName, IMediaStream stream, Map<String, String> profileData, Map<String, String> maps, com.wowza.wms.pushpublish.manager.IPushPublisher pushPublisher, boolean debug) void
PushPublishRTP.setAppInstance
(IApplicationInstance appInstance) -
Uses of IApplicationInstance in com.wowza.wms.pushpublish.protocol.sanjose
Methods in com.wowza.wms.pushpublish.protocol.sanjose with parameters of type IApplicationInstanceModifier and TypeMethodDescriptionPushPublishHTTPSanJoseAkamaiHandler.createGroupPlaylist
(String id, List<List<IPushPublishHTTPGroupMember>> groupingsByRedundantPairs, List<List<IPushPublishHTTPGroupMember>> groupingsByAbrGroups, IApplicationInstance appInstance, String context, WMSProperties properties) Deprecated.void
PushPublishHTTPSanJoseAkamaiHandler.init
(IApplicationInstance appInstance, String streamName, IMediaStream stream, Map<String, String> profileData, Map<String, String> maps, com.wowza.wms.pushpublish.manager.IPushPublisher pushPublisher, boolean streamDebug) Deprecated.void
PushPublishHTTPSanJoseAkamaiHandler.setApplicationInstance
(IApplicationInstance appInstance) Deprecated. -
Uses of IApplicationInstance in com.wowza.wms.rtp.model
Fields in com.wowza.wms.rtp.model declared as IApplicationInstanceModifier and TypeFieldDescriptionprotected IApplicationInstance
RTPSession.appInstance
protected IApplicationInstance
RTPSession.appInstanceShutdown
Methods in com.wowza.wms.rtp.model that return IApplicationInstanceModifier and TypeMethodDescriptionRTPSession.getAppInstance()
Get application instanceRTPStream.getAppInstance()
Get application instanceMethods in com.wowza.wms.rtp.model with parameters of type IApplicationInstanceModifier and TypeMethodDescriptionboolean
RTPStream.createStream
(com.wowza.wms.rtp.model.RTPRequestStatus status, IApplicationInstance appInstance) Create IMediaStream, Internal use.com.wowza.wms.rtp.model.RTPPacketizerItem
RTPContext.getAudioPacketizerItem
(IApplicationInstance appInstance, int codecId) Get audio packetizer for a given codec id.com.wowza.wms.rtp.model.RTPPacketizerItem
RTPSession.getAudioPacketizerItem
(RTPContext rtpContext, IApplicationInstance appInstance, int codecId) Get audio packetizer for a given codec id.com.wowza.wms.rtp.model.RTPPacketizerItem
RTPContext.getStreamPacketizerItem
(IApplicationInstance appInstance, int codecId) Get stream packetizer for a given codec id.com.wowza.wms.rtp.model.RTPPacketizerItem
RTPSession.getStreamPacketizerItem
(RTPContext rtpContext, IApplicationInstance appInstance, int codecId) Get stream packetizer for a given codec id.com.wowza.wms.rtp.model.RTPPacketizerItem
RTPContext.getVideoPacketizerItem
(IApplicationInstance appInstance, int codecId) Get video packetizer for a given codec id.com.wowza.wms.rtp.model.RTPPacketizerItem
RTPSession.getVideoPacketizerItem
(RTPContext rtpContext, IApplicationInstance appInstance, int codecId) Get video packetizer for a given codec id.void
RTPStream.initProperties
(IApplicationInstance appInstance) void
RTPSessions.notifySessionCreate
(IApplicationInstance appInstance, RTPSession rtpSession) Notify session createvoid
RTPSessions.notifySessionDestroy
(IApplicationInstance appInstance, RTPSession rtpSession) Notify session destroyvoid
RTPSession.setAppInstance
(IApplicationInstance appInstance) Set application instance -
Uses of IApplicationInstance in com.wowza.wms.sourcecontrol
Methods in com.wowza.wms.sourcecontrol that return IApplicationInstanceModifier and TypeMethodDescriptionISourceControlSession.getApplicationInstance()
Get the IApplicationInstance associated with this sessionMethods in com.wowza.wms.sourcecontrol with parameters of type IApplicationInstanceModifier and TypeMethodDescriptionISourceControl.createSourceControlSession
(String streamName, IApplicationInstance appInstance) Create a SourceControlSession for the device and associate it with the provided stream name and application instancevoid
ISourceControlSession.setApplicationInstance
(IApplicationInstance appInstance) Set the IApplicationInstance associated wit this session -
Uses of IApplicationInstance in com.wowza.wms.sourcecontrol.manager
Methods in com.wowza.wms.sourcecontrol.manager with parameters of type IApplicationInstanceModifier and TypeMethodDescriptionSourceControlManager.createSourceControlSession
(String streamName, IApplicationInstance appInstance) Creates a SourceControlSession for the indicated stream and application instance. -
Uses of IApplicationInstance in com.wowza.wms.stream
Fields in com.wowza.wms.stream declared as IApplicationInstanceMethods in com.wowza.wms.stream that return IApplicationInstanceModifier and TypeMethodDescriptionMediaStreamMap.getAppInstance()
Get the parent applicationInstance.Methods in com.wowza.wms.stream with parameters of type IApplicationInstanceModifier and TypeMethodDescriptionvoid
IMediaListReader.init
(IApplicationInstance appInstance, IMediaStream stream, String mediaReadType, String basePath, String mediaName, IHTTPStreamerSession httpStreamerSession) Initialize mediaReadervoid
IMediaReader.init
(IApplicationInstance appInstance, IMediaStream stream, String mediaReadType, String basePath, String mediaName) Initialize mediaReaderIMediaStreamNameAliasProvider.resolvePlayAlias
(IApplicationInstance appInstance, String name) Called to resolve a play aliasIMediaStreamNameAliasProvider2.resolvePlayAlias
(IApplicationInstance appInstance, String name, IClient client) Resolve play alias for RTMP streamingIMediaStreamNameAliasProvider2.resolvePlayAlias
(IApplicationInstance appInstance, String name, IHTTPStreamerSession httpSession) Resolve play alias for HTTP streaming.IMediaStreamNameAliasProvider2.resolvePlayAlias
(IApplicationInstance appInstance, String name, RTPSession rtpSession) Resolve play alias for RTSP/RTP streamingIMediaStreamNameAliasProvider2.resolvePlayAlias
(IApplicationInstance appInstance, String name, ILiveStreamPacketizer liveStreamPacketizer) Resolve play alias for live stream packetizerIMediaStreamNameAliasProvider3.resolvePlayAlias
(IApplicationInstance appInstance, String name, com.wowza.wms.webrtc.model.WebRTCSession webrtcSession) Resolve play alias for WebRTCSessionIMediaStreamNameAliasProvider3.resolvePlayAlias
(IApplicationInstance appInstance, String name, IWebSocketSession webSocket) Resolve play alias for IWebSocketSessionMediaStreamNameAliasProviderBase.resolvePlayAlias
(IApplicationInstance appInstance, String name) MediaStreamNameAliasProviderBase.resolvePlayAlias
(IApplicationInstance appInstance, String name, IClient client) MediaStreamNameAliasProviderBase.resolvePlayAlias
(IApplicationInstance appInstance, String name, IHTTPStreamerSession httpSession) MediaStreamNameAliasProviderBase.resolvePlayAlias
(IApplicationInstance appInstance, String name, RTPSession rtpSession) MediaStreamNameAliasProviderBase.resolvePlayAlias
(IApplicationInstance appInstance, String name, ILiveStreamPacketizer liveStreamPacketizer) MediaStreamNameAliasProviderBase.resolvePlayAlias
(IApplicationInstance appInstance, String name, com.wowza.wms.webrtc.model.WebRTCSession webrtcSession) MediaStreamNameAliasProviderBase.resolvePlayAlias
(IApplicationInstance appInstance, String name, IWebSocketSession webSocket) IMediaStreamNameAliasProvider.resolveStreamAlias
(IApplicationInstance appInstance, String name) Called to resolve a stream aliasIMediaStreamNameAliasProvider2.resolveStreamAlias
(IApplicationInstance appInstance, String name, IMediaCaster mediaCaster) Resolve stream alias for MediaCasterIMediaStreamNameAliasProvider3.resolveStreamAlias
(IApplicationInstance appInstance, String name, com.wowza.wms.webrtc.model.WebRTCSession webrtcSession) Resolve stream alias for WebRTCSessionIMediaStreamNameAliasProvider3.resolveStreamAlias
(IApplicationInstance appInstance, String name, IWebSocketSession webSocket) Resolve stream alias for IWebSocketSessionMediaStreamNameAliasProviderBase.resolveStreamAlias
(IApplicationInstance appInstance, String name) MediaStreamNameAliasProviderBase.resolveStreamAlias
(IApplicationInstance appInstance, String name, IMediaCaster mediaCaster) MediaStreamNameAliasProviderBase.resolveStreamAlias
(IApplicationInstance appInstance, String name, com.wowza.wms.webrtc.model.WebRTCSession webrtcSession) MediaStreamNameAliasProviderBase.resolveStreamAlias
(IApplicationInstance appInstance, String name, IWebSocketSession webSocket) Constructors in com.wowza.wms.stream with parameters of type IApplicationInstanceModifierConstructorDescriptionMediaStreamMap
(IApplicationInstance appInstance) Create empty MediaStreamMap collection -
Uses of IApplicationInstance in com.wowza.wms.stream.livedvr
Methods in com.wowza.wms.stream.livedvr that return IApplicationInstanceModifier and TypeMethodDescriptionILiveStreamDvrRecorder.getAppInstance()
Get associated applicationInstance.Methods in com.wowza.wms.stream.livedvr with parameters of type IApplicationInstanceModifier and TypeMethodDescriptionvoid
ILiveStreamDvrRecorder.init
(String streamName, String recorderName, IApplicationInstance appInstance, com.wowza.wms.stream.livedvr.DvrRecorderItem dvrRecorderItem) Initialize DVR recorder. -
Uses of IApplicationInstance in com.wowza.wms.stream.livepacketizer
Methods in com.wowza.wms.stream.livepacketizer that return IApplicationInstanceModifier and TypeMethodDescriptionILiveStreamPacketizer.getApplicationInstance()
Get the application instance associated with this live stream packetizer.Methods in com.wowza.wms.stream.livepacketizer with parameters of type IApplicationInstanceModifier and TypeMethodDescriptionvoid
ILiveStreamPacketizer.init
(String streamName, String packetizerName, IApplicationInstance appInstance, com.wowza.wms.stream.livepacketizer.LiveStreamPacketizerItem liveStreamPacketizerItem) Initialize live stream packetizer -
Uses of IApplicationInstance in com.wowza.wms.stream.livetranscoder
Methods in com.wowza.wms.stream.livetranscoder that return IApplicationInstanceModifier and TypeMethodDescriptionILiveStreamTranscoder.getAppInstance()
Get the application instance associated with this live stream transcoder.Methods in com.wowza.wms.stream.livetranscoder with parameters of type IApplicationInstanceModifier and TypeMethodDescriptionvoid
ILiveStreamTranscoder.init
(String streamName, IMediaStream stream, String transcoderName, IApplicationInstance appInstance, com.wowza.wms.stream.livetranscoder.LiveStreamTranscoderItem liveStreamTranscoderItem) Called when live stream transcoder interface is initialized.void
ILiveStreamTranscoder.setAppInstance
(IApplicationInstance appInstance) Set the application instance associated with this live stream transcoder. -
Uses of IApplicationInstance in com.wowza.wms.stream.publish
Methods in com.wowza.wms.stream.publish that return IApplicationInstanceMethods in com.wowza.wms.stream.publish with parameters of type IApplicationInstanceModifier and TypeMethodDescriptionstatic Publisher
Publisher.createInstance
(IApplicationInstance appInstance) static Stream
Stream.createInstance
(IApplicationInstance appInstance, String sName) Use this to create a named Stream on an application instance.void
PublishingProviderMediaReader.getTimeTextedReader
(IMediaReader mediaReader, IApplicationInstance appInstance, String mediaName, String mediaExtension, String queryStr, IMediaStream stream) -
Uses of IApplicationInstance in com.wowza.wms.transcoder.model
Methods in com.wowza.wms.transcoder.model with parameters of type IApplicationInstanceModifier and TypeMethodDescriptionboolean
TranscoderVideoOverlayFrame.isImageFileUpdated
(IApplicationInstance appInstance) boolean
TranscoderVideoOverlayFrame.loadImage
(IApplicationInstance appInstance, boolean reload) If you set a path to an image file (JPG, PNG, BMP...) this will load the image into this object.void
ILiveStreamTranscoderActionNotify.onInitStart
(com.wowza.wms.transcoder.model.LiveStreamTranscoder liveStreamTranscoder, String streamName, String transcoderName, IApplicationInstance appInstance, com.wowza.wms.stream.livetranscoder.LiveStreamTranscoderItem liveStreamTranscoderItem) Call when live stream transcoder is first createdvoid
LiveStreamTranscoderActionNotifyBase.onInitStart
(com.wowza.wms.transcoder.model.LiveStreamTranscoder liveStreamTranscoder, String streamName, String transcoderName, IApplicationInstance appInstance, com.wowza.wms.stream.livetranscoder.LiveStreamTranscoderItem liveStreamTranscoderItem) -
Uses of IApplicationInstance in com.wowza.wms.util
Methods in com.wowza.wms.util with parameters of type IApplicationInstanceModifier and TypeMethodDescriptionstatic RTPStream
RTPUtils.decodeStreamInfo
(IApplicationInstance appInstance, RTPContext context, String streamId, String streamInfo) Decode SDP info and create RTP streamstatic RTPStream
RTPUtils.decodeStreamInfo
(IApplicationInstance appInstance, com.wowza.wms.rtp.model.RTPStreamContext rtpStreamContext, RTPContext context, String streamId, String streamInfo) Decode SDP info and create RTP streamstatic double
StreamUtils.getStreamBitrate
(IApplicationInstance appInstance, String streamName) static double
StreamUtils.getStreamLength
(IApplicationInstance appInstance, String streamName) Get the duration of a media file in seconds.static RTPPushPublishSession
RTPUtils.startRTPPull
(IApplicationInstance appInstance, String streamName, boolean streamPacketizer, String ipAddress, int streamPort) Start pushing an RTP streamstatic RTPPushPublishSession
RTPUtils.startRTPPull
(IApplicationInstance appInstance, String streamName, boolean streamPacketizer, String ipAddress, int streamPort, boolean isRTPWrapped) Start pushing an RTP streamstatic RTPPushPublishSession
RTPUtils.startRTPPull
(IApplicationInstance appInstance, String streamName, boolean streamPacketizer, String ipAddress, int audioPort, int videoPort) Start pushing an RTP streamstatic RTPPushPublishSession
RTPUtils.startRTPPull
(IApplicationInstance appInstance, String streamName, boolean streamPacketizer, String ipAddress, int audioPort, int videoPort, boolean isRTPWrapped) Start pushing an RTP streamstatic RTPPushPublishSession
RTPUtils.startRTPPull
(IApplicationInstance appInstance, String streamName, RTPDestination rtpDestination) Start pushing an RTP stream -
Uses of IApplicationInstance in com.wowza.wms.vhost
Methods in com.wowza.wms.vhost that return IApplicationInstanceModifier and TypeMethodDescriptionIVHost.getApplicationInstance
(String appName, String appInstanceName) Gets an application instance for an application.IVHost.getApplicationInstance
(String appName, String appInstanceName, boolean doLoad) Gets an application instance for an application.