| Package | Description |
|---|---|
| com.wowza.wms.application | |
| com.wowza.wms.stream.livetranscoder | |
| com.wowza.wms.stream.publish |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<Publisher> |
IApplicationInstance.getPublishers() |
Get the set of server side publishers
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
IApplicationInstance.addPublisher(Publisher publisher) |
Add a server side publisher to this application instance
|
void |
IApplicationInstance.removePublisher(Publisher publisher) |
Remove a server side publisher from this application instance
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<Publisher> |
ILiveStreamTranscoder.getPublishers() |
Get a list of publishers for this transcoder (resultant streams)
|
| Modifier and Type | Method | Description |
|---|---|---|
static Publisher |
Publisher.createInstance(IApplicationInstance appInstance) |
|
static Publisher |
Publisher.createInstance(IVHost vhost,
String applicationName) |
|
static Publisher |
Publisher.createInstance(IVHost vhost,
String applicationName,
String appInstanceName) |
|
Publisher |
Stream.getPublisher() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
IPublishingProvider.play(Publisher publisher) |
Invoked on play
|
boolean |
PublishingProviderLive.play(Publisher publisher) |
|
boolean |
PublishingProviderMediaReader.play(Publisher publisher) |
| Constructor | Description |
|---|---|
PublishingProviderLive(Publisher publisher,
long timeoffset,
String streamName) |
|
PublishingProviderMediaReader(Publisher publisher,
long timeoffset,
String streamName) |
Constructor
|