Package com.wowza.wms.module
Class ServerListenerStreamDemoPublisher.DemoPublisherConfig
- Object
-
- com.wowza.wms.module.ServerListenerStreamDemoPublisher.DemoPublisherConfig
-
- Enclosing class:
- ServerListenerStreamDemoPublisher
public class ServerListenerStreamDemoPublisher.DemoPublisherConfig extends Object
-
-
Field Summary
Fields Modifier and Type Field Description String
appInstName
String
appName
String
dstStream
boolean
playlistRepeat
long
publishDuration
long
publishPauseTime
boolean
publishRepeat
boolean
random
boolean
sendOnMetadata
double
speed
String
srcExt
String
srcStream
int
timeBetweenItems
String
vhostName
-
Constructor Summary
Constructors Constructor Description DemoPublisherConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
toString()
-
-
-
Field Detail
-
vhostName
public String vhostName
-
appName
public String appName
-
appInstName
public String appInstName
-
dstStream
public String dstStream
-
srcStream
public String srcStream
-
srcExt
public String srcExt
-
random
public boolean random
-
timeBetweenItems
public int timeBetweenItems
-
sendOnMetadata
public boolean sendOnMetadata
-
playlistRepeat
public boolean playlistRepeat
-
speed
public double speed
-
publishDuration
public long publishDuration
-
publishPauseTime
public long publishPauseTime
-
publishRepeat
public boolean publishRepeat
-
-