summaryrefslogtreecommitdiff
path: root/src/examples/lac2013.json
blob: f686b6e644e3e8e8af808f55658f4ea6345df341 (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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
  "globals":{
     "templates": "default",
     "version": "0.10.0",
     "name": "lac-live",
     "description": "Live from Linux Audio Converence 2013",
     "domain": "spreadspace.org",
     "rrd-dir": "/var/lib/flumotion/rrd",
     "manager": {
        "machine": "telesto",
        "host": "192.168.47.50",
        "port": 7531,
        "transport": "ssl"
      },
     "admin": {
        "username": "equinox",
        "password": "Shoozu2chi"
      },
     "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" },
        "240p25": { "width":  426, "height": 240, "rate": "25/1" }
      },
     "formats": {
        "flash": { "muxer": "flv", "video": "h264", "audio": "aac", "samplerate": 44100 },
        "webm": { "muxer": "webm", "video": "vp8", "audio": "vorbis" },
        "ogg": { "muxer": "ogg", "video": "theora", "audio": "vorbis" },
        "rec": { "muxer": "mkv", "video": "mjpeg", "audio": "raw" }
      },
     "profiles": {
        "high": { "video": "720p25", "audio": 160 },
        "medium": { "video": "480p25", "audio": 128 },
        "low": { "video": "360p25", "audio": 96 },
        "mini": { "video": "240p25", "audio": 64 },
        "full": { "video": "720p25", "audio": 0 }
      },
     "bitrates": {
        "h264": { "720p25": 1800, "480p25": 1000, "360p25": 600, "240p25": 300 },
        "vp8": { "720p25": 1800, "480p25": 1000, "360p25": 600, "240p25": 300 },
        "mjpeg": { "720p25": 95 }
      },
     "workers": {
       "calypso": [ "input-sdi", "resize-sdi", "resample-sdi",
                    "encoder-sdi-vorbis-160", "encoder-sdi-vorbis-128", "encoder-sdi-vorbis-96", "encoder-sdi-vorbis-64",
                    "encoder-sdi-aac-160", "encoder-sdi-aac-128", "encoder-sdi-aac-96", "encoder-sdi-aac-64",
                    "encoder-sdi-h264-720p25", "encoder-sdi-h264-480p25", "encoder-sdi-h264-360p25", "encoder-sdi-h264-240p25",
                    "muxer-av-flash-high", "muxer-av-flash-medium", "muxer-av-flash-low", "muxer-av-flash-mini",
                    "muxer-av-webm-high", "muxer-av-webm-medium", "muxer-av-webm-low", "muxer-av-webm-mini",
                    "encoder-sdi-mjpeg-720p25", "encoder-sdi-raw-0", "muxer-avr-rec-full", "recorder-av",
                    "muxer-audio-ogg-high" ],
       "telesto": [ "encoder-sdi-vp8-720p25", "encoder-sdi-vp8-480p25", "encoder-sdi-vp8-360p25", "encoder-sdi-vp8-240p25",
                    "repeater-local", "streamer-local1", "repeater-pub" ],
       "streamiem": [ "streamer-pub1" ],
       "elevate0": [ "streamer-pub2" ]
     }
   },
  "inputs": {
     "sdi": {
       "type": "decklink",
       "master": true,
       "properties": {
         "resolution": "720p25",
         "samplerate": 48000,
         "device": 0,
         "connection": 0,
         "audio-input": 0,
         "mode": 10
       }
     }
   },
  "muxes": {
     "av": {
        "video": "sdi:video",
        "audio": "sdi:audio",
        "formats": {
          "flash": [ "high", "medium", "low", "mini" ],
          "webm": [ "high", "medium", "low", "mini" ]
        }
      },
     "avr": {
        "video": "sdi:video",
        "audio": "sdi:audio",
        "formats": {
          "rec": [ "full" ]
        }
      },
     "audio": {
        "audio": "sdi:audio",
        "formats": {
          "ogg": [ "high" ]
        }
      }
   },
  "streams": {
    "streamer-local": {
       "muxes": [ "av", "audio" ],
       "type": "http", "count": 1, "port": 8000,
       "max-con": 50, "burst-on-connect": 5,
       "hostname": "lac-feed", "repeater": "repeater-local"
     },
    "streamer-pub": {
       "muxes": [ "av", "audio" ],
       "type": "http", "count": 2, "port": 8000,
       "max-bw": 290000000, "burst-on-connect": 5,
       "hostname": "lac-live%i", "repeater": "repeater-pub"
     }
   },
  "records": {
    "av": {
       "muxes": {
           "avr": { "format": "rec", "profile": "full" }
        },
       "directory": "/srv/lac2013/",
       "filename": "%Y-%m-%d %H-%M-%S"
     }
   }
}