Attachment 'Application.xml'

Download

   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/testperformance</StorageDir>
  29 			<KeyDir>${com.wowza.wms.context.VHostConfigHome}/keys</KeyDir>
  30 			<!-- LiveStreamPacketizers (separate with commas): cupertinostreamingpacketizer, smoothstreamingpacketizer, sanjosestreamingpacketizer, cupertinostreamingrepeater, smoothstreamingrepeater, sanjosestreamingrepeater -->
  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 		<!-- HTTPStreamers (separate with commas): cupertinostreaming, smoothstreaming, sanjosestreaming -->
  37 		<HTTPStreamers>cupertinostreaming,smoothstreaming,sanjosestreaming</HTTPStreamers>			
  38 		<SharedObjects>
  39 			<StorageDir></StorageDir>
  40 		</SharedObjects>
  41 		<Client>
  42 			<IdleFrequency>-1</IdleFrequency>
  43 			<Access>
  44 				<StreamReadAccess>*</StreamReadAccess>
  45 				<StreamWriteAccess>*</StreamWriteAccess>
  46 				<StreamAudioSampleAccess></StreamAudioSampleAccess>
  47 				<StreamVideoSampleAccess></StreamVideoSampleAccess>
  48 				<SharedObjectReadAccess>*</SharedObjectReadAccess>
  49 				<SharedObjectWriteAccess>*</SharedObjectWriteAccess>
  50 			</Access>
  51 		</Client>
  52 		<RTP>
  53 			<!-- RTP/Authentication/[type]Methods defined in Authentication.xml. Default setup includes; none, basic, digest -->
  54 			<Authentication>
  55 				<PublishMethod>digest</PublishMethod>
  56 				<PlayMethod>none</PlayMethod>
  57 			</Authentication>
  58 			<!-- RTP/AVSyncMethod. Valid values are: senderreport, systemclock, rtptimecode -->
  59 			<AVSyncMethod>senderreport</AVSyncMethod>
  60 			<MaxRTCPWaitTime>12000</MaxRTCPWaitTime>
  61 			<IdleFrequency>75</IdleFrequency>
  62 			<RTSPSessionTimeout>90000</RTSPSessionTimeout>
  63 			<RTSPMaximumPendingWriteBytes>0</RTSPMaximumPendingWriteBytes>
  64 			<RTSPBindIpAddress></RTSPBindIpAddress>
  65 			<RTSPConnectionIpAddress>0.0.0.0</RTSPConnectionIpAddress>
  66 			<RTSPOriginIpAddress>127.0.0.1</RTSPOriginIpAddress>
  67 			<IncomingDatagramPortRanges>*</IncomingDatagramPortRanges>
  68 			<!-- Properties defined here will override any properties defined in conf/RTP.xml for any depacketizers loaded by this application -->
  69 			<Properties>
  70 			</Properties>
  71 		</RTP>
  72 		<MediaCaster>
  73 			<!-- Properties defined here will override any properties defined in conf/MediaCasters.xml for any MediaCasters loaded by this applications -->
  74 			<Properties>
  75 			</Properties>
  76 		</MediaCaster>
  77 		<MediaReader>
  78 			<!-- Properties defined here will override any properties defined in conf/MediaReaders.xml for any MediaReaders loaded by this applications -->
  79 			<Properties>
  80 			</Properties>
  81 		</MediaReader>
  82 		<MediaWriter>
  83 			<!-- Properties defined here will override any properties defined in conf/MediaWriter.xml for any MediaWriter loaded by this applications -->
  84 			<Properties>
  85 			</Properties>
  86 		</MediaWriter>
  87 		<LiveStreamPacketizer>
  88 			<!-- Properties defined here will override any properties defined in conf/LiveStreamPacketizers.xml for any LiveStreamPacketizers loaded by this applications -->
  89 			<Properties>
  90 			</Properties>
  91 		</LiveStreamPacketizer>
  92 		<HTTPStreamer>
  93 			<!-- Properties defined here will override any properties defined in conf/HTTPStreamers.xml for any HTTPStreamer loaded by this applications -->
  94 			<Properties>
  95 			</Properties>
  96 		</HTTPStreamer>
  97 		<Repeater>
  98 			<OriginURL></OriginURL>
  99 			<QueryString><![CDATA[]]></QueryString>
 100 		</Repeater> 
 101 		<Modules>
 102 			<Module>
 103 				<Name>base</Name>
 104 				<Description>Base</Description>
 105 				<Class>com.wowza.wms.module.ModuleCore</Class>
 106 			</Module>
 107 			<Module>
 108 				<Name>properties</Name>
 109 				<Description>Properties</Description>
 110 				<Class>com.wowza.wms.module.ModuleProperties</Class>
 111 			</Module>
 112 			<Module>
 113 				<Name>logging</Name>
 114 				<Description>Client Logging</Description>
 115 				<Class>com.wowza.wms.module.ModuleClientLogging</Class>
 116 			</Module>
 117 			<Module>
 118 				<Name>flvplayback</Name>
 119 				<Description>FLVPlayback</Description>
 120 				<Class>com.wowza.wms.module.ModuleFLVPlayback</Class>
 121 			</Module> 
 122 		</Modules>
 123 		<!-- Properties defined here will be added to the IApplication.getProperties() and IApplicationInstance.getProperties() collections -->
 124 		<Properties>
 125 		</Properties>
 126 	</Application>
 127 </Root>

Attached Files

To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.
  • [get | view] (2011-02-21 09:39:04, 5.2 KB) [[attachment:Application.xml]]
 All files | Selected Files: delete move to page copy to page

You are not allowed to attach a file to this page.