Advertisement
Guest User

server.cml

a guest
Feb 18th, 2015
395
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.71 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <Root version="2">
  3. <Server>
  4. <Name>Wowza Streaming Engine</Name>
  5. <Description>Wowza Streaming Engine is robust, customizable, and scalable server software that powers reliable streaming of high-quality video and audio to any device, anywhere.</Description>
  6. <RESTInterface>
  7. <Enable>true</Enable>
  8. <IPAddress>*</IPAddress>
  9. <Port>8087</Port>
  10. <!-- none, basic, digest-->
  11. <AuthenticationMethod>digest</AuthenticationMethod>
  12. <DiagnosticURLEnable>true</DiagnosticURLEnable>
  13. <SSLConfig>
  14. <Enable>false</Enable>
  15. <KeyStorePath></KeyStorePath>
  16. <KeyStorePassword></KeyStorePassword>
  17. <KeyStoreType>JKS</KeyStoreType>
  18. <SSLProtocol>TLS</SSLProtocol>
  19. <Algorithm>SunX509</Algorithm>
  20. <CipherSuites></CipherSuites>
  21. <Protocols></Protocols>
  22. </SSLConfig>
  23. <IPWhiteList>127.0.0.1</IPWhiteList>
  24. <IPBlackList></IPBlackList>
  25. <EnableXMLFile>false</EnableXMLFile>
  26. <Properties>
  27. </Properties>
  28. </RESTInterface>
  29. <CommandInterface>
  30. <HostPort>
  31. <ProcessorCount>${com.wowza.wms.TuningAuto}</ProcessorCount>
  32. <IpAddress>*</IpAddress>
  33. <Port>8083</Port>
  34. </HostPort>
  35. </CommandInterface>
  36. <AdminInterface>
  37. <!-- Objects exposed through JMX interface: Server, VHost, VHostItem, Application, ApplicationInstance, MediaCaster, Module, Client, MediaStream, SharedObject, Acceptor, IdleWorker -->
  38. <ObjectList>Server,VHost,VHostItem,Application,ApplicationInstance,MediaCaster,Module,IdleWorker</ObjectList>
  39. </AdminInterface>
  40. <Stats>
  41. <Enable>true</Enable>
  42. </Stats>
  43. <!-- JMXUrl: service:jmx:rmi://localhost:8084/jndi/rmi://localhost:8085/jmxrmi -->
  44. <JMXRemoteConfiguration>
  45. <Enable>false</Enable>
  46. <IpAddress>localhost</IpAddress>
  47. <!-- set to localhost or internal ip address if behind NAT -->
  48. <RMIServerHostName>localhost</RMIServerHostName>
  49. <!-- set to external ip address or domain name if behind NAT -->
  50. <RMIConnectionPort>8084</RMIConnectionPort>
  51. <RMIRegistryPort>8085</RMIRegistryPort>
  52. <Authenticate>true</Authenticate>
  53. <PasswordFile>${com.wowza.wms.ConfigHome}/conf/jmxremote.password</PasswordFile>
  54. <AccessFile>${com.wowza.wms.ConfigHome}/conf/jmxremote.access</AccessFile>
  55. <SSLSecure>false</SSLSecure>
  56. </JMXRemoteConfiguration>
  57. <UserAgents>Shockwave Flash|CFNetwork|MacNetwork/1.0 (Macintosh)</UserAgents>
  58. <Streams>
  59. <DefaultStreamPrefix>mp4</DefaultStreamPrefix>
  60. </Streams>
  61. <ServerListeners>
  62. <ServerListener>
  63. <BaseClass>com.wowza.wms.mediacache.impl.MediaCacheServerListener</BaseClass>
  64. </ServerListener>
  65. <ServerListener>
  66. <BaseClass>com.wowza.wms.plugin.collection.serverlistener.ServerListenerStreamPublisher</BaseClass>
  67. </ServerListener>
  68. </ServerListeners>
  69. <VHostListeners>
  70. <!--
  71. <VHostListener>
  72. <BaseClass></BaseClass>
  73. </VHostListener>
  74. -->
  75. </VHostListeners>
  76. <HandlerThreadPool>
  77. <PoolSize>${com.wowza.wms.TuningAuto}</PoolSize>
  78. </HandlerThreadPool>
  79. <TransportThreadPool>
  80. <PoolSize>${com.wowza.wms.TuningAuto}</PoolSize>
  81. </TransportThreadPool>
  82. <RTP>
  83. <DatagramStartingPort>6970</DatagramStartingPort>
  84. <DatagramPortSharing>false</DatagramPortSharing>
  85. </RTP>
  86. <Manager>
  87. <!-- Properties defined are used by the Manager -->
  88. <Properties>
  89. </Properties>
  90. </Manager>
  91. <!-- Properties defined here will be added to the IServer.getProperties() collection -->
  92. <Properties>
  93. <Property>
  94. <Name>streamPublisherVHost</Name>
  95. <Value>_defaultVHost_</Value>
  96. <Type>String</Type>
  97. </Property>
  98. <Property>
  99. <Name>streamPublisherApplication</Name>
  100. <Value>vod/_definst_</Value>
  101. <Type>String</Type>
  102. </Property>
  103. </Properties>
  104. </Server>
  105. </Root>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement