summaryrefslogtreecommitdiff
path: root/templates/flumotion/default/http-stream.xml
diff options
context:
space:
mode:
Diffstat (limited to 'templates/flumotion/default/http-stream.xml')
-rw-r--r--templates/flumotion/default/http-stream.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/flumotion/default/http-stream.xml b/templates/flumotion/default/http-stream.xml
index 561097a..3de894a 100644
--- a/templates/flumotion/default/http-stream.xml
+++ b/templates/flumotion/default/http-stream.xml
@@ -8,10 +8,16 @@
<feed alias="default">{{ component.feeder }}</feed>
</eater>
<plugs>
+%% if component.rrd_dir is defined
<plug socket="flumotion.component.plugs.rrd.ComponentRRDPlug" type="component-rrd">
+%% if component.rrd_clients is defined
<property name="clients-connected-file">{{ component.rrd_clients }}</property>
+%% endif
+%% if component.rrd_bytes is defined
<property name="bytes-transferred-file">{{ component.rrd_bytes }}</property>
+%% endif
</plug>
+%% endif
</plugs>
%% for name, value in component.properties.items()
%% if name != 'samplerate'