summaryrefslogtreecommitdiff
path: root/src/test.json
blob: 190b169dff419e8dafbf80240daf0f13da50e0a1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
  "globals": 
   {
     "name": "test",
     "passwdfile": "/etc/flumotion/passwd",
     "manager": "titan",
     "version": "0.10.0"
   },
  "machines": {
     "titan": [ "input", "muxer", "encoder-voribs", "encoder-aac" ],
     "calypso": [ "encoder-h264" ],
     "telesto": [ "encoder-vp8" ]
   },
  "atmosphere":
   {
      "myporter":
       {
         "worker": "localhost",
         "type": "porter",
         "parameter": 
          {
          }
       }
   },
  "flow":
   {
      "rawinput":
       {
         "worker": "localhost",
         "type": "firewireav",
         "parameter": 
          {
          }
       }
   }
}