summaryrefslogtreecommitdiff
path: root/orkaudio/config-linux-template.xml
diff options
context:
space:
mode:
authorHenri Herscher <henri@oreka.org>2005-11-17 20:08:31 +0000
committerHenri Herscher <henri@oreka.org>2005-11-17 20:08:31 +0000
commit5b797840681275b219aa168f38c01655608dcbd2 (patch)
tree9b7138a55a27947fb13f292d8f10e6ba9fb34239 /orkaudio/config-linux-template.xml
parent4f26648d92cd20e3517417f951099b824424a18f (diff)
Added "make install" target
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@49 09dcff7a-b715-0410-9601-b79a96267cd0
Diffstat (limited to 'orkaudio/config-linux-template.xml')
-rw-r--r--orkaudio/config-linux-template.xml33
1 files changed, 33 insertions, 0 deletions
diff --git a/orkaudio/config-linux-template.xml b/orkaudio/config-linux-template.xml
new file mode 100644
index 0000000..fee0c32
--- /dev/null
+++ b/orkaudio/config-linux-template.xml
@@ -0,0 +1,33 @@
+<config>
+<!-- This is an example configuration file for the Oreka orkaudio capture service on Linux -->
+<!-- Copy this to config.xml and modify according to taste -->
+
+ <AudioOutputPath>/var/log/orkaudio</AudioOutputPath>
+
+ <TrackerHostname>localhost</TrackerHostname>
+ <EnableReporting>true</EnableReporting>
+ <ClientTimeout>1000</ClientTimeout>
+
+ <!-- Use the following if oreka has been installed (having run "make install") -->
+ <CapturePluginPath>/usr/local/lib</CapturePluginPath>
+ <CapturePlugin>libvoip.so</CapturePlugin>
+ <!-- Use the following if you run oreka uninstalled (without having run "make install") -->
+ <!--<CapturePluginPath>audiocaptureplugins/voip/.libs</CapturePluginPath>-->
+ <!--<CapturePlugin>libvoip.so</CapturePlugin>-->
+
+ <StorageAudioFormat>gsm</StorageAudioFormat>
+ <NumBatchThreads></NumBatchThreads>
+ <DeleteNativeFile>no</DeleteNativeFile>
+ <AudioSegmentation>false</AudioSegmentation>
+ <AudioSegmentDuration>10</AudioSegmentDuration>
+ <VoIpPlugin>
+ <Device>eth0</Device>
+ <!--<LanMasks>10.4.3.4, 1.2.3.4</LanMasks>-->
+ <!--<MediaGateways>10.0.0.102</MediaGateways>-->
+ </VoIpPlugin>
+ <GeneratorPlugin>
+ <NumConcurrentPorts>1</NumConcurrentPorts>
+ <AudioDuration>5</AudioDuration>
+ <AudioFilename>sine.8KHz.pcm.wav</AudioFileName>
+ </GeneratorPlugin>
+</config>