summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2012-10-02 01:25:39 +0200
committerChristian Pointner <equinox@spreadspace.org>2012-10-02 01:25:39 +0200
commite648e65f1cbc93c4453c3f19f96e12e502b4ec4a (patch)
treef7045e1564d073e1042b955e564f8c6edf13a04d /templates
parentrefactoring, redoing streamer representation (diff)
redesign of streamer definition
Diffstat (limited to 'templates')
-rw-r--r--templates/example/http-stream.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/example/http-stream.xml b/templates/example/http-stream.xml
new file mode 100644
index 0000000..5896651
--- /dev/null
+++ b/templates/example/http-stream.xml
@@ -0,0 +1,12 @@
+ <component name="{{ name }}"
+ type="http-streamer"
+ label="{{ component.desc }}"
+ worker="{{ component.worker }}"
+ project="flumotion"
+ version="{{ globals.version }}">
+ <eater name="default">
+ <feed alias="default">{{ component.feeder }}</feed>
+ </eater>
+ <!-- TODO: add properties here -->
+ <clock-master>false</clock-master>
+ </component>