summaryrefslogtreecommitdiff
path: root/src/audio.json
blob: 1d6e15c2aafe975858e9e71ddf7b4a74df8eaa03 (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
{
  "globals":{
     "version": "0.10.0",
     "name": "audio-only",
     "description": "Audio only test",
     "domain": "spreadspace.org",
     "rrd-dir": "/var/lib/flumotion/rrd",
     "manager": {
        "machine": "calypso",
        "host": "89.106.215.48",
        "port": 7531,
        "transport": "ssl"
      },
     "formats": {
        "ogg": { "muxer": "ogg", "audio": "vorbis" }
      },
     "profiles": {
        "high": { "audio": 160 },
        "medium": { "audio": 128 },
        "low": { "audio": 96 }
      },
     "machines": {
       "calypso": [ "input", "encoder-vorbis-160", "encoder-vorbis-128", "encoder-vorbis-96",
                  "muxer-ogg-high", "muxer-ogg-medium", "muxer-ogg-low", "streamer-local1" ]
     }
   },
  "input": {
     "source": "decklink",
     "samplerate": 48000,
     "device": 0,
     "connection": 0,
     "audio-input": 0,
     "mode": 16
   },
  "transcode": {
     "ogg": [ "high", "medium", "low" ]
   },
  "stream": {
    "streamer-local": {
       "formats": [ "ogg" ],
       "type": "http", "count": 1, "port": 8000,
       "max-con": 5, "burst-on-connect": 5,
       "hostname": "audio"
     }
   }
}