Advertisement
Guest User

Untitled

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