From ed6d2cc989df520d7397f4f949f0b5b0c28eaf33 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 9 Oct 2014 17:54:46 +0200 Subject: added missing templates and a new minimal example --- templates/flumotion/default/audiotest.xml | 11 ++++++ templates/flumotion/default/http2-stream.xml | 52 ++++++++++++++++++++++++++++ templates/flumotion/default/videotest.xml | 11 ++++++ 3 files changed, 74 insertions(+) create mode 100644 templates/flumotion/default/audiotest.xml create mode 100644 templates/flumotion/default/http2-stream.xml create mode 100644 templates/flumotion/default/videotest.xml (limited to 'templates/flumotion') diff --git a/templates/flumotion/default/audiotest.xml b/templates/flumotion/default/audiotest.xml new file mode 100644 index 0000000..9e0f208 --- /dev/null +++ b/templates/flumotion/default/audiotest.xml @@ -0,0 +1,11 @@ + +%% for name, value in component.properties.items() + {{ value }} +%% endfor + {{ component.master }} + diff --git a/templates/flumotion/default/http2-stream.xml b/templates/flumotion/default/http2-stream.xml new file mode 100644 index 0000000..74c881e --- /dev/null +++ b/templates/flumotion/default/http2-stream.xml @@ -0,0 +1,52 @@ + + + {{ component.feeder }} + + false + + + + + {{ '%s_rep' % (name) }} + + + + {{ component.rrd_clients }} + {{ component.rrd_bytes }} + + +%% for name, value in component.properties.items() +%% if name != 'samplerate' + {{ value }} +%% endif +%% endfor + false + + + + + {{ '%s_rep' % (name) }} + + 1 + true + {{ component.properties['mount-point'] }} + localhost + {{ component.properties['port'] + 1 }} + slave + false + diff --git a/templates/flumotion/default/videotest.xml b/templates/flumotion/default/videotest.xml new file mode 100644 index 0000000..342d645 --- /dev/null +++ b/templates/flumotion/default/videotest.xml @@ -0,0 +1,11 @@ + +%% for name, value in component.properties.items() + {{ value }} +%% endfor + {{ component.master }} + -- cgit v1.2.3