summaryrefslogtreecommitdiff
path: root/src/test.json
blob: abe35f8b96b5b2c66afe6d3456adbf5a59488ff8 (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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
  "globals":{
     "name": "elevate-live",
     "description": "Live from Elevate Festival 2012",
     "domain": "spreadspace.org",
     "passwdfile": "/etc/flumotion/passwd",
     "rrd-dir": "/var/lib/flumotion/rrd",
     "manager": "titan",
     "version": "0.10.0",
     "resolutions": {
        "720p25": { "width": 1280, "height": 720, "rate": "25/1" },
        "480p25": { "width":  854, "height": 480, "rate": "25/1" },
        "360p25": { "width":  640, "height": 360, "rate": "25/1" }
      },
     "formats": {
        "flash": { "muxer": "flv", "video": "h264", "audio": "aac", "samplerate": 44100 },
        "webm": { "muxer": "webm", "video": "vp8", "audio": "vorbis" },
        "ogg-audio": { "muxer": "ogg", "audio": "vorbis" }
      },
     "profiles": {
        "high": { "video": "720p25", "audio": 160 },
        "medium": { "video": "480p25", "audio": 160 },
        "low": { "video": "360p25", "audio": 96 }
      },
     "bitrates": {
        "h264": { "720p25": 2048, "480p25": 1024, "360p25": 600 },
        "vp8": { "720p25": 2048, "480p25": 1024, "360p25": 600 }
      },
     "machines": {
       "titan": [ "input", "encoder-vorbis", "encoder-aac", "muxer-flv", "muxer-webm", "muxer-ogg", "streamer-local1" ],
       "calypso": [ "encoder-h264" ],
       "telesto": [ "encoder-vp8" ],
       "elevate1": [ "streamer-pub1" ],
       "elevate2": [ "streamer-pub2" ],
       "elevate3": [ "streamer-pub3" ]
     }
   },
  "input": {
     "source": "decklink",
     "resolution": "720p25",
     "samplerate": 48000
   },
  "transcode": {
     "flash": [ "high", "medium", "low" ],
     "webm": [ "high", "medium", "low" ],
     "ogg-audio": [ "high" ]
   },
  "stream": {
    "streamer-local": {
       "formats": [ "flash", "webm", "ogg-audio" ],
       "type": "http", "count": 1, "port": 8000,
       "max-con": 5, "burst-on-connect": 5,
       "hostname": "elevate-feed"
     },
    "streamer-pub": {
       "formats": [ "flash", "webm" ],
       "type": "http", "count": 3, "port": 8000,
       "max-bw": 290000, "burst-on-connect": 5,
       "hostname": "elevate-live%i"
     }
   }
}