| Package | Description |
|---|---|
| com.wowza.wms.stream.publish |
| Modifier and Type | Method and Description |
|---|---|
static Stream |
Stream.createInstance(IApplicationInstance appInstance,
String sName)
Use this to create a named Stream on an application instance.
|
static Stream |
Stream.createInstance(IVHost vhost,
String applicationName,
String sName)
Use this to create a named Stream on the default instance (_definst_) of
an application on a particular VHost.
|
static Stream |
Stream.createInstance(IVHost vhost,
String applicationName,
String appInstanceName,
String sName)
Use this to create a named Stream on the non-default instance of an
application on a particular VHost.
|
static Stream |
Stream.createInstance(IVHost vhost,
String applicationName,
String appInstanceName,
String sName,
String streamType)
Use this to create a named Stream on the non-default instance of an
application on a particular VHost.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IStreamActionNotify.onPlaylistItemStart(Stream stream,
PlaylistItem playlistItem)
Invoked when playlist item playback is started
|
void |
IStreamActionNotify.onPlaylistItemStop(Stream stream,
PlaylistItem playlistItem)
Invoked when playlist item playback has ended
|
boolean |
Playlist.open(Stream s)
Opens this playlist on the given stream...
|