2014-01-02

Wowza Module Life Cycle (HTTP Cupertino - HLS)


Wowza module event hooks and their properties and life-cycle.

If there's one thing that's been bothering me about Wowza module development, it's that the lifecycle seems to be poorly documented, or else it is hidden away somewhere.

Here I present the life-cycle of a module and the available objects at those milestones.

  1. RTP
  2. HTTP — Cupertino HLS streaming

HTTP Cupertino — HLS

To test the life-cycle the stream was played as described in the sections below.

  • The stream was opened for playing
  • The stream was left playing for one minutes
  • The stream was paused
  • The stream was resumed
  • The stream was skipped to a point in the future
  • The stream was stopped

These events can't be picked up by the module.

Opened the stream for playing in the media player (from a web link)

Split into multiple tables, but the events are consecutive.

Originator Time ⟶
IModuleOnApp onAppStart
IModuleOnStream onStreamCreate onStreamCreate
IModuleOnHTTPSession onHTTPSessionCreate onHTTPSessionCreate
IModuleHTTPCupertinoStreamingSession onHTTPCupertinoStreamingSessionCreate onHTTPCupertinoStreamingSessionCreate
IMediaReaderActionNotify
Idle time 8s*

* this pause was the device waiting for a response from the user (use Media Player or VLC).

Originator Time ⟶
IModuleOnApp
IModuleOnStream
IModuleOnHTTPSession
IModuleHTTPCupertinoStreamingSession
IMediaReaderActionNotify onMediaReaderCreate onMediaReaderInit onMediaReaderOpen onMediaReaderExtractMetadata onMediaReaderClose onMediaReaderCreate onMediaReaderInit onMediaReaderOpen onMediaReaderExtractMetadata onMediaReaderCreate onMediaReaderInit onMediaReaderOpen onMediaReaderExtractMetadata onMediaReaderClose
Idle time

Notice that the second onMediaReaderCreate has no onMediaReaderClose, neither does the fourth (in the next table).

Originator Time ⟶
IModuleOnApp
IModuleOnStream onStreamDestroy
IModuleOnHTTPSession onHTTPSessionDestroy
IModuleHTTPCupertinoStreamingSession onHTTPCupertinoStreamingSessionDestroy
IMediaReaderActionNotify onMediaReaderCreate onMediaReaderInit onMediaReaderOpen onMediaReaderExtractMetadata
Idle time 14s

The medium continues to stream despite what these destroy events might suggest. There were two streams open; one just closed

After the stream really had been stopped for a while, these events triggered:

Originator Time ⟶
IModuleOnApp onAppStop
IModuleOnStream onStreamDestroy
IModuleOnHTTPSession onHTTPSessionDestroy
IModuleHTTPCupertinoStreamingSession onHTTPCupertinoStreamingSessionDestroy
IMediaReaderActionNotify onMediaReaderClose onMediaReaderClose
Idle time 1m 1s

onAppStart (IModuleOnApp)

