<?xml version="1.0" ?>
<planet>
  <flow name="default">

    <component name="looper-source" type="looper" worker="localhost">
      <!-- properties -->
      <property name="framerate">10/1</property>
      <property name="height">240</property>
      <property name="width">320</property>
      <property name="location">/home/thomas/tmp/moto.ogg</property>
    </component>

    <component name="video-overlay" project="flumotion" type="overlay" version="0.1.10.1" worker="localhost">
      <source>looper-source:video</source>
      <!-- properties -->
      <property name="cc_logo">True</property>
      <property name="fluendo_logo">True</property>
      <property name="height">240</property>
      <property name="show_text">True</property>
      <property name="text">Fluendo</property>
      <property name="width">320</property>
      <property name="xiph_logo">True</property>
    </component>
    <component name="video-encoder" project="flumotion" type="theora-encoder" version="0.1.10.1" worker="localhost">
      <source>video-overlay</source>
      <!-- properties -->
      <property name="bitrate">400</property>
    </component>

    <component name="audio-encoder" project="flumotion" type="vorbis-encoder" version="0.1.10.1" worker="localhost">
      <source>looper-source:audio</source>
      <!-- properties -->
      <property name="quality">0.5</property>
    </component>
    <component name="muxer-audio-video" project="flumotion" type="ogg-muxer" version="0.1.10.1" worker="localhost">
      <source>video-encoder</source>
      <source>audio-encoder</source>
    </component>
    <component name="http-audio-video" project="flumotion" type="http-streamer" version="0.1.10.1" worker="localhost">
      <source>muxer-audio-video</source>
      <!-- properties -->
      <property name="bandwidth_limit">10</property>
      <property name="burst_on_connect">True</property>
      <property name="mount_point">/</property>
      <property name="port">8800</property>
      <property name="user_limit">1024</property>
    </component>
  </flow>
</planet>
