summaryrefslogtreecommitdiff
path: root/src/test.json
blob: a498523c2e2db6e449c11173f7d050c9bb8fca64 (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
{
  "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",
         "desc": "hello world",
         "parameter": {
          }
       }
   },
  "flow": {
      "rawinput": {
         "worker": "input",
         "type": "firewireav",
         "desc": "da kommst rein",
         "parameter": {
          }
       }
   }
}