Advertisement
Guest User

Untitled

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