Inherited from InterfaceTriggerParameters
com.wowza.wms.module.IModuleOnApp An application instance is started
NameTypeRuntime typeAvailable getters
appInstance com.wowza.wms.application.IApplicationInstance com.wowza.wms.application.ApplicationInstance
MethodReturn typeExample value
getHTTPStreamerList() java.lang.String cupertinostreaming,smoothstreaming,sanjosestreaming
getHTTPStreamerProperties() com.wowza.wms.application.WMSProperties {Properties: }
getRTPAVSyncMethod() int 1
getRTPIdleFrequency() int 75
getRTPMaxRTCPWaitTime() int 12000
getRTPPlayAuthenticationMethod() java.lang.String none
getRTPProperties() com.wowza.wms.application.WMSProperties {Properties: }
getRTPPublishAuthenticationMethod() java.lang.String digest
getRTPSessionCount() int 0
getRTPSessionCountsByName() java.util.Map {}
getRTPSessions() java.util.List []
getRTSPBindIpAddress() java.lang.String NULL
getRTSPConnectionAddressType() java.lang.String IP4
getRTSPConnectionIpAddress() java.lang.String 0.0.0.0
getRTSPMaximumPendingWriteBytes() int 0
getRTSPOriginAddressType() java.lang.String IP4
getRTSPOriginIpAddress() java.lang.String 127.0.0.1
getRTSPSessionTimeout() int 90000
getVHost() com.wowza.wms.vhost.IVHost com.wowza.wms.vhost.VHost@608902da
getVODTimedTextProviderList() java.lang.String vodcaptionprovidermp4_3gpp
getVODTimedTextProviderSet() java.util.List [vodcaptionprovidermp4_3gpp]
isAcceptConnection() boolean true
getAllowDomains() [Ljava.lang.String; NULL
getApplication() com.wowza.wms.application.IApplication com.wowza.wms.application.Application@6263a77a
getApplicationInstanceTouchTimeout() int 5000
getApplicationTimeout() int 60000
getClientCount() int 0
getClientCountTotal() int 0
getClientIdleFrequency() int -1
getClientRemoveTime() long 0
getClients() java.util.List []
getClientsLockObj() edu.emory.mathcs.backport.java.util.concurrent.locks.WMSReadWriteLock edu.emory.mathcs.backport.java.util.concurrent.locks.WMSReentrantReadWriteLock@7d02890a[Write locks = 0, Read locks = 0]
getConnectionValidator() com.wowza.wms.client.IConnectionValidator com.wowza.wms.application.ApplicationInstance$ConnectionValidator@31732fa4
getContextStr() java.lang.String vod/_definst_
getDateStarted() java.lang.String Thu, Jan 2 2014 17:21:37 +0000
isDebugAppTimeout() boolean false
getDvrApplicationContext() com.wowza.wms.dvr.DvrApplicationContext {DvrApplicationContext: storeName:, storageDir:${com.wowza.wms.context.VHostConfigHome}/dvr, archiveStrategy:append, windowDuration:0, repeaterChunkOriginUrl:null}
getDvrProperties() com.wowza.wms.application.WMSProperties {Properties: }
getDvrRecorderList() java.lang.String NULL
getLastTouchTime() long -1
getLicenseValidator() com.wowza.wms.client.ILicenseValidator com.wowza.wms.application.ApplicationInstance$LicenseValidator@6624b64a
getLiveStreamDvrRecorderControl() com.wowza.wms.stream.livedvr.ILiveStreamDvrRecorderControl com.wowza.wms.application.ApplicationInstance@743be8a9
getLiveStreamPacketizerControl() com.wowza.wms.stream.livepacketizer.ILiveStreamPacketizerControl com.wowza.wms.application.ApplicationInstance@743be8a9
getLiveStreamPacketizerList() java.lang.String NULL
getLiveStreamPacketizerProperties() com.wowza.wms.application.WMSProperties {Properties: }
getLiveStreamTranscoderControl() com.wowza.wms.stream.livetranscoder.ILiveStreamTranscoderControl com.wowza.wms.application.ApplicationInstance@743be8a9
getLiveStreamTranscoderList() java.lang.String NULL
getMaxStorageDirDepth() int 25
getMaximumPendingReadBytes() int 524288
getMaximumPendingWriteBytes() int 0
getMaximumSetBufferTime() int 60000
getMediaCasterProperties() com.wowza.wms.application.WMSProperties {Properties: }
getMediaCasterStreams() com.wowza.wms.mediacaster.MediaCasterStreamMap com.wowza.wms.mediacaster.MediaCasterStreamMap@927eadd
getMediaCasterValidator() com.wowza.wms.mediacaster.IMediaCasterValidateMediaCaster NULL
getMediaListProvider() com.wowza.wms.stream.IMediaListProvider NULL
getMediaReaderProperties() com.wowza.wms.application.WMSProperties {Properties: randomAccessReaderClass: "com.wowza.wms.plugin.mediacache.impl.MediaCacheRandomAccessReader", bufferSeekIO: true}
getMediaWriterProperties() com.wowza.wms.application.WMSProperties {Properties: }
getMediacasterRTPRTSPRTPTransportMode() int 1
getMessagesInBytes() long 0
getMessagesInBytesRate() double 0.0
getMessagesInCount() long 0
getMessagesInCountRate() long 0
getMessagesOutBytes() long 0
getMessagesOutBytesRate() double 0.0
getMessagesOutCount() long 0
getMessagesOutCountRate() long 0
getModFunctions() com.wowza.wms.module.ModuleFunctions com.wowza.wms.module.ModuleFunctions@1bac57dd
getModuleList() com.wowza.wms.module.ModuleList com.wowza.wms.module.ModuleList@4fbc7c5c
getName() java.lang.String _definst_
getPingTimeout() int 12000
getPlayStreamCountsByName() java.util.Map {}
getProperties() com.wowza.wms.application.WMSProperties {Properties: aliasMapPathDelimiter: "/", aliasMapDebug: true, aliasMapFileStream: "${com.wowza.wms.context.VHostConfigHome}/conf/aliasmap.stream.txt", aliasMapFilePlay: "${com.wowza.wms.context.VHostConfigHome}/conf/aliasmap.play.txt", aliasMapNameDelimiter: "="}
getProtocolUsage() [Z [Z@29cff223
getPublishStreamNames() java.util.List []
getPublisherCount() int 0
getPublishers() java.util.List []
getRepeaterOriginUrl() java.lang.String NULL
getRepeaterQueryString() java.lang.String NULL
getRsoStorageDir() java.lang.String
getRsoStoragePath() java.lang.String /usr/local/WowzaMediaServer/applications/vod/sharedobjects/_definst_
getSharedObjectReadAccess() java.lang.String *
getSharedObjectWriteAccess() java.lang.String *
getSharedObjects() com.wowza.wms.sharedobject.ISharedObjects com.wowza.wms.sharedobject.SharedObjects@1321ed47
getStreamAudioSampleAccess() java.lang.String
getStreamCount() int 0
getStreamFileMapper() com.wowza.wms.stream.IMediaStreamFileMapper com.wowza.wms.stream.MediaStreamFileMapperBase@1860da21
getStreamKeyDir() java.lang.String /usr/local/WowzaMediaServer/keys
getStreamKeyPath() java.lang.String /usr/local/WowzaMediaServer/keys
getStreamNameAliasProvider() com.wowza.wms.stream.IMediaStreamNameAliasProvider com.wowza.wms.plugin.streamnamealias.ModuleStreamNameAlias@7e90b907
getStreamProperties() com.wowza.wms.application.WMSProperties {Properties: }
getStreamReadAccess() java.lang.String *
getStreamStorageDir() java.lang.String /usr/local/WowzaMediaServer/content
getStreamStoragePath() java.lang.String /usr/local/WowzaMediaServer/content
getStreamType() java.lang.String default
getStreamVideoSampleAccess() java.lang.String
getStreamWriteAccess() java.lang.String *
getStreams() com.wowza.wms.stream.MediaStreamMap com.wowza.wms.stream.MediaStreamMap@4f63bb7b
getTimeRunning() java.lang.String 1 second 382 milliseconds
getTimeRunningSeconds() double 1.382
getTimedTextProperties() com.wowza.wms.application.WMSProperties {Properties: }
getTranscoderApplicationContext() com.wowza.wms.stream.livetranscoder.LiveStreamTranscoderApplicationContext com.wowza.wms.stream.livetranscoder.LiveStreamTranscoderApplicationContext@1ca9b0f5
getTranscoderProperties() com.wowza.wms.application.WMSProperties {Properties: }
isValidateFMLEConnections() boolean true
getValidationFrequency() int 20000

onStreamCreate (IModuleOnStream)

Inherited from InterfaceTriggerParameters
com.wowza.wms.module.IModuleOnStream A stream was created
NameTypeRuntime typeAvailable getters
stream com.wowza.wms.stream.IMediaStream com.wowza.wms.stream.httpstreamer.MediaStreamHTTPStreamer
MethodReturn typeExample value
getHTTPStreamerSession() com.wowza.wms.httpstreamer.model.IHTTPStreamerSession NULL
getRTPStream() com.wowza.wms.rtp.model.RTPStream NULL
isAppend() boolean false
getAudioMissing() int 0
getAudioSize() int 0
getAudioTC() long 0
getBufferTime() int 0
getCacheName() java.lang.String _defaultVHost_.vod.streams._definst_.
getClient() com.wowza.wms.client.IClient NULL
getClientId() int -1
isClustered() boolean false
getContextStr() java.lang.String vod/_definst_/
getDataMissing() int 0
getDataSize() int 0
getDataTC() long 0
getDataType() int 18
getDvrRecorder() java.lang.String NULL
getDvrRecorderList() java.lang.String NULL
getDvrRepeater() java.lang.String NULL
getElapsedTime() com.wowza.util.ElapsedTimer com.wowza.util.ElapsedTimer@6618c6c7
getExt() java.lang.String flv
getFastPlaySettings() com.wowza.wms.stream.FastPlaySettings NULL
getHeaderSize() int 0
getLastKeyFrame() com.wowza.wms.amf.AMFPacket NULL
getLastPacket() com.wowza.wms.amf.AMFPacket NULL
getLiveStreamDvrs() java.util.Map {}
getLiveStreamPacketizer() java.lang.String NULL
getLiveStreamPacketizerList() java.lang.String NULL
getLiveStreamRepeater() java.lang.String NULL
getLiveStreamTranscoderList() java.lang.String NULL
getLiveStreamTranscoders() java.util.Map {}
getMaxTimecode() long -1
isMediaCasterPlay() boolean true
getMediaIOPerformance() com.wowza.util.IOPerformanceCounter com.wowza.util.IOPerformanceCounter@64a2672e
isMergeOnMetadata() boolean true
getMetaDataProvider() com.wowza.wms.stream.IMediaStreamMetaDataProvider NULL
getName() java.lang.String
getNetConnection() com.wowza.wms.netconnection.INetConnection NULL
isOpen() boolean false
isPlay() boolean false
getPlayPackets() java.util.List NULL
getPlayer() com.wowza.wms.stream.IMediaStreamPlay com.wowza.wms.stream.httpstreamer.MediaStreamHTTPStreamerPlay@6224309f
isPlaying() boolean true
getProperties() com.wowza.wms.application.WMSProperties {Properties: isLive: true}
getPublishAudioCodecId() int -1
getPublishVideoCodecId() int -1
getQueryStr() java.lang.String
isReceiveAudio() boolean true
isReceiveVideo() boolean true
getReceiveVideoFPS() int -1
isRecord() boolean false
getRespAMFAudioObj() com.wowza.wms.amf.AMFObj NULL
getRespAMFDataObj() com.wowza.wms.amf.AMFObj NULL
getRespAMFVideoObj() com.wowza.wms.amf.AMFObj NULL
isSendDirectMessages() boolean false
isSendPlayStopLogEvent() boolean false
isSendPublishStopLogEvent() boolean false
isSendRecordStopLogEvent() boolean false
getSrc() int 1
getStreamFileForRead() java.io.File /usr/local/WowzaMediaServer/content/.flv
getStreamFileForWrite() java.io.File /usr/local/WowzaMediaServer/content/.flv
getStreamType() java.lang.String httpstreamer
getStreams() com.wowza.wms.stream.MediaStreamMap com.wowza.wms.stream.MediaStreamMap@4f63bb7b
isTranscodeResult() boolean false
getTss() long 0
getUniqueStreamIdStr() java.lang.String 1
isVideoH264SEIListenerEmpty() boolean true
getVideoMissing() int 0
getVideoSize() int 0
getVideoTC() long 0

onHTTPSessionCreate (IModuleOnHTTPSession)

Inherited from InterfaceTriggerParameters
com.wowza.wms.module.IModuleOnHTTPSession An HTTP session is created (SmoothStreaming and Cupertino)
NameTypeRuntime typeAvailable getters
httpSession com.wowza.wms.httpstreamer.model.IHTTPStreamerSession com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer.HTTPStreamerSessionCupertino
MethodReturn typeExample value
getHTTPDate() java.lang.String Thu, 02 Jan 2014 17:21:38 GMT
getHTTPHeaderMap() java.util.Map {protocol=HTTP/1.1, connection=keep-alive, host=54.194.109.135:1935, accept-language=en-GB, en-US, accept=text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8, context=vod/_definst_/smil:284.LaughTV/MrBean1MrBean.smil/playlist.m3u8?session_token=j3LPIb64t56zO4Cj5NGT8td4rdusQuLHHI5sT0yYbKQ&msisdn=429990110105, method=GET, user-agent=Mozilla/5.0 (Linux; U; Android 4.1.2; en-gb; GT-I9100 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30, referer=http://my.yoonic.tv/?m=vdetails&vid=625, accept-encoding=gzip,deflate, uri=GET /vod/_definst_/smil:284.LaughTV/MrBean1MrBean.smil/playlist.m3u8?session_token=j3LPIb64t56zO4Cj5NGT8td4rdusQuLHHI5sT0yYbKQ&msisdn=429990110105 HTTP/1.1, accept-charset=utf-8, iso-8859-1, utf-16, *;q=0.7}
getHTTPHeaderNames() java.util.Set [protocol, connection, host, accept-language, accept, context, method, user-agent, referer, accept-encoding, uri, accept-charset]
isHTTPOrigin() boolean false
getHTTPStreamerAdapter() com.wowza.wms.httpstreamer.model.IHTTPStreamerAdapter com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer.HTTPStreamerAdapterCupertinoStreamer@41d24c6f
getIOPerformanceCounter() com.wowza.util.IOPerformanceCounter com.wowza.util.IOPerformanceCounter@55982d2b
getVHost() com.wowza.wms.vhost.IVHost com.wowza.wms.vhost.VHost@608902da
getVODTranscodeNGRP() java.lang.String NULL
isAcceptSession() boolean true
isActive() boolean true
getAndClearNotifyCreate() boolean false
getAppInstance() com.wowza.wms.application.IApplicationInstance com.wowza.wms.application.ApplicationInstance@743be8a9
getConnectionHolder() com.wowza.wms.client.ConnectionHolder com.wowza.wms.client.ConnectionHolder@79bd8df3
getCookieStr() java.lang.String NULL
getDvrSessionInfo() com.wowza.wms.httpstreamer.model.DvrSessionInfo NULL
getElapsedTime() com.wowza.util.ElapsedTimer com.wowza.util.ElapsedTimer@bb28af6
getIpAddress() java.lang.String 146.185.28.236
getLastRequest() long 1388683296797
getLiveStreamingPacketizer() java.lang.String cupertinostreamingpacketizer
getLock() java.lang.Object java.lang.Object@76c12279
getPlayDuration() long -1
isPlayLogged() boolean false
getPlayStart() long 0
getProperties() com.wowza.wms.application.WMSProperties {Properties: }
getQueryStr() java.lang.String session_token=j3LPIb64t56zO4Cj5NGT8td4rdusQuLHHI5sT0yYbKQ&msisdn=429990110105
isRedirectSession() boolean false
getRedirectSessionBody() [B NULL
getRedirectSessionCode() int 302
getRedirectSessionContentType() java.lang.String NULL
getRedirectSessionURL() java.lang.String NULL
getReferrer() java.lang.String http://my.yoonic.tv/?m=vdetails&vid=625
getServerIp() java.lang.String 54.194.109.135
getServerPort() int 1935
getSessionId() java.lang.String 41044990
getSessionProtocol() int 1
getSessionTimeout() int 25000
getSessionType() int 2
getStream() com.wowza.wms.stream.IMediaStream com.wowza.wms.stream.httpstreamer.MediaStreamHTTPStreamer@3ecaeee4
getStreamDomainStrList() java.util.List [_defaultVHost_:vod/_definst_/smil:284.LaughTV/MrBean1MrBean.smil]
getStreamExt() java.lang.String smil
getStreamName() java.lang.String amazons3/syqic-video-ireland-1/laughtv/MrBean1MrBean.smil
getStreamPosition() long 0
getTimeRunning() java.lang.String 304 milliseconds
getTimeRunningSeconds() double 0.304
isTimeoutSession() boolean true
getTranscoderVODIndex() com.wowza.wms.httpstreamer.model.IHTTPStreamerTranscoderVODIndex NULL
getTranscoderVODIndexDestinationsMap() java.util.Map {}
getTranscoderVODIndexDestinationsOrder() java.util.List []
getTranscoderVODSession() com.wowza.wms.transcoder.vod.TranscoderVODSession NULL
getUri() java.lang.String vod/_definst_/smil:284.LaughTV/MrBean1MrBean.smil/playlist.m3u8
getUserAgent() java.lang.String Mozilla/5.0 (Linux; U; Android 4.1.2; en-gb; GT-I9100 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30
getUserHTTPHeaders() java.util.Map {}
getUserQueryStr() java.lang.String NULL
isValidated() boolean true

onHTTPCupertinoStreamingSessionCreate (IModuleOnHTTPCupertinoStreamingSession)

Inherited from InterfaceTriggerParameters
com.wowza.wms.module.IModuleOnHTTPCupertinoStreamingSession A Cupertino (HLS) HTTP session is created
NameTypeRuntime typeAvailable getters
httpCupertinoStreamingSession com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer.HTTPStreamerSessionCupertino com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer.HTTPStreamerSessionCupertino
MethodReturn typeExample value
getHTTPDate() java.lang.String Thu, 02 Jan 2014 17:21:38 GMT
getHTTPHeaderMap() java.util.Map {protocol=HTTP/1.1, connection=keep-alive, host=54.194.109.135:1935, accept-language=en-GB, en-US, accept=text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8, context=vod/_definst_/smil:284.LaughTV/MrBean1MrBean.smil/playlist.m3u8?session_token=j3LPIb64t56zO4Cj5NGT8td4rdusQuLHHI5sT0yYbKQ&msisdn=429990110105, method=GET, user-agent=Mozilla/5.0 (Linux; U; Android 4.1.2; en-gb; GT-I9100 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30, referer=http://my.yoonic.tv/?m=vdetails&vid=625, accept-encoding=gzip,deflate, uri=GET /vod/_definst_/smil:284.LaughTV/MrBean1MrBean.smil/playlist.m3u8?session_token=j3LPIb64t56zO4Cj5NGT8td4rdusQuLHHI5sT0yYbKQ&msisdn=429990110105 HTTP/1.1, accept-charset=utf-8, iso-8859-1, utf-16, *;q=0.7}
getHTTPHeaderNames() java.util.Set [protocol, connection, host, accept-language, accept, context, method, user-agent, referer, accept-encoding, uri, accept-charset]
isHTTPOrigin() boolean false
getHTTPStreamerAdapter() com.wowza.wms.httpstreamer.model.IHTTPStreamerAdapter com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer.HTTPStreamerAdapterCupertinoStreamer@41d24c6f
getIOPerformanceCounter() com.wowza.util.IOPerformanceCounter com.wowza.util.IOPerformanceCounter@55982d2b
getVHost() com.wowza.wms.vhost.IVHost com.wowza.wms.vhost.VHost@608902da
getVODTranscodeNGRP() java.lang.String NULL
isAcceptSession() boolean true
isActive() boolean true
getAndClearNotifyCreate() boolean false
getAppInstance() com.wowza.wms.application.IApplicationInstance com.wowza.wms.application.ApplicationInstance@743be8a9
getConnectionHolder() com.wowza.wms.client.ConnectionHolder com.wowza.wms.client.ConnectionHolder@79bd8df3
getCookieStr() java.lang.String NULL
getDvrSessionInfo() com.wowza.wms.httpstreamer.model.DvrSessionInfo NULL
getElapsedTime() com.wowza.util.ElapsedTimer com.wowza.util.ElapsedTimer@bb28af6
getIpAddress() java.lang.String 146.185.28.236
getLastRequest() long 1388683296797
getLiveStreamingPacketizer() java.lang.String cupertinostreamingpacketizer
getLock() java.lang.Object java.lang.Object@76c12279
getPlayDuration() long -1
isPlayLogged() boolean false
getPlayStart() long 0
getProperties() com.wowza.wms.application.WMSProperties {Properties: }
getQueryStr() java.lang.String session_token=j3LPIb64t56zO4Cj5NGT8td4rdusQuLHHI5sT0yYbKQ&msisdn=429990110105
isRedirectSession() boolean false
getRedirectSessionBody() [B NULL
getRedirectSessionCode() int 302
getRedirectSessionContentType() java.lang.String NULL
getRedirectSessionURL() java.lang.String NULL
getReferrer() java.lang.String http://my.yoonic.tv/?m=vdetails&vid=625
getServerIp() java.lang.String 54.194.109.135
getServerPort() int 1935
getSessionId() java.lang.String 41044990
getSessionProtocol() int 1
getSessionTimeout() int 25000
getSessionType() int 2
getStream() com.wowza.wms.stream.IMediaStream com.wowza.wms.stream.httpstreamer.MediaStreamHTTPStreamer@3ecaeee4
getStreamDomainStrList() java.util.List [_defaultVHost_:vod/_definst_/smil:284.LaughTV/MrBean1MrBean.smil]
getStreamExt() java.lang.String smil
getStreamName() java.lang.String amazons3/syqic-video-ireland-1/laughtv/MrBean1MrBean.smil
getStreamPosition() long 0
getTimeRunning() java.lang.String 352 milliseconds
getTimeRunningSeconds() double 0.352
isTimeoutSession() boolean true
getTranscoderVODIndex() com.wowza.wms.httpstreamer.model.IHTTPStreamerTranscoderVODIndex NULL
getTranscoderVODIndexDestinationsMap() java.util.Map {}
getTranscoderVODIndexDestinationsOrder() java.util.List []
getTranscoderVODSession() com.wowza.wms.transcoder.vod.TranscoderVODSession NULL
getUri() java.lang.String vod/_definst_/smil:284.LaughTV/MrBean1MrBean.smil/playlist.m3u8
getUserAgent() java.lang.String Mozilla/5.0 (Linux; U; Android 4.1.2; en-gb; GT-I9100 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30
getUserHTTPHeaders() java.util.Map {}
getUserQueryStr() java.lang.String NULL
isValidated() boolean true

onStreamCreate (IModuleOnStream)

Inherited from InterfaceTriggerParameters
com.wowza.wms.module.IModuleOnStream A stream was created
NameTypeRuntime typeAvailable getters
stream com.wowza.wms.stream.IMediaStream com.wowza.wms.stream.httpstreamer.MediaStreamHTTPStreamer
MethodReturn typeExample value
getHTTPStreamerSession() com.wowza.wms.httpstreamer.model.IHTTPStreamerSession NULL
getRTPStream() com.wowza.wms.rtp.model.RTPStream NULL
isAppend() boolean false
getAudioMissing() int 0
getAudioSize() int 0
getAudioTC() long 0
getBufferTime() int 0
getCacheName() java.lang.String _defaultVHost_.vod.streams._definst_.
getClient() com.wowza.wms.client.IClient NULL
getClientId() int -1
isClustered() boolean false
getContextStr() java.lang.String vod/_definst_/
getDataMissing() int 0
getDataSize() int 0
getDataTC() long 0
getDataType() int 18
getDvrRecorder() java.lang.String NULL
getDvrRecorderList() java.lang.String NULL
getDvrRepeater() java.lang.String NULL
getElapsedTime() com.wowza.util.ElapsedTimer com.wowza.util.ElapsedTimer@1a68c5fd
getExt() java.lang.String flv
getFastPlaySettings() com.wowza.wms.stream.FastPlaySettings NULL
getHeaderSize() int 0
getLastKeyFrame() com.wowza.wms.amf.AMFPacket NULL
getLastPacket() com.wowza.wms.amf.AMFPacket NULL
getLiveStreamDvrs() java.util.Map {}
getLiveStreamPacketizer() java.lang.String NULL
getLiveStreamPacketizerList() java.lang.String NULL
getLiveStreamRepeater() java.lang.String NULL
getLiveStreamTranscoderList() java.lang.String NULL
getLiveStreamTranscoders() java.util.Map {}
getMaxTimecode() long -1
isMediaCasterPlay() boolean true
getMediaIOPerformance() com.wowza.util.IOPerformanceCounter com.wowza.util.IOPerformanceCounter@549e7296
isMergeOnMetadata() boolean true
getMetaDataProvider() com.wowza.wms.stream.IMediaStreamMetaDataProvider NULL
getName() java.lang.String
getNetConnection() com.wowza.wms.netconnection.INetConnection NULL
isOpen() boolean false
isPlay() boolean false
getPlayPackets() java.util.List NULL
getPlayer() com.wowza.wms.stream.IMediaStreamPlay com.wowza.wms.stream.httpstreamer.MediaStreamHTTPStreamerPlay@6e750140
isPlaying() boolean true
getProperties() com.wowza.wms.application.WMSProperties {Properties: isLive: true}
getPublishAudioCodecId() int -1
getPublishVideoCodecId() int -1
getQueryStr() java.lang.String
isReceiveAudio() boolean true
isReceiveVideo() boolean true
getReceiveVideoFPS() int -1
isRecord() boolean false
getRespAMFAudioObj() com.wowza.wms.amf.AMFObj NULL
getRespAMFDataObj() com.wowza.wms.amf.AMFObj NULL
getRespAMFVideoObj() com.wowza.wms.amf.AMFObj NULL
isSendDirectMessages() boolean false
isSendPlayStopLogEvent() boolean false
isSendPublishStopLogEvent() boolean false
isSendRecordStopLogEvent() boolean false
getSrc() int 2
getStreamFileForRead() java.io.File /usr/local/WowzaMediaServer/content/.flv
getStreamFileForWrite() java.io.File /usr/local/WowzaMediaServer/content/.flv
getStreamType() java.lang.String httpstreamer
getStreams() com.wowza.wms.stream.MediaStreamMap com.wowza.wms.stream.MediaStreamMap@4f63bb7b
isTranscodeResult() boolean false
getTss() long 0
getUniqueStreamIdStr() java.lang.String 2
isVideoH264SEIListenerEmpty() boolean true
getVideoMissing() int 0
getVideoSize() int 0
getVideoTC() long 0

onHTTPSessionCreate (IModuleOnHTTPSession)

Inherited from InterfaceTriggerParameters
com.wowza.wms.module.IModuleOnHTTPSession An HTTP session is created (SmoothStreaming and Cupertino)
NameTypeRuntime typeAvailable getters
httpSession com.wowza.wms.httpstreamer.model.IHTTPStreamerSession com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer.HTTPStreamerSessionCupertino
MethodReturn typeExample value
getHTTPDate() java.lang.String Thu, 02 Jan 2014 17:21:46 GMT
getHTTPHeaderMap() java.util.Map {protocol=HTTP/1.1, connection=keep-alive, host=54.194.109.135:1935, accept=*/*, context=vod/_definst_/smil:284.LaughTV/MrBean1MrBean.smil/playlist.m3u8?session_token=j3LPIb64t56zO4Cj5NGT8td4rdusQuLHHI5sT0yYbKQ&msisdn=429990110105, method=GET, user-agent=stagefright/1.2 (Linux;Android 4.1.2), accept-encoding=gzip,deflate, uri=GET /vod/_definst_/smil:284.LaughTV/MrBean1MrBean.smil/playlist.m3u8?session_token=j3LPIb64t56zO4Cj5NGT8td4rdusQuLHHI5sT0yYbKQ&msisdn=429990110105 HTTP/1.1}
getHTTPHeaderNames() java.util.Set [protocol, connection, host, accept, context, method, user-agent, accept-encoding, uri]
isHTTPOrigin() boolean false
getHTTPStreamerAdapter() com.wowza.wms.httpstreamer.model.IHTTPStreamerAdapter com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer.HTTPStreamerAdapterCupertinoStreamer@41d24c6f
getIOPerformanceCounter() com.wowza.util.IOPerformanceCounter com.wowza.util.IOPerformanceCounter@e28fc8e
getVHost() com.wowza.wms.vhost.IVHost com.wowza.wms.vhost.VHost@608902da
getVODTranscodeNGRP() java.lang.String NULL
isAcceptSession() boolean true
isActive() boolean true
getAndClearNotifyCreate() boolean false
getAppInstance() com.wowza.wms.application.IApplicationInstance com.wowza.wms.application.ApplicationInstance@743be8a9
getConnectionHolder() com.wowza.wms.client.ConnectionHolder com.wowza.wms.client.ConnectionHolder@24dcd5e5
getCookieStr() java.lang.String NULL
getDvrSessionInfo() com.wowza.wms.httpstreamer.model.DvrSessionInfo NULL
getElapsedTime() com.wowza.util.ElapsedTimer com.wowza.util.ElapsedTimer@1e5ec04b
getIpAddress() java.lang.String 146.185.28.236
getLastRequest() long 1388683306709
getLiveStreamingPacketizer() java.lang.String cupertinostreamingpacketizer
getLock() java.lang.Object java.lang.Object@5ea28b80
getPlayDuration() long -1
isPlayLogged() boolean false
getPlayStart() long 0
getProperties() com.wowza.wms.application.WMSProperties {Properties: }
getQueryStr() java.lang.String session_token=j3LPIb64t56zO4Cj5NGT8td4rdusQuLHHI5sT0yYbKQ&msisdn=429990110105
isRedirectSession() boolean false
getRedirectSessionBody() [B NULL
getRedirectSessionCode() int 302
getRedirectSessionContentType() java.lang.String NULL
getRedirectSessionURL() java.lang.String NULL
getReferrer() java.lang.String NULL
getServerIp() java.lang.String 54.194.109.135
getServerPort() int 1935
getSessionId() java.lang.String 1638251864
getSessionProtocol() int 1
getSessionTimeout() int 25000
getSessionType() int 2
getStream() com.wowza.wms.stream.IMediaStream com.wowza.wms.stream.httpstreamer.MediaStreamHTTPStreamer@18762be3
getStreamDomainStrList() java.util.List [_defaultVHost_:vod/_definst_/smil:284.LaughTV/MrBean1MrBean.smil]
getStreamExt() java.lang.String smil
getStreamName() java.lang.String amazons3/syqic-video-ireland-1/laughtv/MrBean1MrBean.smil
getStreamPosition() long 0
getTimeRunning() java.lang.String 91 milliseconds
getTimeRunningSeconds() double 0.091
isTimeoutSession() boolean true
getTranscoderVODIndex() com.wowza.wms.httpstreamer.model.IHTTPStreamerTranscoderVODIndex NULL
getTranscoderVODIndexDestinationsMap() java.util.Map {}
getTranscoderVODIndexDestinationsOrder() java.util.List []
getTranscoderVODSession() com.wowza.wms.transcoder.vod.TranscoderVODSession NULL
getUri() java.lang.String vod/_definst_/smil:284.LaughTV/MrBean1MrBean.smil/playlist.m3u8
getUserAgent() java.lang.String stagefright/1.2 (Linux;Android 4.1.2)
getUserHTTPHeaders() java.util.Map {}
getUserQueryStr() java.lang.String NULL
isValidated() boolean true

onHTTPCupertinoStreamingSessionCreate (IModuleOnHTTPCupertinoStreamingSession)

Inherited from InterfaceTriggerParameters
com.wowza.wms.module.IModuleOnHTTPCupertinoStreamingSession A Cupertino (HLS) HTTP session is created
NameTypeRuntime typeAvailable getters
httpCupertinoStreamingSession com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer.HTTPStreamerSessionCupertino com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer.HTTPStreamerSessionCupertino
MethodReturn typeExample value
getHTTPDate() java.lang.String Thu, 02 Jan 2014 17:21:46 GMT
getHTTPHeaderMap() java.util.Map {protocol=HTTP/1.1, connection=keep-alive, host=54.194.109.135:1935, accept=*/*, context=vod/_definst_/smil:284.LaughTV/MrBean1MrBean.smil/playlist.m3u8?session_token=j3LPIb64t56zO4Cj5NGT8td4rdusQuLHHI5sT0yYbKQ&msisdn=429990110105, method=GET, user-agent=stagefright/1.2 (Linux;Android 4.1.2), accept-encoding=gzip,deflate, uri=GET /vod/_definst_/smil:284.LaughTV/MrBean1MrBean.smil/playlist.m3u8?session_token=j3LPIb64t56zO4Cj5NGT8td4rdusQuLHHI5sT0yYbKQ&msisdn=429990110105 HTTP/1.1}
getHTTPHeaderNames() java.util.Set [protocol, connection, host, accept, context, method, user-agent, accept-encoding, uri]
isHTTPOrigin() boolean false
getHTTPStreamerAdapter() com.wowza.wms.httpstreamer.model.IHTTPStreamerAdapter com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer.HTTPStreamerAdapterCupertinoStreamer@41d24c6f
getIOPerformanceCounter() com.wowza.util.IOPerformanceCounter com.wowza.util.IOPerformanceCounter@e28fc8e
getVHost() com.wowza.wms.vhost.IVHost com.wowza.wms.vhost.VHost@608902da
getVODTranscodeNGRP() java.lang.String NULL
isAcceptSession() boolean true
isActive() boolean true
getAndClearNotifyCreate() boolean false
getAppInstance() com.wowza.wms.application.IApplicationInstance com.wowza.wms.application.ApplicationInstance@743be8a9
getConnectionHolder() com.wowza.wms.client.ConnectionHolder com.wowza.wms.client.ConnectionHolder@24dcd5e5
getCookieStr() java.lang.String NULL
getDvrSessionInfo() com.wowza.wms.httpstreamer.model.DvrSessionInfo NULL
getElapsedTime() com.wowza.util.ElapsedTimer com.wowza.util.ElapsedTimer@1e5ec04b
getIpAddress() java.lang.String 146.185.28.236
getLastRequest() long 1388683306709
getLiveStreamingPacketizer() java.lang.String cupertinostreamingpacketizer
getLock() java.lang.Object java.lang.Object@5ea28b80
getPlayDuration() long -1
isPlayLogged() boolean false
getPlayStart() long 0
getProperties() com.wowza.wms.application.WMSProperties {Properties: }
getQueryStr() java.lang.String session_token=j3LPIb64t56zO4Cj5NGT8td4rdusQuLHHI5sT0yYbKQ&msisdn=429990110105
isRedirectSession() boolean false
getRedirectSessionBody() [B NULL
getRedirectSessionCode() int 302
getRedirectSessionContentType() java.lang.String NULL
getRedirectSessionURL() java.lang.String NULL
getReferrer() java.lang.String NULL
getServerIp() java.lang.String 54.194.109.135
getServerPort() int 1935
getSessionId() java.lang.String 1638251864
getSessionProtocol() int 1
getSessionTimeout() int 25000
getSessionType() int 2
getStream() com.wowza.wms.stream.IMediaStream com.wowza.wms.stream.httpstreamer.MediaStreamHTTPStreamer@18762be3
getStreamDomainStrList() java.util.List [_defaultVHost_:vod/_definst_/smil:284.LaughTV/MrBean1MrBean.smil]
getStreamExt() java.lang.String smil
getStreamName() java.lang.String amazons3/syqic-video-ireland-1/laughtv/MrBean1MrBean.smil
getStreamPosition() long 0
getTimeRunning() java.lang.String 129 milliseconds
getTimeRunningSeconds() double 0.129
isTimeoutSession() boolean true
getTranscoderVODIndex() com.wowza.wms.httpstreamer.model.IHTTPStreamerTranscoderVODIndex NULL
getTranscoderVODIndexDestinationsMap() java.util.Map {}
getTranscoderVODIndexDestinationsOrder() java.util.List []
getTranscoderVODSession() com.wowza.wms.transcoder.vod.TranscoderVODSession NULL
getUri() java.lang.String vod/_definst_/smil:284.LaughTV/MrBean1MrBean.smil/playlist.m3u8
getUserAgent() java.lang.String stagefright/1.2 (Linux;Android 4.1.2)
getUserHTTPHeaders() java.util.Map {}
getUserQueryStr() java.lang.String NULL
isValidated() boolean true

onMediaReaderCreate (IMediaReaderActionNotify) [1]

Inherited from InterfaceTriggerParameters
com.wowza.wms.stream.IMediaReaderActionNotify A media reader was created
NameTypeRuntime typeAvailable getters
mediaReader com.wowza.wms.stream.IMediaReader com.wowza.wms.mediareader.h264.MediaReaderH264
MethodReturn typeExample value
getContextStr() java.lang.String /mp4:
getCursorType() int 2
getDuration() long 0
getEncInfo() com.wowza.wms.stream.MediaReaderEncInfo com.wowza.wms.stream.MediaReaderEncInfo@63a06d20
getLength() long 0
getMediaExtension() java.lang.String mp4
getMetadata() java.util.List NULL
isOpen() boolean false
getPath() java.lang.String Example unavailable
getPlayReadyInfo() com.wowza.wms.drm.playready.PlayReadyMediaInfo Example unavailable
getStreamPosition() com.wowza.wms.stream.IMediaReaderStreamPosition com.wowza.wms.mediareader.h264.H264StreamPosition@4412dedd
getTrackCountAudio() int 0
getTrackCountData() int 0
getTrackCountVideo() int 0
getTrackDataCharSet() java.lang.String UTF-8
getTrackIndexAudio() int 0
getTrackIndexData() int -1
getTrackIndexVideo() int 0

onMediaReaderInit (IMediaReaderActionNotify) [1]

Inherited from InterfaceTriggerParameters
com.wowza.wms.stream.IMediaReaderActionNotify A media reader was initialised
NameTypeRuntime typeAvailable getters
mediaReader com.wowza.wms.stream.IMediaReader com.wowza.wms.mediareader.h264.MediaReaderH264
MethodReturn typeExample value
getContextStr() java.lang.String vod/_definst_/mp4:amazons3/syqic-video-ireland-1/laughtv/90kbps/MrBean1MrBean_90kbps.mp4
getCursorType() int 2
getDuration() long 1552768
getEncInfo() com.wowza.wms.stream.MediaReaderEncInfo com.wowza.wms.stream.MediaReaderEncInfo@63a06d20
getLength() long 19155873
getMediaExtension() java.lang.String mp4
getMetadata() java.util.List NULL
isOpen() boolean false
getPath() java.lang.String /usr/local/WowzaMediaServer/content/amazons3/syqic-video-ireland-1/laughtv/90kbps/MrBean1MrBean_90kbps.mp4
getPlayReadyInfo() com.wowza.wms.drm.playready.PlayReadyMediaInfo Example unavailable
getStreamPosition() com.wowza.wms.stream.IMediaReaderStreamPosition com.wowza.wms.mediareader.h264.H264StreamPosition@1a4d101a
getTrackCountAudio() int 0
getTrackCountData() int 0
getTrackCountVideo() int 0
getTrackDataCharSet() java.lang.String UTF-8
getTrackIndexAudio() int 0
getTrackIndexData() int -1
getTrackIndexVideo() int 0

onMediaReaderOpen (IMediaReaderActionNotify) [1]

Inherited from InterfaceTriggerParameters
com.wowza.wms.stream.IMediaReaderActionNotify A media reader was opened
NameTypeRuntime typeAvailable getters
mediaReader com.wowza.wms.stream.IMediaReader com.wowza.wms.mediareader.h264.MediaReaderH264
MethodReturn typeExample value
getContextStr() java.lang.String vod/_definst_/mp4:amazons3/syqic-video-ireland-1/laughtv/90kbps/MrBean1MrBean_90kbps.mp4
getCursorType() int 2
getDuration() long 1552768
getEncInfo() com.wowza.wms.stream.MediaReaderEncInfo com.wowza.wms.stream.MediaReaderEncInfo@63a06d20
getLength() long 19155873
getMediaExtension() java.lang.String mp4
getMetadata() java.util.List NULL
isOpen() boolean true
getPath() java.lang.String /usr/local/WowzaMediaServer/content/amazons3/syqic-video-ireland-1/laughtv/90kbps/MrBean1MrBean_90kbps.mp4
getPlayReadyInfo() com.wowza.wms.drm.playready.PlayReadyMediaInfo NULL
getStreamPosition() com.wowza.wms.stream.IMediaReaderStreamPosition Example unavailable
getTrackCountAudio() int 1
getTrackCountData() int 0
getTrackCountVideo() int 1
getTrackDataCharSet() java.lang.String UTF-8
getTrackIndexAudio() int 0
getTrackIndexData() int -1
getTrackIndexVideo() int 0

onMediaReaderExtractMetaData (IMediaReaderActionNotify) [1]

Inherited from InterfaceTriggerParameters
com.wowza.wms.stream.IMediaReaderActionNotify Media reader metadata was extracted from the(?) file
NameTypeRuntime typeAvailable getters
mediaReader com.wowza.wms.stream.IMediaReader com.wowza.wms.mediareader.h264.MediaReaderH264
MethodReturn typeExample value
getContextStr() java.lang.String vod/_definst_/mp4:amazons3/syqic-video-ireland-1/laughtv/90kbps/MrBean1MrBean_90kbps.mp4
getCursorType() int 2
getDuration() long 1552768
getEncInfo() com.wowza.wms.stream.MediaReaderEncInfo com.wowza.wms.stream.MediaReaderEncInfo@63a06d20
getLength() long 19155873
getMediaExtension() java.lang.String mp4
getMetadata() java.util.List [java.nio.HeapByteBuffer[pos=0 lim=604 cap=604]]
isOpen() boolean true
getPath() java.lang.String /usr/local/WowzaMediaServer/content/amazons3/syqic-video-ireland-1/laughtv/90kbps/MrBean1MrBean_90kbps.mp4
getPlayReadyInfo() com.wowza.wms.drm.playready.PlayReadyMediaInfo NULL
getStreamPosition() com.wowza.wms.stream.IMediaReaderStreamPosition com.wowza.wms.mediareader.h264.H264StreamPosition@e8a2db2
getTrackCountAudio() int 1
getTrackCountData() int 0
getTrackCountVideo() int 1
getTrackDataCharSet() java.lang.String UTF-8
getTrackIndexAudio() int 0
getTrackIndexData() int 0
getTrackIndexVideo() int 0

onMediaReaderClose (IMediaReaderActionNotify) [1]

Inherited from InterfaceTriggerParameters
com.wowza.wms.stream.IMediaReaderActionNotify A media reader was closed
NameTypeRuntime typeAvailable getters
mediaReader com.wowza.wms.stream.IMediaReader com.wowza.wms.mediareader.h264.MediaReaderH264
MethodReturn typeExample value
getContextStr() java.lang.String vod/_definst_/mp4:amazons3/syqic-video-ireland-1/laughtv/90kbps/MrBean1MrBean_90kbps.mp4
getCursorType() int 2
getDuration() long 1552768
getEncInfo() com.wowza.wms.stream.MediaReaderEncInfo com.wowza.wms.stream.MediaReaderEncInfo@63a06d20
getLength() long 0
getMediaExtension() java.lang.String mp4
getMetadata() java.util.List NULL
isOpen() boolean false
getPath() java.lang.String /usr/local/WowzaMediaServer/content/amazons3/syqic-video-ireland-1/laughtv/90kbps/MrBean1MrBean_90kbps.mp4
getPlayReadyInfo() com.wowza.wms.drm.playready.PlayReadyMediaInfo Example unavailable
getStreamPosition() com.wowza.wms.stream.IMediaReaderStreamPosition com.wowza.wms.mediareader.h264.H264StreamPosition@1f0ed357
getTrackCountAudio() int 0
getTrackCountData() int 0
getTrackCountVideo() int 0
getTrackDataCharSet() java.lang.String UTF-8
getTrackIndexAudio() int 0
getTrackIndexData() int 0
getTrackIndexVideo() int 0

onMediaReaderCreate (IMediaReaderActionNotify) [2]

Inherited from InterfaceTriggerParameters
com.wowza.wms.stream.IMediaReaderActionNotify A media reader was created
NameTypeRuntime typeAvailable getters
mediaReader com.wowza.wms.stream.IMediaReader com.wowza.wms.httpstreamer.cupertinostreaming.file.MediaReaderH264Cupertino
MethodReturn typeExample value
getCaptionLanguageID() java.lang.String NULL
getContextStr() java.lang.String /mp4:
getCursorType() int 2
getDuration() long 0
getEncInfo() com.wowza.wms.stream.MediaReaderEncInfo com.wowza.wms.stream.MediaReaderEncInfo@70faf7c7
getLength() long 0
getMediaExtension() java.lang.String mp4
getMetadata() java.util.List NULL
isOnChunkStartResetCounter() boolean false
isOpen() boolean false
getPath() java.lang.String Example unavailable
getPlayReadyInfo() com.wowza.wms.drm.playready.PlayReadyMediaInfo Example unavailable
getStreamPosition() com.wowza.wms.stream.IMediaReaderStreamPosition com.wowza.wms.mediareader.h264.H264StreamPosition@6ca163c3
getTrackCountAudio() int 0
getTrackCountData() int 0
getTrackCountVideo() int 0
getTrackDataCharSet() java.lang.String UTF-8
getTrackIndexAudio() int 0
getTrackIndexData() int -1
getTrackIndexVideo() int 0

onMediaReaderInit (IMediaReaderActionNotify) [2]

Inherited from InterfaceTriggerParameters
com.wowza.wms.stream.IMediaReaderActionNotify A media reader was initialised
NameTypeRuntime typeAvailable getters
mediaReader com.wowza.wms.stream.IMediaReader com.wowza.wms.httpstreamer.cupertinostreaming.file.MediaReaderH264Cupertino
MethodReturn typeExample value
getCaptionLanguageID() java.lang.String NULL
getContextStr() java.lang.String vod/_definst_/mp4:amazons3/syqic-video-ireland-1/laughtv/90kbps/MrBean1MrBean_90kbps.mp4
getCursorType() int 2
getDuration() long 1552768
getEncInfo() com.wowza.wms.stream.MediaReaderEncInfo com.wowza.wms.stream.MediaReaderEncInfo@70faf7c7
getLength() long 19155873
getMediaExtension() java.lang.String mp4
getMetadata() java.util.List NULL
isOnChunkStartResetCounter() boolean false
isOpen() boolean false
getPath() java.lang.String /usr/local/WowzaMediaServer/content/amazons3/syqic-video-ireland-1/laughtv/90kbps/MrBean1MrBean_90kbps.mp4
getPlayReadyInfo() com.wowza.wms.drm.playready.PlayReadyMediaInfo Example unavailable
getStreamPosition() com.wowza.wms.stream.IMediaReaderStreamPosition com.wowza.wms.mediareader.h264.H264StreamPosition@464e808b
getTrackCountAudio() int 0
getTrackCountData() int 0
getTrackCountVideo() int 0
getTrackDataCharSet() java.lang.String UTF-8
getTrackIndexAudio() int 0
getTrackIndexData() int -1
getTrackIndexVideo() int 0

onMediaReaderOpen (IMediaReaderActionNotify) [2]

Inherited from InterfaceTriggerParameters
com.wowza.wms.stream.IMediaReaderActionNotify A media reader was opened
NameTypeRuntime typeAvailable getters
mediaReader com.wowza.wms.stream.IMediaReader com.wowza.wms.httpstreamer.cupertinostreaming.file.MediaReaderH264Cupertino
MethodReturn typeExample value
getCaptionLanguageID() java.lang.String NULL
getContextStr() java.lang.String vod/_definst_/mp4:amazons3/syqic-video-ireland-1/laughtv/90kbps/MrBean1MrBean_90kbps.mp4
getCursorType() int 0
getDuration() long 1552768
getEncInfo() com.wowza.wms.stream.MediaReaderEncInfo com.wowza.wms.stream.MediaReaderEncInfo@70faf7c7
getLength() long 19155873
getMediaExtension() java.lang.String mp4
getMetadata() java.util.List NULL
isOnChunkStartResetCounter() boolean false
isOpen() boolean true
getPath() java.lang.String /usr/local/WowzaMediaServer/content/amazons3/syqic-video-ireland-1/laughtv/90kbps/MrBean1MrBean_90kbps.mp4
getPlayReadyInfo() com.wowza.wms.drm.playready.PlayReadyMediaInfo NULL
getStreamPosition() com.wowza.wms.stream.IMediaReaderStreamPosition Example unavailable
getTrackCountAudio() int 1
getTrackCountData() int 0
getTrackCountVideo() int 1
getTrackDataCharSet() java.lang.String UTF-8
getTrackIndexAudio() int 0
getTrackIndexData() int -1
getTrackIndexVideo() int 0

onMediaReaderExtractMetaData (IMediaReaderActionNotify) [2]

Inherited from InterfaceTriggerParameters
com.wowza.wms.stream.IMediaReaderActionNotify Media reader metadata was extracted from the(?) file
NameTypeRuntime typeAvailable getters
mediaReader com.wowza.wms.stream.IMediaReader com.wowza.wms.httpstreamer.cupertinostreaming.file.MediaReaderH264Cupertino
MethodReturn typeExample value
getCaptionLanguageID() java.lang.String NULL
getContextStr() java.lang.String vod/_definst_/mp4:amazons3/syqic-video-ireland-1/laughtv/90kbps/MrBean1MrBean_90kbps.mp4
getCursorType() int 0
getDuration() long 1552768
getEncInfo() com.wowza.wms.stream.MediaReaderEncInfo com.wowza.wms.stream.MediaReaderEncInfo@70faf7c7
getLength() long 19155873
getMediaExtension() java.lang.String mp4
getMetadata() java.util.List [java.nio.HeapByteBuffer[pos=0 lim=604 cap=604]]
isOnChunkStartResetCounter() boolean false
isOpen() boolean true
getPath() java.lang.String /usr/local/WowzaMediaServer/content/amazons3/syqic-video-ireland-1/laughtv/90kbps/MrBean1MrBean_90kbps.mp4
getPlayReadyInfo() com.wowza.wms.drm.playready.PlayReadyMediaInfo NULL
getStreamPosition() com.wowza.wms.stream.IMediaReaderStreamPosition com.wowza.wms.mediareader.h264.H264StreamPosition@f651d68
getTrackCountAudio() int 1
getTrackCountData() int 0
getTrackCountVideo() int 1
getTrackDataCharSet() java.lang.String UTF-8
getTrackIndexAudio() int 0
getTrackIndexData() int 0
getTrackIndexVideo() int 0

onMediaReaderCreate (IMediaReaderActionNotify) [3]

Inherited from InterfaceTriggerParameters
com.wowza.wms.stream.IMediaReaderActionNotify A media reader was created
NameTypeRuntime typeAvailable getters
mediaReader com.wowza.wms.stream.IMediaReader com.wowza.wms.mediareader.h264.MediaReaderH264
MethodReturn typeExample value
getContextStr() java.lang.String /mp4:
getCursorType() int 2
getDuration() long 0
getEncInfo() com.wowza.wms.stream.MediaReaderEncInfo com.wowza.wms.stream.MediaReaderEncInfo@24915432
getLength() long 0
getMediaExtension() java.lang.String mp4
getMetadata() java.util.List NULL
isOpen() boolean false
getPath() java.lang.String Example unavailable
getPlayReadyInfo() com.wowza.wms.drm.playready.PlayReadyMediaInfo Example unavailable
getStreamPosition() com.wowza.wms.stream.IMediaReaderStreamPosition com.wowza.wms.mediareader.h264.H264StreamPosition@412eb15f
getTrackCountAudio() int 0
getTrackCountData() int 0
getTrackCountVideo() int 0
getTrackDataCharSet() java.lang.String UTF-8
getTrackIndexAudio() int 0
getTrackIndexData() int -1
getTrackIndexVideo() int 0

onMediaReaderInit (IMediaReaderActionNotify) [3]

Inherited from InterfaceTriggerParameters
com.wowza.wms.stream.IMediaReaderActionNotify A media reader was initialised
NameTypeRuntime typeAvailable getters
mediaReader com.wowza.wms.stream.IMediaReader com.wowza.wms.mediareader.h264.MediaReaderH264
MethodReturn typeExample value
getContextStr() java.lang.String vod/_definst_/mp4:amazons3/syqic-video-ireland-1/laughtv/450kbps/MrBean1MrBean_450kbps.mp4
getCursorType() int 2
getDuration() long 1552768
getEncInfo() com.wowza.wms.stream.MediaReaderEncInfo com.wowza.wms.stream.MediaReaderEncInfo@24915432
getLength() long 90663430
getMediaExtension() java.lang.String mp4
getMetadata() java.util.List NULL
isOpen() boolean false
getPath() java.lang.String /usr/local/WowzaMediaServer/content/amazons3/syqic-video-ireland-1/laughtv/450kbps/MrBean1MrBean_450kbps.mp4
getPlayReadyInfo() com.wowza.wms.drm.playready.PlayReadyMediaInfo Example unavailable
getStreamPosition() com.wowza.wms.stream.IMediaReaderStreamPosition com.wowza.wms.mediareader.h264.H264StreamPosition@4f49bfc7
getTrackCountAudio() int 0
getTrackCountData() int 0
getTrackCountVideo() int 0
getTrackDataCharSet() java.lang.String UTF-8
getTrackIndexAudio() int 0
getTrackIndexData() int -1
getTrackIndexVideo() int 0

onMediaReaderOpen (IMediaReaderActionNotify) [3]

Inherited from InterfaceTriggerParameters
com.wowza.wms.stream.IMediaReaderActionNotify A media reader was opened
NameTypeRuntime typeAvailable getters
mediaReader com.wowza.wms.stream.IMediaReader com.wowza.wms.mediareader.h264.MediaReaderH264
MethodReturn typeExample value
getContextStr() java.lang.String vod/_definst_/mp4:amazons3/syqic-video-ireland-1/laughtv/450kbps/MrBean1MrBean_450kbps.mp4
getCursorType() int 2
getDuration() long 1552768
getEncInfo() com.wowza.wms.stream.MediaReaderEncInfo com.wowza.wms.stream.MediaReaderEncInfo@24915432
getLength() long 90663430
getMediaExtension() java.lang.String mp4
getMetadata() java.util.List NULL
isOpen() boolean true
getPath() java.lang.String /usr/local/WowzaMediaServer/content/amazons3/syqic-video-ireland-1/laughtv/450kbps/MrBean1MrBean_450kbps.mp4
getPlayReadyInfo() com.wowza.wms.drm.playready.PlayReadyMediaInfo NULL
getStreamPosition() com.wowza.wms.stream.IMediaReaderStreamPosition Example unavailable
getTrackCountAudio() int 1
getTrackCountData() int 0
getTrackCountVideo() int 1
getTrackDataCharSet() java.lang.String UTF-8
getTrackIndexAudio() int 0
getTrackIndexData() int -1
getTrackIndexVideo() int 0

onMediaReaderExtractMetaData (IMediaReaderActionNotify) [3]

Inherited from InterfaceTriggerParameters
com.wowza.wms.stream.IMediaReaderActionNotify Media reader metadata was extracted from the(?) file
NameTypeRuntime typeAvailable getters
mediaReader com.wowza.wms.stream.IMediaReader com.wowza.wms.mediareader.h264.MediaReaderH264
MethodReturn typeExample value
getContextStr() java.lang.String vod/_definst_/mp4:amazons3/syqic-video-ireland-1/laughtv/450kbps/MrBean1MrBean_450kbps.mp4
getCursorType() int 2
getDuration() long 1552768
getEncInfo() com.wowza.wms.stream.MediaReaderEncInfo com.wowza.wms.stream.MediaReaderEncInfo@24915432
getLength() long 90663430
getMediaExtension() java.lang.String mp4
getMetadata() java.util.List [java.nio.HeapByteBuffer[pos=0 lim=604 cap=604]]
isOpen() boolean true
getPath() java.lang.String /usr/local/WowzaMediaServer/content/amazons3/syqic-video-ireland-1/laughtv/450kbps/MrBean1MrBean_450kbps.mp4
getPlayReadyInfo() com.wowza.wms.drm.playready.PlayReadyMediaInfo NULL
getStreamPosition() com.wowza.wms.stream.IMediaReaderStreamPosition com.wowza.wms.mediareader.h264.H264StreamPosition@24a88c1f
getTrackCountAudio() int 1
getTrackCountData() int 0
getTrackCountVideo() int 1
getTrackDataCharSet() java.lang.String UTF-8
getTrackIndexAudio() int 0
getTrackIndexData() int 0
getTrackIndexVideo() int 0

onMediaReaderClose (IMediaReaderActionNotify) [3]

Inherited from InterfaceTriggerParameters
com.wowza.wms.stream.IMediaReaderActionNotify A media reader was closed
NameTypeRuntime typeAvailable getters
mediaReader com.wowza.wms.stream.IMediaReader com.wowza.wms.mediareader.h264.MediaReaderH264
MethodReturn typeExample value
getContextStr() java.lang.String vod/_definst_/mp4:amazons3/syqic-video-ireland-1/laughtv/450kbps/MrBean1MrBean_450kbps.mp4
getCursorType() int 2
getDuration() long 1552768
getEncInfo() com.wowza.wms.stream.MediaReaderEncInfo com.wowza.wms.stream.MediaReaderEncInfo@24915432
getLength() long 0
getMediaExtension() java.lang.String mp4
getMetadata() java.util.List NULL
isOpen() boolean false
getPath() java.lang.String /usr/local/WowzaMediaServer/content/amazons3/syqic-video-ireland-1/laughtv/450kbps/MrBean1MrBean_450kbps.mp4
getPlayReadyInfo() com.wowza.wms.drm.playready.PlayReadyMediaInfo Example unavailable
getStreamPosition() com.wowza.wms.stream.IMediaReaderStreamPosition com.wowza.wms.mediareader.h264.H264StreamPosition@12f3aa66
getTrackCountAudio() int 0
getTrackCountData() int 0
getTrackCountVideo() int 0
getTrackDataCharSet() java.lang.String UTF-8
getTrackIndexAudio() int 0
getTrackIndexData() int 0
getTrackIndexVideo() int 0

onMediaReaderCreate (IMediaReaderActionNotify) [4]

Inherited from InterfaceTriggerParameters
com.wowza.wms.stream.IMediaReaderActionNotify A media reader was created
NameTypeRuntime typeAvailable getters
mediaReader com.wowza.wms.stream.IMediaReader com.wowza.wms.httpstreamer.cupertinostreaming.file.MediaReaderH264Cupertino
MethodReturn typeExample value
getCaptionLanguageID() java.lang.String NULL
getContextStr() java.lang.String /mp4:
getCursorType() int 2
getDuration() long 0
getEncInfo() com.wowza.wms.stream.MediaReaderEncInfo com.wowza.wms.stream.MediaReaderEncInfo@3b381842
getLength() long 0
getMediaExtension() java.lang.String mp4
getMetadata() java.util.List NULL
isOnChunkStartResetCounter() boolean false
isOpen() boolean false
getPath() java.lang.String Example unavailable
getPlayReadyInfo() com.wowza.wms.drm.playready.PlayReadyMediaInfo Example unavailable
getStreamPosition() com.wowza.wms.stream.IMediaReaderStreamPosition com.wowza.wms.mediareader.h264.H264StreamPosition@5fc0b36d
getTrackCountAudio() int 0
getTrackCountData() int 0
getTrackCountVideo() int 0
getTrackDataCharSet() java.lang.String UTF-8
getTrackIndexAudio() int 0
getTrackIndexData() int -1
getTrackIndexVideo() int 0

onMediaReaderInit (IMediaReaderActionNotify) [4]

Inherited from InterfaceTriggerParameters
com.wowza.wms.stream.IMediaReaderActionNotify A media reader was initialised
NameTypeRuntime typeAvailable getters
mediaReader com.wowza.wms.stream.IMediaReader com.wowza.wms.httpstreamer.cupertinostreaming.file.MediaReaderH264Cupertino
MethodReturn typeExample value
getCaptionLanguageID() java.lang.String NULL
getContextStr() java.lang.String vod/_definst_/mp4:amazons3/syqic-video-ireland-1/laughtv/450kbps/MrBean1MrBean_450kbps.mp4
getCursorType() int 2
getDuration() long 1552768
getEncInfo() com.wowza.wms.stream.MediaReaderEncInfo com.wowza.wms.stream.MediaReaderEncInfo@3b381842
getLength() long 90663430
getMediaExtension() java.lang.String mp4
getMetadata() java.util.List NULL
isOnChunkStartResetCounter() boolean false
isOpen() boolean false
getPath() java.lang.String /usr/local/WowzaMediaServer/content/amazons3/syqic-video-ireland-1/laughtv/450kbps/MrBean1MrBean_450kbps.mp4
getPlayReadyInfo() com.wowza.wms.drm.playready.PlayReadyMediaInfo Example unavailable
getStreamPosition() com.wowza.wms.stream.IMediaReaderStreamPosition com.wowza.wms.mediareader.h264.H264StreamPosition@567f3311
getTrackCountAudio() int 0
getTrackCountData() int 0
getTrackCountVideo() int 0
getTrackDataCharSet() java.lang.String UTF-8
getTrackIndexAudio() int 0
getTrackIndexData() int -1
getTrackIndexVideo() int 0

onMediaReaderOpen (IMediaReaderActionNotify) [4]

Inherited from InterfaceTriggerParameters
com.wowza.wms.stream.IMediaReaderActionNotify A media reader was opened
NameTypeRuntime typeAvailable getters
mediaReader com.wowza.wms.stream.IMediaReader com.wowza.wms.httpstreamer.cupertinostreaming.file.MediaReaderH264Cupertino
MethodReturn typeExample value
getCaptionLanguageID() java.lang.String NULL
getContextStr() java.lang.String vod/_definst_/mp4:amazons3/syqic-video-ireland-1/laughtv/450kbps/MrBean1MrBean_450kbps.mp4
getCursorType() int 0
getDuration() long 1552768
getEncInfo() com.wowza.wms.stream.MediaReaderEncInfo com.wowza.wms.stream.MediaReaderEncInfo@3b381842
getLength() long 90663430
getMediaExtension() java.lang.String mp4
getMetadata() java.util.List NULL
isOnChunkStartResetCounter() boolean false
isOpen() boolean true
getPath() java.lang.String /usr/local/WowzaMediaServer/content/amazons3/syqic-video-ireland-1/laughtv/450kbps/MrBean1MrBean_450kbps.mp4
getPlayReadyInfo() com.wowza.wms.drm.playready.PlayReadyMediaInfo NULL
getStreamPosition() com.wowza.wms.stream.IMediaReaderStreamPosition Example unavailable
getTrackCountAudio() int 1
getTrackCountData() int 0
getTrackCountVideo() int 1
getTrackDataCharSet() java.lang.String UTF-8
getTrackIndexAudio() int 0
getTrackIndexData() int -1
getTrackIndexVideo() int 0

onMediaReaderExtractMetaData (IMediaReaderActionNotify) [4]

Inherited from InterfaceTriggerParameters
com.wowza.wms.stream.IMediaReaderActionNotify Media reader metadata was extracted from the(?) file
NameTypeRuntime typeAvailable getters
mediaReader com.wowza.wms.stream.IMediaReader com.wowza.wms.httpstreamer.cupertinostreaming.file.MediaReaderH264Cupertino
MethodReturn typeExample value
getCaptionLanguageID() java.lang.String NULL
getContextStr() java.lang.String vod/_definst_/mp4:amazons3/syqic-video-ireland-1/laughtv/450kbps/MrBean1MrBean_450kbps.mp4
getCursorType() int 0
getDuration() long 1552768
getEncInfo() com.wowza.wms.stream.MediaReaderEncInfo com.wowza.wms.stream.MediaReaderEncInfo@3b381842
getLength() long 90663430
getMediaExtension() java.lang.String mp4
getMetadata() java.util.List [java.nio.HeapByteBuffer[pos=0 lim=604 cap=604]]
isOnChunkStartResetCounter() boolean false
isOpen() boolean true
getPath() java.lang.String /usr/local/WowzaMediaServer/content/amazons3/syqic-video-ireland-1/laughtv/450kbps/MrBean1MrBean_450kbps.mp4
getPlayReadyInfo() com.wowza.wms.drm.playready.PlayReadyMediaInfo NULL
getStreamPosition() com.wowza.wms.stream.IMediaReaderStreamPosition com.wowza.wms.mediareader.h264.H264StreamPosition@3e41c491
getTrackCountAudio() int 1
getTrackCountData() int 0
getTrackCountVideo() int 1
getTrackDataCharSet() java.lang.String UTF-8
getTrackIndexAudio() int 0
getTrackIndexData() int 0
getTrackIndexVideo() int 0

onStreamDestroy (IModuleOnStream) [1]

Inherited from InterfaceTriggerParameters
com.wowza.wms.module.IModuleOnStream A stream was destroyed
NameTypeRuntime typeAvailable getters
stream com.wowza.wms.stream.IMediaStream com.wowza.wms.stream.httpstreamer.MediaStreamHTTPStreamer
MethodReturn typeExample value
getHTTPStreamerSession() com.wowza.wms.httpstreamer.model.IHTTPStreamerSession com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer.HTTPStreamerSessionCupertino@7de4c63b
getRTPStream() com.wowza.wms.rtp.model.RTPStream NULL
isAppend() boolean false
getAudioMissing() int 0
getAudioSize() int 0
getAudioTC() long 0
getBufferTime() int 0
getCacheName() java.lang.String _defaultVHost_.vod.play._definst_.amazons3/syqic-video-ireland-1/laughtv/MrBean1MrBean.smil
getClient() com.wowza.wms.client.IClient NULL
getClientId() int -1
isClustered() boolean false
getContextStr() java.lang.String vod/_definst_/amazons3/syqic-video-ireland-1/laughtv/MrBean1MrBean.smil
getDataMissing() int 0
getDataSize() int 0
getDataTC() long 0
getDataType() int 18
getDvrRecorder() java.lang.String NULL
getDvrRecorderList() java.lang.String NULL
getDvrRepeater() java.lang.String NULL
getElapsedTime() com.wowza.util.ElapsedTimer com.wowza.util.ElapsedTimer@6618c6c7
getExt() java.lang.String mp4
getFastPlaySettings() com.wowza.wms.stream.FastPlaySettings NULL
getHeaderSize() int 0
getLastKeyFrame() com.wowza.wms.amf.AMFPacket NULL
getLastPacket() com.wowza.wms.amf.AMFPacket NULL
getLiveStreamDvrs() java.util.Map {}
getLiveStreamPacketizer() java.lang.String cupertinostreamingpacketizer
getLiveStreamPacketizerList() java.lang.String NULL
getLiveStreamRepeater() java.lang.String cupertinostreamingrepeater
getLiveStreamTranscoderList() java.lang.String NULL
getLiveStreamTranscoders() java.util.Map {}
getMaxTimecode() long -1
isMediaCasterPlay() boolean false
getMediaIOPerformance() com.wowza.util.IOPerformanceCounter com.wowza.util.IOPerformanceCounter@64a2672e
isMergeOnMetadata() boolean true
getMetaDataProvider() com.wowza.wms.stream.IMediaStreamMetaDataProvider NULL
getName() java.lang.String amazons3/syqic-video-ireland-1/laughtv/MrBean1MrBean.smil
getNetConnection() com.wowza.wms.netconnection.INetConnection NULL
isOpen() boolean false
isPlay() boolean true
getPlayPackets() java.util.List NULL
getPlayer() com.wowza.wms.stream.IMediaStreamPlay com.wowza.wms.stream.httpstreamer.MediaStreamHTTPStreamerPlay@6224309f
isPlaying() boolean true
getProperties() com.wowza.wms.application.WMSProperties {Properties: isLive: true, mediaStreamActionNotify1053486820: "uk.co.stevenmeyer.wowza.modules.LifecycleModuleHTML$MediaStreamActionNotify@2c59d953"}
getPublishAudioCodecId() int -1
getPublishVideoCodecId() int -1
getQueryStr() java.lang.String session_token=j3LPIb64t56zO4Cj5NGT8td4rdusQuLHHI5sT0yYbKQ&msisdn=429990110105
isReceiveAudio() boolean true
isReceiveVideo() boolean true
getReceiveVideoFPS() int -1
isRecord() boolean false
getRespAMFAudioObj() com.wowza.wms.amf.AMFObj NULL
getRespAMFDataObj() com.wowza.wms.amf.AMFObj NULL
getRespAMFVideoObj() com.wowza.wms.amf.AMFObj NULL
isSendDirectMessages() boolean false
isSendPlayStopLogEvent() boolean false
isSendPublishStopLogEvent() boolean false
isSendRecordStopLogEvent() boolean false
getSrc() int 1
getStreamFileForRead() java.io.File /usr/local/WowzaMediaServer/content/amazons3/syqic-video-ireland-1/laughtv/MrBean1MrBean.smil
getStreamFileForWrite() java.io.File /usr/local/WowzaMediaServer/content/amazons3/syqic-video-ireland-1/laughtv/MrBean1MrBean.smil.mp4
getStreamType() java.lang.String httpstreamer
getStreams() com.wowza.wms.stream.MediaStreamMap com.wowza.wms.stream.MediaStreamMap@4f63bb7b
isTranscodeResult() boolean false
getTss() long 0
getUniqueStreamIdStr() java.lang.String 1
isVideoH264SEIListenerEmpty() boolean true
getVideoMissing() int 0
getVideoSize() int 0
getVideoTC() long 0

onHTTPSessionDestroy (IModuleOnHTTPSession) [1]

Inherited from InterfaceTriggerParameters
com.wowza.wms.module.IModuleOnHTTPSession An HTTP session was destroyed (SmoothStreaming and Cupertino)
NameTypeRuntime typeAvailable getters
httpSession com.wowza.wms.httpstreamer.model.IHTTPStreamerSession com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer.HTTPStreamerSessionCupertino
MethodReturn typeExample value
getHTTPDate() java.lang.String Thu, 02 Jan 2014 17:22:04 GMT
getHTTPHeaderMap() java.util.Map {protocol=HTTP/1.1, connection=keep-alive, host=54.194.109.135:1935, accept-language=en-GB, en-US, accept=text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8, context=vod/_definst_/smil:284.LaughTV/MrBean1MrBean.smil/playlist.m3u8?session_token=j3LPIb64t56zO4Cj5NGT8td4rdusQuLHHI5sT0yYbKQ&msisdn=429990110105, method=GET, user-agent=Mozilla/5.0 (Linux; U; Android 4.1.2; en-gb; GT-I9100 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30, referer=http://my.yoonic.tv/?m=vdetails&vid=625, accept-encoding=gzip,deflate, uri=GET /vod/_definst_/smil:284.LaughTV/MrBean1MrBean.smil/playlist.m3u8?session_token=j3LPIb64t56zO4Cj5NGT8td4rdusQuLHHI5sT0yYbKQ&msisdn=429990110105 HTTP/1.1, accept-charset=utf-8, iso-8859-1, utf-16, *;q=0.7}
getHTTPHeaderNames() java.util.Set [protocol, connection, host, accept-language, accept, context, method, user-agent, referer, accept-encoding, uri, accept-charset]
isHTTPOrigin() boolean false
getHTTPStreamerAdapter() com.wowza.wms.httpstreamer.model.IHTTPStreamerAdapter com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer.HTTPStreamerAdapterCupertinoStreamer@41d24c6f
getIOPerformanceCounter() com.wowza.util.IOPerformanceCounter com.wowza.util.IOPerformanceCounter@55982d2b
getVHost() com.wowza.wms.vhost.IVHost com.wowza.wms.vhost.VHost@608902da
getVODTranscodeNGRP() java.lang.String NULL
isAcceptSession() boolean true
isActive() boolean false
getAndClearNotifyCreate() boolean false
getAppInstance() com.wowza.wms.application.IApplicationInstance com.wowza.wms.application.ApplicationInstance@743be8a9
getConnectionHolder() com.wowza.wms.client.ConnectionHolder com.wowza.wms.client.ConnectionHolder@79bd8df3
getCookieStr() java.lang.String NULL
getDvrSessionInfo() com.wowza.wms.httpstreamer.model.DvrSessionInfo NULL
getElapsedTime() com.wowza.util.ElapsedTimer com.wowza.util.ElapsedTimer@bb28af6
getIpAddress() java.lang.String 146.185.28.236
getLastRequest() long 1388683299712
getLiveStreamingPacketizer() java.lang.String cupertinostreamingpacketizer
getLock() java.lang.Object java.lang.Object@76c12279
getPlayDuration() long -1
isPlayLogged() boolean false
getPlayStart() long 0
getProperties() com.wowza.wms.application.WMSProperties {Properties: }
getQueryStr() java.lang.String session_token=j3LPIb64t56zO4Cj5NGT8td4rdusQuLHHI5sT0yYbKQ&msisdn=429990110105
isRedirectSession() boolean false
getRedirectSessionBody() [B NULL
getRedirectSessionCode() int 302
getRedirectSessionContentType() java.lang.String NULL
getRedirectSessionURL() java.lang.String NULL
getReferrer() java.lang.String http://my.yoonic.tv/?m=vdetails&vid=625
getServerIp() java.lang.String 54.194.109.135
getServerPort() int 1935
getSessionId() java.lang.String 41044990
getSessionProtocol() int 1
getSessionTimeout() int 25000
getSessionType() int 2
getStream() com.wowza.wms.stream.IMediaStream NULL
getStreamDomainStrList() java.util.List [_defaultVHost_:vod/_definst_/mp4:amazons3/syqic-video-ireland-1/laughtv/90kbps/MrBean1MrBean_90kbps.mp4, _defaultVHost_:vod/_definst_/mp4:amazons3/syqic-video-ireland-1/laughtv/450kbps/MrBean1MrBean_450kbps.mp4, _defaultVHost_:vod/_definst_/smil:284.LaughTV/MrBean1MrBean.smil, _defaultVHost_:vod/_definst_/mp4:amazons3/syqic-video-ireland-1/laughtv/200kbps/MrBean1MrBean_200kbps.mp4]
getStreamExt() java.lang.String smil
getStreamName() java.lang.String amazons3/syqic-video-ireland-1/laughtv/MrBean1MrBean.smil
getStreamPosition() long 0
getTimeRunning() java.lang.String 26 seconds 174 milliseconds
getTimeRunningSeconds() double 26.174
isTimeoutSession() boolean true
getTranscoderVODIndex() com.wowza.wms.httpstreamer.model.IHTTPStreamerTranscoderVODIndex NULL
getTranscoderVODIndexDestinationsMap() java.util.Map {}
getTranscoderVODIndexDestinationsOrder() java.util.List []
getTranscoderVODSession() com.wowza.wms.transcoder.vod.TranscoderVODSession NULL
getUri() java.lang.String vod/_definst_/smil:284.LaughTV/MrBean1MrBean.smil/playlist.m3u8
getUserAgent() java.lang.String Mozilla/5.0 (Linux; U; Android 4.1.2; en-gb; GT-I9100 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30
getUserHTTPHeaders() java.util.Map {}
getUserQueryStr() java.lang.String NULL
isValidated() boolean true

onHTTPCupertinoStreamingSessionDestroy (IModuleOnHTTPCupertinoStreamingSession) [1]

Inherited from InterfaceTriggerParameters
com.wowza.wms.module.IModuleOnHTTPCupertinoStreamingSession A Cupertino (HLS) HTTP session was destroyed
NameTypeRuntime typeAvailable getters
httpCupertinoStreamingSession com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer.HTTPStreamerSessionCupertino com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer.HTTPStreamerSessionCupertino
MethodReturn typeExample value
getHTTPDate() java.lang.String Thu, 02 Jan 2014 17:22:04 GMT
getHTTPHeaderMap() java.util.Map {protocol=HTTP/1.1, connection=keep-alive, host=54.194.109.135:1935, accept-language=en-GB, en-US, accept=text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8, context=vod/_definst_/smil:284.LaughTV/MrBean1MrBean.smil/playlist.m3u8?session_token=j3LPIb64t56zO4Cj5NGT8td4rdusQuLHHI5sT0yYbKQ&msisdn=429990110105, method=GET, user-agent=Mozilla/5.0 (Linux; U; Android 4.1.2; en-gb; GT-I9100 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30, referer=http://my.yoonic.tv/?m=vdetails&vid=625, accept-encoding=gzip,deflate, uri=GET /vod/_definst_/smil:284.LaughTV/MrBean1MrBean.smil/playlist.m3u8?session_token=j3LPIb64t56zO4Cj5NGT8td4rdusQuLHHI5sT0yYbKQ&msisdn=429990110105 HTTP/1.1, accept-charset=utf-8, iso-8859-1, utf-16, *;q=0.7}
getHTTPHeaderNames() java.util.Set [protocol, connection, host, accept-language, accept, context, method, user-agent, referer, accept-encoding, uri, accept-charset]
isHTTPOrigin() boolean false
getHTTPStreamerAdapter() com.wowza.wms.httpstreamer.model.IHTTPStreamerAdapter com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer.HTTPStreamerAdapterCupertinoStreamer@41d24c6f
getIOPerformanceCounter() com.wowza.util.IOPerformanceCounter com.wowza.util.IOPerformanceCounter@55982d2b
getVHost() com.wowza.wms.vhost.IVHost com.wowza.wms.vhost.VHost@608902da
getVODTranscodeNGRP() java.lang.String NULL
isAcceptSession() boolean true
isActive() boolean false
getAndClearNotifyCreate() boolean false
getAppInstance() com.wowza.wms.application.IApplicationInstance com.wowza.wms.application.ApplicationInstance@743be8a9
getConnectionHolder() com.wowza.wms.client.ConnectionHolder com.wowza.wms.client.ConnectionHolder@79bd8df3
getCookieStr() java.lang.String NULL
getDvrSessionInfo() com.wowza.wms.httpstreamer.model.DvrSessionInfo NULL
getElapsedTime() com.wowza.util.ElapsedTimer com.wowza.util.ElapsedTimer@bb28af6
getIpAddress() java.lang.String 146.185.28.236
getLastRequest() long 1388683299712
getLiveStreamingPacketizer() java.lang.String cupertinostreamingpacketizer
getLock() java.lang.Object java.lang.Object@76c12279
getPlayDuration() long -1
isPlayLogged() boolean false
getPlayStart() long 0
getProperties() com.wowza.wms.application.WMSProperties {Properties: }
getQueryStr() java.lang.String session_token=j3LPIb64t56zO4Cj5NGT8td4rdusQuLHHI5sT0yYbKQ&msisdn=429990110105
isRedirectSession() boolean false
getRedirectSessionBody() [B NULL
getRedirectSessionCode() int 302
getRedirectSessionContentType() java.lang.String NULL
getRedirectSessionURL() java.lang.String NULL
getReferrer() java.lang.String http://my.yoonic.tv/?m=vdetails&vid=625
getServerIp() java.lang.String 54.194.109.135
getServerPort() int 1935
getSessionId() java.lang.String 41044990
getSessionProtocol() int 1
getSessionTimeout() int 25000
getSessionType() int 2
getStream() com.wowza.wms.stream.IMediaStream NULL
getStreamDomainStrList() java.util.List [_defaultVHost_:vod/_definst_/mp4:amazons3/syqic-video-ireland-1/laughtv/90kbps/MrBean1MrBean_90kbps.mp4, _defaultVHost_:vod/_definst_/mp4:amazons3/syqic-video-ireland-1/laughtv/450kbps/MrBean1MrBean_450kbps.mp4, _defaultVHost_:vod/_definst_/smil:284.LaughTV/MrBean1MrBean.smil, _defaultVHost_:vod/_definst_/mp4:amazons3/syqic-video-ireland-1/laughtv/200kbps/MrBean1MrBean_200kbps.mp4]
getStreamExt() java.lang.String smil
getStreamName() java.lang.String amazons3/syqic-video-ireland-1/laughtv/MrBean1MrBean.smil
getStreamPosition() long 0
getTimeRunning() java.lang.String 26 seconds 189 milliseconds
getTimeRunningSeconds() double 26.189
isTimeoutSession() boolean true
getTranscoderVODIndex() com.wowza.wms.httpstreamer.model.IHTTPStreamerTranscoderVODIndex NULL
getTranscoderVODIndexDestinationsMap() java.util.Map {}
getTranscoderVODIndexDestinationsOrder() java.util.List []
getTranscoderVODSession() com.wowza.wms.transcoder.vod.TranscoderVODSession NULL
getUri() java.lang.String vod/_definst_/smil:284.LaughTV/MrBean1MrBean.smil/playlist.m3u8
getUserAgent() java.lang.String Mozilla/5.0 (Linux; U; Android 4.1.2; en-gb; GT-I9100 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30
getUserHTTPHeaders() java.util.Map {}
getUserQueryStr() java.lang.String NULL
isValidated() boolean true

onMediaReaderClose (IMediaReaderActionNotify) [5]

Really the third occurrence, not the fifth.

Inherited from InterfaceTriggerParameters
com.wowza.wms.stream.IMediaReaderActionNotify A media reader was closed
NameTypeRuntime typeAvailable getters
mediaReader com.wowza.wms.stream.IMediaReader com.wowza.wms.httpstreamer.cupertinostreaming.file.MediaReaderH264Cupertino
MethodReturn typeExample value
getCaptionLanguageID() java.lang.String NULL
getContextStr() java.lang.String vod/_definst_/mp4:amazons3/syqic-video-ireland-1/laughtv/90kbps/MrBean1MrBean_90kbps.mp4
getCursorType() int 0
getDuration() long 1552768
getEncInfo() com.wowza.wms.stream.MediaReaderEncInfo com.wowza.wms.stream.MediaReaderEncInfo@70faf7c7
getLength() long 0
getMediaExtension() java.lang.String mp4
getMetadata() java.util.List NULL
isOnChunkStartResetCounter() boolean false
isOpen() boolean false
getPath() java.lang.String /usr/local/WowzaMediaServer/content/amazons3/syqic-video-ireland-1/laughtv/90kbps/MrBean1MrBean_90kbps.mp4
getPlayReadyInfo() com.wowza.wms.drm.playready.PlayReadyMediaInfo Example unavailable
getStreamPosition() com.wowza.wms.stream.IMediaReaderStreamPosition com.wowza.wms.mediareader.h264.H264StreamPosition@5a7e3b1d
getTrackCountAudio() int 0
getTrackCountData() int 0
getTrackCountVideo() int 0
getTrackDataCharSet() java.lang.String UTF-8
getTrackIndexAudio() int 0
getTrackIndexData() int 0
getTrackIndexVideo() int 0

onMediaReaderClose (IMediaReaderActionNotify) [6]

Really the fourth occurrence, not the sixth.

Inherited from InterfaceTriggerParameters
com.wowza.wms.stream.IMediaReaderActionNotify A media reader was closed
NameTypeRuntime typeAvailable getters
mediaReader com.wowza.wms.stream.IMediaReader com.wowza.wms.httpstreamer.cupertinostreaming.file.MediaReaderH264Cupertino
MethodReturn typeExample value
getCaptionLanguageID() java.lang.String NULL
getContextStr() java.lang.String vod/_definst_/mp4:amazons3/syqic-video-ireland-1/laughtv/450kbps/MrBean1MrBean_450kbps.mp4
getCursorType() int 0
getDuration() long 1552768
getEncInfo() com.wowza.wms.stream.MediaReaderEncInfo com.wowza.wms.stream.MediaReaderEncInfo@3b381842
getLength() long 0
getMediaExtension() java.lang.String mp4
getMetadata() java.util.List NULL
isOnChunkStartResetCounter() boolean false
isOpen() boolean false
getPath() java.lang.String /usr/local/WowzaMediaServer/content/amazons3/syqic-video-ireland-1/laughtv/450kbps/MrBean1MrBean_450kbps.mp4
getPlayReadyInfo() com.wowza.wms.drm.playready.PlayReadyMediaInfo Example unavailable
getStreamPosition() com.wowza.wms.stream.IMediaReaderStreamPosition com.wowza.wms.mediareader.h264.H264StreamPosition@155b1b55
getTrackCountAudio() int 0
getTrackCountData() int 0
getTrackCountVideo() int 0
getTrackDataCharSet() java.lang.String UTF-8
getTrackIndexAudio() int 0
getTrackIndexData() int 0
getTrackIndexVideo() int 0

onStreamDestroy (IModuleOnStream) [2]

Inherited from InterfaceTriggerParameters
com.wowza.wms.module.IModuleOnStream A stream was destroyed
NameTypeRuntime typeAvailable getters
stream com.wowza.wms.stream.IMediaStream com.wowza.wms.stream.httpstreamer.MediaStreamHTTPStreamer
MethodReturn typeExample value
getHTTPStreamerSession() com.wowza.wms.httpstreamer.model.IHTTPStreamerSession com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer.HTTPStreamerSessionCupertino@78549e9a
getRTPStream() com.wowza.wms.rtp.model.RTPStream NULL
isAppend() boolean false
getAudioMissing() int 0
getAudioSize() int 0
getAudioTC() long 0
getBufferTime() int 0
getCacheName() java.lang.String _defaultVHost_.vod.play._definst_.amazons3/syqic-video-ireland-1/laughtv/MrBean1MrBean.smil
getClient() com.wowza.wms.client.IClient NULL
getClientId() int -1
isClustered() boolean false
getContextStr() java.lang.String vod/_definst_/amazons3/syqic-video-ireland-1/laughtv/MrBean1MrBean.smil
getDataMissing() int 0
getDataSize() int 0
getDataTC() long 0
getDataType() int 18
getDvrRecorder() java.lang.String NULL
getDvrRecorderList() java.lang.String NULL
getDvrRepeater() java.lang.String NULL
getElapsedTime() com.wowza.util.ElapsedTimer com.wowza.util.ElapsedTimer@1a68c5fd
getExt() java.lang.String mp4
getFastPlaySettings() com.wowza.wms.stream.FastPlaySettings NULL
getHeaderSize() int 0
getLastKeyFrame() com.wowza.wms.amf.AMFPacket NULL
getLastPacket() com.wowza.wms.amf.AMFPacket NULL
getLiveStreamDvrs() java.util.Map {}
getLiveStreamPacketizer() java.lang.String cupertinostreamingpacketizer
getLiveStreamPacketizerList() java.lang.String NULL
getLiveStreamRepeater() java.lang.String cupertinostreamingrepeater
getLiveStreamTranscoderList() java.lang.String NULL
getLiveStreamTranscoders() java.util.Map {}
getMaxTimecode() long -1
isMediaCasterPlay() boolean false
getMediaIOPerformance() com.wowza.util.IOPerformanceCounter com.wowza.util.IOPerformanceCounter@549e7296
isMergeOnMetadata() boolean true
getMetaDataProvider() com.wowza.wms.stream.IMediaStreamMetaDataProvider NULL
getName() java.lang.String amazons3/syqic-video-ireland-1/laughtv/MrBean1MrBean.smil
getNetConnection() com.wowza.wms.netconnection.INetConnection NULL
isOpen() boolean false
isPlay() boolean true
getPlayPackets() java.util.List NULL
getPlayer() com.wowza.wms.stream.IMediaStreamPlay com.wowza.wms.stream.httpstreamer.MediaStreamHTTPStreamerPlay@6e750140
isPlaying() boolean true
getProperties() com.wowza.wms.application.WMSProperties {Properties: isLive: true, mediaStreamActionNotify410397667: "uk.co.stevenmeyer.wowza.modules.LifecycleModuleHTML$MediaStreamActionNotify@43a54967"}
getPublishAudioCodecId() int -1
getPublishVideoCodecId() int -1
getQueryStr() java.lang.String session_token=j3LPIb64t56zO4Cj5NGT8td4rdusQuLHHI5sT0yYbKQ&msisdn=429990110105
isReceiveAudio() boolean true
isReceiveVideo() boolean true
getReceiveVideoFPS() int -1
isRecord() boolean false
getRespAMFAudioObj() com.wowza.wms.amf.AMFObj NULL
getRespAMFDataObj() com.wowza.wms.amf.AMFObj NULL
getRespAMFVideoObj() com.wowza.wms.amf.AMFObj NULL
isSendDirectMessages() boolean false
isSendPlayStopLogEvent() boolean false
isSendPublishStopLogEvent() boolean false
isSendRecordStopLogEvent() boolean false
getSrc() int 2
getStreamFileForRead() java.io.File /usr/local/WowzaMediaServer/content/amazons3/syqic-video-ireland-1/laughtv/MrBean1MrBean.smil
getStreamFileForWrite() java.io.File /usr/local/WowzaMediaServer/content/amazons3/syqic-video-ireland-1/laughtv/MrBean1MrBean.smil.mp4
getStreamType() java.lang.String httpstreamer
getStreams() com.wowza.wms.stream.MediaStreamMap com.wowza.wms.stream.MediaStreamMap@4f63bb7b
isTranscodeResult() boolean false
getTss() long 0
getUniqueStreamIdStr() java.lang.String 2
isVideoH264SEIListenerEmpty() boolean true
getVideoMissing() int 0
getVideoSize() int 0
getVideoTC() long 0

onHTTPSessionDestroy (IModuleOnHTTPSession) [2]

Inherited from InterfaceTriggerParameters
com.wowza.wms.module.IModuleOnHTTPSession An HTTP session was destroyed (SmoothStreaming and Cupertino)
NameTypeRuntime typeAvailable getters
httpSession com.wowza.wms.httpstreamer.model.IHTTPStreamerSession com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer.HTTPStreamerSessionCupertino
MethodReturn typeExample value
getHTTPDate() java.lang.String Thu, 02 Jan 2014 17:25:18 GMT
getHTTPHeaderMap() java.util.Map {protocol=HTTP/1.1, connection=keep-alive, host=54.194.109.135:1935, accept=*/*, context=vod/_definst_/smil:284.LaughTV/MrBean1MrBean.smil/playlist.m3u8?session_token=j3LPIb64t56zO4Cj5NGT8td4rdusQuLHHI5sT0yYbKQ&msisdn=429990110105, method=GET, user-agent=stagefright/1.2 (Linux;Android 4.1.2), accept-encoding=gzip,deflate, uri=GET /vod/_definst_/smil:284.LaughTV/MrBean1MrBean.smil/playlist.m3u8?session_token=j3LPIb64t56zO4Cj5NGT8td4rdusQuLHHI5sT0yYbKQ&msisdn=429990110105 HTTP/1.1}
getHTTPHeaderNames() java.util.Set [protocol, connection, host, accept, context, method, user-agent, accept-encoding, uri]
isHTTPOrigin() boolean false
getHTTPStreamerAdapter() com.wowza.wms.httpstreamer.model.IHTTPStreamerAdapter com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer.HTTPStreamerAdapterCupertinoStreamer@41d24c6f
getIOPerformanceCounter() com.wowza.util.IOPerformanceCounter com.wowza.util.IOPerformanceCounter@e28fc8e
getVHost() com.wowza.wms.vhost.IVHost com.wowza.wms.vhost.VHost@608902da
getVODTranscodeNGRP() java.lang.String NULL
isAcceptSession() boolean true
isActive() boolean false
getAndClearNotifyCreate() boolean false
getAppInstance() com.wowza.wms.application.IApplicationInstance com.wowza.wms.application.ApplicationInstance@743be8a9
getConnectionHolder() com.wowza.wms.client.ConnectionHolder com.wowza.wms.client.ConnectionHolder@24dcd5e5
getCookieStr() java.lang.String NULL
getDvrSessionInfo() com.wowza.wms.httpstreamer.model.DvrSessionInfo NULL
getElapsedTime() com.wowza.util.ElapsedTimer com.wowza.util.ElapsedTimer@1e5ec04b
getIpAddress() java.lang.String 146.185.28.236
getLastRequest() long 1388683493220
getLiveStreamingPacketizer() java.lang.String cupertinostreamingpacketizer
getLock() java.lang.Object java.lang.Object@5ea28b80
getPlayDuration() long -1
isPlayLogged() boolean false
getPlayStart() long 0
getProperties() com.wowza.wms.application.WMSProperties {Properties: }
getQueryStr() java.lang.String session_token=j3LPIb64t56zO4Cj5NGT8td4rdusQuLHHI5sT0yYbKQ&msisdn=429990110105
isRedirectSession() boolean false
getRedirectSessionBody() [B NULL
getRedirectSessionCode() int 302
getRedirectSessionContentType() java.lang.String NULL
getRedirectSessionURL() java.lang.String NULL
getReferrer() java.lang.String NULL
getServerIp() java.lang.String 54.194.109.135
getServerPort() int 1935
getSessionId() java.lang.String 1638251864
getSessionProtocol() int 1
getSessionTimeout() int 25000
getSessionType() int 2
getStream() com.wowza.wms.stream.IMediaStream NULL
getStreamDomainStrList() java.util.List [_defaultVHost_:vod/_definst_/mp4:amazons3/syqic-video-ireland-1/laughtv/90kbps/MrBean1MrBean_90kbps.mp4, _defaultVHost_:vod/_definst_/mp4:amazons3/syqic-video-ireland-1/laughtv/450kbps/MrBean1MrBean_450kbps.mp4, _defaultVHost_:vod/_definst_/smil:284.LaughTV/MrBean1MrBean.smil, _defaultVHost_:vod/_definst_/mp4:amazons3/syqic-video-ireland-1/laughtv/200kbps/MrBean1MrBean_200kbps.mp4]
getStreamExt() java.lang.String smil
getStreamName() java.lang.String amazons3/syqic-video-ireland-1/laughtv/MrBean1MrBean.smil
getStreamPosition() long 1499465
getTimeRunning() java.lang.String 3 minutes 32 seconds
getTimeRunningSeconds() double 212.166
isTimeoutSession() boolean true
getTranscoderVODIndex() com.wowza.wms.httpstreamer.model.IHTTPStreamerTranscoderVODIndex NULL
getTranscoderVODIndexDestinationsMap() java.util.Map {}
getTranscoderVODIndexDestinationsOrder() java.util.List []
getTranscoderVODSession() com.wowza.wms.transcoder.vod.TranscoderVODSession NULL
getUri() java.lang.String vod/_definst_/smil:284.LaughTV/MrBean1MrBean.smil/playlist.m3u8
getUserAgent() java.lang.String stagefright/1.2 (Linux;Android 4.1.2)
getUserHTTPHeaders() java.util.Map {}
getUserQueryStr() java.lang.String NULL
isValidated() boolean true

onHTTPCupertinoStreamingSessionDestroy (IModuleOnHTTPCupertinoStreamingSession) [2]

Inherited from InterfaceTriggerParameters
com.wowza.wms.module.IModuleOnHTTPCupertinoStreamingSession A Cupertino (HLS) HTTP session was destroyed
NameTypeRuntime typeAvailable getters
httpCupertinoStreamingSession com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer.HTTPStreamerSessionCupertino com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer.HTTPStreamerSessionCupertino
MethodReturn typeExample value
getHTTPDate() java.lang.String Thu, 02 Jan 2014 17:25:18 GMT
getHTTPHeaderMap() java.util.Map {protocol=HTTP/1.1, connection=keep-alive, host=54.194.109.135:1935, accept=*/*, context=vod/_definst_/smil:284.LaughTV/MrBean1MrBean.smil/playlist.m3u8?session_token=j3LPIb64t56zO4Cj5NGT8td4rdusQuLHHI5sT0yYbKQ&msisdn=429990110105, method=GET, user-agent=stagefright/1.2 (Linux;Android 4.1.2), accept-encoding=gzip,deflate, uri=GET /vod/_definst_/smil:284.LaughTV/MrBean1MrBean.smil/playlist.m3u8?session_token=j3LPIb64t56zO4Cj5NGT8td4rdusQuLHHI5sT0yYbKQ&msisdn=429990110105 HTTP/1.1}
getHTTPHeaderNames() java.util.Set [protocol, connection, host, accept, context, method, user-agent, accept-encoding, uri]
isHTTPOrigin() boolean false
getHTTPStreamerAdapter() com.wowza.wms.httpstreamer.model.IHTTPStreamerAdapter com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer.HTTPStreamerAdapterCupertinoStreamer@41d24c6f
getIOPerformanceCounter() com.wowza.util.IOPerformanceCounter com.wowza.util.IOPerformanceCounter@e28fc8e
getVHost() com.wowza.wms.vhost.IVHost com.wowza.wms.vhost.VHost@608902da
getVODTranscodeNGRP() java.lang.String NULL
isAcceptSession() boolean true
isActive() boolean false
getAndClearNotifyCreate() boolean false
getAppInstance() com.wowza.wms.application.IApplicationInstance com.wowza.wms.application.ApplicationInstance@743be8a9
getConnectionHolder() com.wowza.wms.client.ConnectionHolder com.wowza.wms.client.ConnectionHolder@24dcd5e5
getCookieStr() java.lang.String NULL
getDvrSessionInfo() com.wowza.wms.httpstreamer.model.DvrSessionInfo NULL
getElapsedTime() com.wowza.util.ElapsedTimer com.wowza.util.ElapsedTimer@1e5ec04b
getIpAddress() java.lang.String 146.185.28.236
getLastRequest() long 1388683493220
getLiveStreamingPacketizer() java.lang.String cupertinostreamingpacketizer
getLock() java.lang.Object java.lang.Object@5ea28b80
getPlayDuration() long -1
isPlayLogged() boolean false
getPlayStart() long 0
getProperties() com.wowza.wms.application.WMSProperties {Properties: }
getQueryStr() java.lang.String session_token=j3LPIb64t56zO4Cj5NGT8td4rdusQuLHHI5sT0yYbKQ&msisdn=429990110105
isRedirectSession() boolean false
getRedirectSessionBody() [B NULL
getRedirectSessionCode() int 302
getRedirectSessionContentType() java.lang.String NULL
getRedirectSessionURL() java.lang.String NULL
getReferrer() java.lang.String NULL
getServerIp() java.lang.String 54.194.109.135
getServerPort() int 1935
getSessionId() java.lang.String 1638251864
getSessionProtocol() int 1
getSessionTimeout() int 25000
getSessionType() int 2
getStream() com.wowza.wms.stream.IMediaStream NULL
getStreamDomainStrList() java.util.List [_defaultVHost_:vod/_definst_/mp4:amazons3/syqic-video-ireland-1/laughtv/90kbps/MrBean1MrBean_90kbps.mp4, _defaultVHost_:vod/_definst_/mp4:amazons3/syqic-video-ireland-1/laughtv/450kbps/MrBean1MrBean_450kbps.mp4, _defaultVHost_:vod/_definst_/smil:284.LaughTV/MrBean1MrBean.smil, _defaultVHost_:vod/_definst_/mp4:amazons3/syqic-video-ireland-1/laughtv/200kbps/MrBean1MrBean_200kbps.mp4]
getStreamExt() java.lang.String smil
getStreamName() java.lang.String amazons3/syqic-video-ireland-1/laughtv/MrBean1MrBean.smil
getStreamPosition() long 1499465
getTimeRunning() java.lang.String 3 minutes 32 seconds
getTimeRunningSeconds() double 212.2
isTimeoutSession() boolean true
getTranscoderVODIndex() com.wowza.wms.httpstreamer.model.IHTTPStreamerTranscoderVODIndex NULL
getTranscoderVODIndexDestinationsMap() java.util.Map {}
getTranscoderVODIndexDestinationsOrder() java.util.List []
getTranscoderVODSession() com.wowza.wms.transcoder.vod.TranscoderVODSession NULL
getUri() java.lang.String vod/_definst_/smil:284.LaughTV/MrBean1MrBean.smil/playlist.m3u8
getUserAgent() java.lang.String stagefright/1.2 (Linux;Android 4.1.2)
getUserHTTPHeaders() java.util.Map {}
getUserQueryStr() java.lang.String NULL
isValidated() boolean true

onAppStop (IModuleOnApp)

Inherited from InterfaceTriggerParameters
com.wowza.wms.module.IModuleOnApp An application instance is stopped
NameTypeRuntime typeAvailable getters
appInstance com.wowza.wms.application.IApplicationInstance com.wowza.wms.application.ApplicationInstance
MethodReturn typeExample value
getHTTPStreamerList() java.lang.String cupertinostreaming,smoothstreaming,sanjosestreaming
getHTTPStreamerProperties() com.wowza.wms.application.WMSProperties {Properties: }
getRTPAVSyncMethod() int 1
getRTPIdleFrequency() int 75
getRTPMaxRTCPWaitTime() int 12000
getRTPPlayAuthenticationMethod() java.lang.String none
getRTPProperties() com.wowza.wms.application.WMSProperties {Properties: }
getRTPPublishAuthenticationMethod() java.lang.String digest
getRTPSessionCount() int 0
getRTPSessionCountsByName() java.util.Map {}
getRTPSessions() java.util.List []
getRTSPBindIpAddress() java.lang.String 172.31.32.58
getRTSPConnectionAddressType() java.lang.String IP4
getRTSPConnectionIpAddress() java.lang.String 54.194.109.135
getRTSPMaximumPendingWriteBytes() int 0
getRTSPOriginAddressType() java.lang.String IP4
getRTSPOriginIpAddress() java.lang.String 54.194.109.135
getRTSPSessionTimeout() int 90000
getVHost() com.wowza.wms.vhost.IVHost com.wowza.wms.vhost.VHost@608902da
getVODTimedTextProviderList() java.lang.String vodcaptionprovidermp4_3gpp
getVODTimedTextProviderSet() java.util.List [vodcaptionprovidermp4_3gpp]
isAcceptConnection() boolean true
getAllowDomains() [Ljava.lang.String; NULL
getApplication() com.wowza.wms.application.IApplication com.wowza.wms.application.Application@6263a77a
getApplicationInstanceTouchTimeout() int 5000
getApplicationTimeout() int 60000
getClientCount() int 0
getClientCountTotal() int 2
getClientIdleFrequency() int -1
getClientRemoveTime() long 1388683518645
getClients() java.util.List []
getClientsLockObj() edu.emory.mathcs.backport.java.util.concurrent.locks.WMSReadWriteLock edu.emory.mathcs.backport.java.util.concurrent.locks.WMSReentrantReadWriteLock@7d02890a[Write locks = 1, Read locks = 0]
getConnectionValidator() com.wowza.wms.client.IConnectionValidator com.wowza.wms.application.ApplicationInstance$ConnectionValidator@31732fa4
getContextStr() java.lang.String vod/_definst_
getDateStarted() java.lang.String Thu, Jan 2 2014 17:21:37 +0000
isDebugAppTimeout() boolean false
getDvrApplicationContext() com.wowza.wms.dvr.DvrApplicationContext {DvrApplicationContext: storeName:, storageDir:${com.wowza.wms.context.VHostConfigHome}/dvr, archiveStrategy:append, windowDuration:0, repeaterChunkOriginUrl:null}
getDvrProperties() com.wowza.wms.application.WMSProperties {Properties: }
getDvrRecorderList() java.lang.String NULL
getLastTouchTime() long -1
getLicenseValidator() com.wowza.wms.client.ILicenseValidator com.wowza.wms.application.ApplicationInstance$LicenseValidator@6624b64a
getLiveStreamDvrRecorderControl() com.wowza.wms.stream.livedvr.ILiveStreamDvrRecorderControl com.wowza.wms.application.ApplicationInstance@743be8a9
getLiveStreamPacketizerControl() com.wowza.wms.stream.livepacketizer.ILiveStreamPacketizerControl com.wowza.wms.application.ApplicationInstance@743be8a9
getLiveStreamPacketizerList() java.lang.String NULL
getLiveStreamPacketizerProperties() com.wowza.wms.application.WMSProperties {Properties: }
getLiveStreamTranscoderControl() com.wowza.wms.stream.livetranscoder.ILiveStreamTranscoderControl com.wowza.wms.application.ApplicationInstance@743be8a9
getLiveStreamTranscoderList() java.lang.String NULL
getMaxStorageDirDepth() int 25
getMaximumPendingReadBytes() int 524288
getMaximumPendingWriteBytes() int 0
getMaximumSetBufferTime() int 60000
getMediaCasterProperties() com.wowza.wms.application.WMSProperties {Properties: }
getMediaCasterStreams() com.wowza.wms.mediacaster.MediaCasterStreamMap com.wowza.wms.mediacaster.MediaCasterStreamMap@927eadd
getMediaCasterValidator() com.wowza.wms.mediacaster.IMediaCasterValidateMediaCaster NULL
getMediaListProvider() com.wowza.wms.stream.IMediaListProvider NULL
getMediaReaderProperties() com.wowza.wms.application.WMSProperties {Properties: randomAccessReaderClass: "com.wowza.wms.plugin.mediacache.impl.MediaCacheRandomAccessReader", bufferSeekIO: true}
getMediaWriterProperties() com.wowza.wms.application.WMSProperties {Properties: }
getMediacasterRTPRTSPRTPTransportMode() int 1
getMessagesInBytes() long 0
getMessagesInBytesRate() double 0.0
getMessagesInCount() long 0
getMessagesInCountRate() long 0
getMessagesOutBytes() long 15104296
getMessagesOutBytesRate() double 53542.0
getMessagesOutCount() long 24
getMessagesOutCountRate() long 0
getModFunctions() com.wowza.wms.module.ModuleFunctions com.wowza.wms.module.ModuleFunctions@1bac57dd
getModuleList() com.wowza.wms.module.ModuleList com.wowza.wms.module.ModuleList@4fbc7c5c
getName() java.lang.String _definst_
getPingTimeout() int 12000
getPlayStreamCountsByName() java.util.Map {}
getProperties() com.wowza.wms.application.WMSProperties {Properties: mediaWriterActionNotify1950083241: "uk.co.stevenmeyer.wowza.modules.LifecycleModuleHTML$MediaWriterActionNotify@25ea22df", aliasMapPathDelimiter: "/", aliasMapDebug: true, aliasMapFileStream: "${com.wowza.wms.context.VHostConfigHome}/conf/aliasmap.stream.txt", aliasMapFilePlay: "${com.wowza.wms.context.VHostConfigHome}/conf/aliasmap.play.txt", aliasMapNameDelimiter: "=", mediaReaderActionNotify1950083241: "uk.co.stevenmeyer.wowza.modules.LifecycleModuleHTML$MediaReaderActionNotify@6ade8e8b"}
getProtocolUsage() [Z [Z@5373562d
getPublishStreamNames() java.util.List []
getPublisherCount() int 0
getPublishers() java.util.List []
getRepeaterOriginUrl() java.lang.String NULL
getRepeaterQueryString() java.lang.String NULL
getRsoStorageDir() java.lang.String
getRsoStoragePath() java.lang.String /usr/local/WowzaMediaServer/applications/vod/sharedobjects/_definst_
getSharedObjectReadAccess() java.lang.String *
getSharedObjectWriteAccess() java.lang.String *
getSharedObjects() com.wowza.wms.sharedobject.ISharedObjects com.wowza.wms.sharedobject.SharedObjects@1321ed47
getStreamAudioSampleAccess() java.lang.String
getStreamCount() int 0
getStreamFileMapper() com.wowza.wms.stream.IMediaStreamFileMapper com.wowza.wms.stream.MediaStreamFileMapperBase@1860da21
getStreamKeyDir() java.lang.String /usr/local/WowzaMediaServer/keys
getStreamKeyPath() java.lang.String /usr/local/WowzaMediaServer/keys
getStreamNameAliasProvider() com.wowza.wms.stream.IMediaStreamNameAliasProvider com.wowza.wms.plugin.streamnamealias.ModuleStreamNameAlias@7e90b907
getStreamProperties() com.wowza.wms.application.WMSProperties {Properties: }
getStreamReadAccess() java.lang.String *
getStreamStorageDir() java.lang.String /usr/local/WowzaMediaServer/content
getStreamStoragePath() java.lang.String /usr/local/WowzaMediaServer/content
getStreamType() java.lang.String default
getStreamVideoSampleAccess() java.lang.String
getStreamWriteAccess() java.lang.String *
getStreams() com.wowza.wms.stream.MediaStreamMap com.wowza.wms.stream.MediaStreamMap@4f63bb7b
getTimeRunning() java.lang.String 4 minutes 42 seconds
getTimeRunningSeconds() double 282.102
getTimedTextProperties() com.wowza.wms.application.WMSProperties {Properties: }
getTranscoderApplicationContext() com.wowza.wms.stream.livetranscoder.LiveStreamTranscoderApplicationContext com.wowza.wms.stream.livetranscoder.LiveStreamTranscoderApplicationContext@1ca9b0f5
getTranscoderProperties() com.wowza.wms.application.WMSProperties {Properties: }
isValidateFMLEConnections() boolean true
getValidationFrequency() int 20000

No comments:

Post a Comment