summaryrefslogtreecommitdiff
path: root/contrib/flumotion-sample-conf/planet.xml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2014-01-29 12:40:03 +0100
committerChristian Pointner <equinox@spreadspace.org>2014-01-29 12:40:03 +0100
commit1302840af44224fc767a3df88df04d85ccdcca94 (patch)
treef3e8d9988568932b50bd71629afa4d5bb0f160f4 /contrib/flumotion-sample-conf/planet.xml
parentimproved parameter for vp8-encoder (diff)
added pipeline-consumer and rtmp example using it
Diffstat (limited to 'contrib/flumotion-sample-conf/planet.xml')
-rw-r--r--contrib/flumotion-sample-conf/planet.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/contrib/flumotion-sample-conf/planet.xml b/contrib/flumotion-sample-conf/planet.xml
index 2f70be9..eff4eb2 100644
--- a/contrib/flumotion-sample-conf/planet.xml
+++ b/contrib/flumotion-sample-conf/planet.xml
@@ -203,6 +203,21 @@ user:PSfNpHTkpTx1M
</plugs>
</component>
+ <component name="rtmp-audio-video-flash"
+ type="pipeline-consumer"
+ label="rtmp-audio-video for Flash"
+ worker="rtmp"
+ project="flumotion"
+ version="0.10.0">
+ <eater name="default">
+ <feed alias="default">muxer-audio-video-flash:default</feed>
+ </eater>
+ <property name="pipeline">rtmpsink location=location=rtmp://stream.servus.at/live/flumotion</property>
+ <clock-master>false</clock-master>
+ <plugs>
+ </plugs>
+ </component>
+
</flow>
</planet>