]> git.parisson.com Git - deefuzzer.git/commitdiff
add webm test
authoryomguy <yomguy@parisson.com>
Wed, 1 Feb 2012 17:00:53 +0000 (18:00 +0100)
committeryomguy <yomguy@parisson.com>
Wed, 1 Feb 2012 17:00:53 +0000 (18:00 +0100)
example/webm_test_video.xml [new file with mode: 0644]

diff --git a/example/webm_test_video.xml b/example/webm_test_video.xml
new file mode 100644 (file)
index 0000000..3ecce60
--- /dev/null
@@ -0,0 +1,62 @@
+<deefuzzer>
+    <log>/tmp/deefuzzer_test.log</log>
+    <m3u>/tmp/deefuzzer_test.m3u</m3u>
+
+    <station>
+        <infos>
+            <short_name>safe</short_name>
+            <name>TeleCaster LocalHost</name>
+            <description>TeleCaster local audio streaming</description>
+            <url>http://parisson.com</url>
+            <genre>Audio</genre>
+        </infos>
+        <server>
+            <type>stream-m</type>
+            <host>127.0.0.1</host>
+            <port>8080</port>
+            <sourcepassword>source2parisson</sourcepassword>
+            <public>0</public>
+        </server>
+        <media>
+            <dir>/home/momo/media/webm</dir>
+            <format>mp3</format>
+            <bitrate>96</bitrate>
+            <ogg_quality>7</ogg_quality>
+            <samplerate>44100</samplerate>
+            <voices>2</voices>
+            <shuffle>1</shuffle>
+        </media>
+        <rss>
+            <dir>/var/www/rss</dir>
+            <enclosure>0</enclosure>
+        </rss>
+        <twitter>
+            <mode>0</mode>
+            <key>146002442-qgtArE6YrpLfL6h51LnE5TA9skcKhOqDraNDaOY</key>
+            <secret>8RWoZjllOv52PUmXbLJcu5qunY8qAa6V6pyLGBHEcg</secret>
+            <tags>bla bla</tags>
+        </twitter>
+        <jingles>
+            <mode>0</mode>
+            <dir>/path/to/jingles</dir>
+            <shuffle>1</shuffle>
+        </jingles>
+        <control>
+            <mode>0</mode>
+            <port>1236</port>
+        </control>
+        <relay>
+            <mode>1</mode>
+            <url>http://192.168.0.16:9000/</url>
+            <author>Parisson</author>
+        </relay>
+        <record>
+            <mode>1</mode>
+            <dir>/tmp</dir>
+        </record>
+    </station>    
+
+
+</deefuzzer>
+
+