Advertisement
Guest User

Untitled

a guest
Jun 11th, 2012
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.55 KB | None | 0 0
  1. <!-- Template for Application.xml-->
  2. <!-- This was produced automatically by ControlZTool by BonzaWare.com -->
  3. <!-- Configuration created at: Pn, cze 11 2012 14:54:35 -->
  4. <Root>
  5. <Application>
  6. <!-- Uncomment to set application level timeout values
  7. <ApplicationTimeout>60000</ApplicationTimeout>
  8. <PingTimeout>12000</PingTimeout>
  9. <ValidationFrequency>8000</ValidationFrequency>
  10. <MaximumPendingWriteBytes>0</MaximumPendingWriteBytes>
  11. <MaximumSetBufferTime>60000</MaximumSetBufferTime>
  12. <MaximumStorageDirDepth>25</MaximumStorageDirDepth>
  13. -->
  14. <Connections>
  15. <AutoAccept>true</AutoAccept>
  16. <AllowDomains></AllowDomains>
  17. </Connections>
  18. <!--
  19. StorageDir path variables
  20.  
  21. ${com.wowza.wms.AppHome} - Application home directory
  22. ${com.wowza.wms.ConfigHome} - Configuration home directory
  23. ${com.wowza.wms.context.VHost} - Virtual host name
  24. ${com.wowza.wms.context.VHostConfigHome} - Virtual host config directory
  25. ${com.wowza.wms.context.Application} - Application name
  26. ${com.wowza.wms.context.ApplicationInstance} - Application instance name
  27.  
  28. -->
  29. <Streams>
  30. <StreamType>live-lowlatency</StreamType>
  31. <StorageDir>${com.wowza.wms.context.VHostConfigHome}//content/</StorageDir>
  32. <KeyDir>${com.wowza.wms.context.VHostConfigHome}/keys</KeyDir>
  33. <!-- LiveStreamPacketizers (separate with commas): cupertinostreamingpacketizer, smoothstreamingpacketizer, sanjosestreamingpacketizer, cupertinostreamingrepeater, smoothstreamingrepeater, sanjosestreamingrepeater, dvrstreamingpacketizer, dvrstreamingrepeater -->
  34. <LiveStreamPacketizers>sanjosestreamingpacketizer,cupertinostreamingpacketizer,</LiveStreamPacketizers>
  35. <!-- Properties defined here will override any properties defined in conf/Streams.xml for any streams types loaded by this application -->
  36. <Properties>
  37. </Properties>
  38. </Streams>
  39. <Transcoder>
  40. <!-- To turn on transcoder set to: transcoder -->
  41. <LiveStreamTranscoder></LiveStreamTranscoder>
  42. <!-- [templatename].xml or ${SourceStreamName}.xml -->
  43. <Templates></Templates>
  44. <ProfileDir>${com.wowza.wms.context.VHostConfigHome}/transcoder/profiles</ProfileDir>
  45. <TemplateDir></TemplateDir>
  46. <Properties>
  47. </Properties>
  48. </Transcoder>
  49. <DVR>
  50. <!-- As a single server or as an origin, use dvrstreamingpacketizer in LiveStreamPacketizers above -->
  51. <!-- Or, in an origin-edge configuration, edges use dvrstreamingrepeater in LiveStreamPacketizers above -->
  52. <!-- As an origin, also add dvrchunkstreaming to HTTPStreamers below -->
  53. <!-- To turn on DVR recording set Recorders to dvrrecorder. This works with dvrstreamingpacketizer -->
  54. <Recorders></Recorders>
  55. <!-- As a single server or as an origin, set the Store to dvrfilestorage-->
  56. <!-- edges should have this empty --> -->
  57. <Store></Store>
  58. <!-- Window Duration is length of live DVR window in seconds. 0 means the window is never trimmed. -->
  59. <WindowDuration>0</WindowDuration>
  60. <!-- Storage Directory is top level location where dvr is stored. e.g. c:/temp/dvr -->
  61. <StorageDir>${com.wowza.wms.context.VHostConfigHome}/dvr</StorageDir>
  62. <!-- valid ArchiveStrategy values are append, version, delete -->
  63. <ArchiveStrategy>append</ArchiveStrategy>
  64. <!-- If this is a dvrstreamingrepeater, define ChunkOriginURL to point back to origin -->
  65. <!-- And define Application/Repeater/OriginURL to point back to the origin -->
  66. <Repeater>
  67. <ChunkOriginURL></ChunkOriginURL>
  68. </Repeater>
  69. <!-- Properties for DVR -->
  70. <Properties>
  71. </Properties>
  72. </DVR>
  73. <!-- HTTPStreamers (separate with commas): cupertinostreaming, smoothstreaming, sanjosestreaming, dvrchunkstreaming -->
  74. <HTTPStreamers>sanjosestreaming,cupertinostreaming,</HTTPStreamers>
  75. <SharedObjects>
  76. <StorageDir></StorageDir>
  77. </SharedObjects>
  78. <Client>
  79. <IdleFrequency>-1</IdleFrequency>
  80. <Access>
  81. <StreamReadAccess>*</StreamReadAccess>
  82. <StreamWriteAccess>*</StreamWriteAccess>
  83. <StreamAudioSampleAccess></StreamAudioSampleAccess>
  84. <StreamVideoSampleAccess></StreamVideoSampleAccess>
  85. <SharedObjectReadAccess>*</SharedObjectReadAccess>
  86. <SharedObjectWriteAccess>*</SharedObjectWriteAccess>
  87. </Access>
  88. </Client>
  89. <RTP>
  90. <!-- RTP/Authentication/[type]Methods defined in Authentication.xml. Default setup includes; none, basic, digest -->
  91. <Authentication>
  92. <PublishMethod>none</PublishMethod>
  93. <PlayMethod>none</PlayMethod>
  94. </Authentication>
  95. <!-- RTP/AVSyncMethod. Valid values are: senderreport, systemclock, rtptimecode -->
  96. <AVSyncMethod>senderreport</AVSyncMethod>
  97. <MaxRTCPWaitTime>12000</MaxRTCPWaitTime>
  98. <IdleFrequency>75</IdleFrequency>
  99. <RTSPSessionTimeout>90000</RTSPSessionTimeout>
  100. <RTSPMaximumPendingWriteBytes>0</RTSPMaximumPendingWriteBytes>
  101. <RTSPBindIpAddress></RTSPBindIpAddress>
  102. <RTSPConnectionIpAddress>0.0.0.0</RTSPConnectionIpAddress>
  103. <RTSPOriginIpAddress>127.0.0.1</RTSPOriginIpAddress>
  104. <IncomingDatagramPortRanges>*</IncomingDatagramPortRanges>
  105. <!-- Properties defined here will override any properties defined in conf/RTP.xml for any depacketizers loaded by this application -->
  106. <Properties>
  107. </Properties>
  108. </RTP>
  109. <MediaCaster>
  110. <!-- Properties defined here will override any properties defined in conf/MediaCasters.xml for any MediaCasters loaded by this applications -->
  111. <Properties>
  112.  
  113. </Properties>
  114. </MediaCaster>
  115. <MediaReader>
  116. <!-- Properties defined here will override any properties defined in conf/MediaReaders.xml for any MediaReaders loaded by this applications -->
  117. <Properties>
  118. </Properties>
  119. </MediaReader>
  120. <MediaWriter>
  121. <!-- Properties defined here will override any properties defined in conf/MediaWriter.xml for any MediaWriter loaded by this applications -->
  122. <Properties>
  123. </Properties>
  124. </MediaWriter>
  125. <LiveStreamPacketizer>
  126. <!-- Properties defined here will override any properties defined in conf/LiveStreamPacketizers.xml for any LiveStreamPacketizers loaded by this applications -->
  127. <Properties>
  128. <Properties>
  129. <Property>
  130. <Name>cupertinoChunkDurationTarget</Name>
  131. <Value>10000</Value>
  132. <Type>Integer</Type>
  133. </Property>
  134. <Property>
  135. <Name>cupertinoMaxChunkCount</Name>
  136. <Value>10</Value>
  137. <Type>Integer</Type>
  138. </Property>
  139. <Property>
  140. <Name>cupertinoPlaylistChunkCount</Name>
  141. <Value>3</Value>
  142. <Type>Integer</Type>
  143. </Property>
  144.  
  145. </Properties>
  146. </Properties>
  147. </LiveStreamPacketizer>
  148. <HTTPStreamer>
  149. <!-- Properties defined here will override any properties defined in conf/HTTPStreamers.xml for any HTTPStreamer loaded by this applications -->
  150. <Properties>
  151. </Properties>
  152. </HTTPStreamer>
  153. <Repeater>
  154. <OriginURL></OriginURL>
  155. <QueryString><![CDATA[]]></QueryString>
  156. </Repeater>
  157. <Modules>
  158. <Module>
  159. <Name>base</Name>
  160. <Description>Base</Description>
  161. <Class>com.wowza.wms.module.ModuleCore</Class>
  162. </Module>
  163. <Module>
  164. <Name>properties</Name>
  165. <Description>Properties</Description>
  166. <Class>com.wowza.wms.module.ModuleProperties</Class>
  167. </Module>
  168. <Module>
  169. <Name>logging</Name>
  170. <Description>Client Logging</Description>
  171. <Class>com.wowza.wms.module.ModuleClientLogging</Class>
  172. </Module>
  173. <Module>
  174. <Name>flvplayback</Name>
  175. <Description>FLVPlayback</Description>
  176. <Class>com.wowza.wms.module.ModuleFLVPlayback</Class>
  177. </Module>
  178. <Module>
  179. <Name>ConMan</Name>
  180. <Description>FLVPlayback</Description>
  181. <Class>com.bonzaware.controlztool.modules.ConnectionManagement</Class>
  182. </Module>
  183.  
  184. </Modules>
  185. <!-- Properties defined here will be added to the IApplication.getProperties() and IApplicationInstance.getProperties() collections -->
  186. <Properties>
  187. <Property>
  188. <Name>AllowHTTPRTMP</Name>
  189. <Value>On</Value>
  190. </Property>
  191. <Property>
  192. <Name>AllowHLS</Name>
  193. <Value>On</Value>
  194. </Property>
  195. <Property>
  196. <Name>AllowRTMP</Name>
  197. <Value>On</Value>
  198. </Property>
  199.  
  200. </Properties>
  201. </Application>
  202. </Root>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement