Uses of Interface
com.wowza.wms.pushpublish.model.IPushPublishSession
-
Packages that use IPushPublishSession Package Description com.wowza.wms.application com.wowza.wms.module com.wowza.wms.pushpublish.model com.wowza.wms.pushpublish.protocol.rtmp com.wowza.wms.pushpublish.protocol.rtp -
-
Uses of IPushPublishSession in com.wowza.wms.application
Methods in com.wowza.wms.application that return types with arguments of type IPushPublishSession Modifier and Type Method Description java.util.List<IPushPublishSession>
IApplicationInstance. getPushPublishSessions()
Get all active push publish sessionsjava.util.List<IPushPublishSession>
IApplicationInstance. getPushPublishSessions(IMediaStream stream)
Get the current push publish sessions for a given IMediaStreamMethods in com.wowza.wms.application with parameters of type IPushPublishSession Modifier and Type Method Description void
IApplicationInstance. addPushPublishSession(IMediaStream stream, IPushPublishSession pushPublishSession)
Add a push publish session to the list of active push publish sessionsvoid
IApplicationInstance. notifyPushPublishSessionCreate(String streamName, IMediaStream stream, IPushPublishSession pushPublishSession)
Notify push publish session createvoid
IApplicationInstance. notifyPushPublishSessionDestroy(String streamName, IMediaStream stream, IPushPublishSession pushPublishSession)
Notify push publish session destroyvoid
IApplicationInstance. removePushPublishSession(IMediaStream stream, IPushPublishSession pushPublishSession)
Remove a push publish session -
Uses of IPushPublishSession in com.wowza.wms.module
Methods in com.wowza.wms.module with parameters of type IPushPublishSession Modifier and Type Method Description void
IModuleOnPushPublish. onPushPublishSessionCreate(String streamName, IMediaStream stream, IPushPublishSession pushPublishSession)
Invoked when push publish session is createdvoid
IModuleOnPushPublish. onPushPublishSessionDestroy(String streamName, IMediaStream stream, IPushPublishSession pushPublishSession)
Invoked when push publish session is destroyed -
Uses of IPushPublishSession in com.wowza.wms.pushpublish.model
Classes in com.wowza.wms.pushpublish.model that implement IPushPublishSession Modifier and Type Class Description class
PushPublishSessionBase
class
PushPublishSessionHTTPBase
Fields in com.wowza.wms.pushpublish.model declared as IPushPublishSession Modifier and Type Field Description protected IPushPublishSession
PushPublishBase. pushPublishSession
Methods in com.wowza.wms.pushpublish.model that return IPushPublishSession Modifier and Type Method Description IPushPublishSession
IPushPublish. createPushPublishSession()
IPushPublishSession
PushPublishBase. createPushPublishSession()
Methods in com.wowza.wms.pushpublish.model with parameters of type IPushPublishSession Modifier and Type Method Description void
IPushPublishSessionNotify. onPushPublishSessionCreate(String streamName, IMediaStream stream, IPushPublishSession pushPublishSession)
Invoked when push publish session is createdvoid
PushPublishSessionNotifyBase. onPushPublishSessionCreate(String streamName, IMediaStream stream, IPushPublishSession pushPublishSession)
void
IPushPublishSessionNotify. onPushPublishSessionDestroy(String streamName, IMediaStream stream, IPushPublishSession pushPublishSession)
Invoked when push publish session is destroyedvoid
PushPublishSessionNotifyBase. onPushPublishSessionDestroy(String streamName, IMediaStream stream, IPushPublishSession pushPublishSession)
-
Uses of IPushPublishSession in com.wowza.wms.pushpublish.protocol.rtmp
Classes in com.wowza.wms.pushpublish.protocol.rtmp that implement IPushPublishSession Modifier and Type Class Description class
PushPublishSessionRTMP
Methods in com.wowza.wms.pushpublish.protocol.rtmp that return IPushPublishSession Modifier and Type Method Description IPushPublishSession
PushPublishRTMP. createPushPublishSession()
-
Uses of IPushPublishSession in com.wowza.wms.pushpublish.protocol.rtp
Classes in com.wowza.wms.pushpublish.protocol.rtp that implement IPushPublishSession Modifier and Type Class Description class
PushPublishSessionRTP
Methods in com.wowza.wms.pushpublish.protocol.rtp that return IPushPublishSession Modifier and Type Method Description IPushPublishSession
PushPublishRTP. createPushPublishSession()
-