<worker name="room1-worker">
  <!-- We also have room2-worker and streamer-worker. -->

  <!-- Tell the worker to log in to a manager to get instructions: -->
  <manager>
    <host>10.0.0.120</host>

    <!-- We have 2 managers running on this central computer. 
         The one for room1 is on this port: -->
    <port>7530</port> 
  </manager>

  <authentication type="plaintext">
    <username>flumotion</username>
    <password>Pb75qla</password>
  </authentication> 

  <feederports>8650-8651</feederports> 

</worker>

