summaryrefslogtreecommitdiff
path: root/src/audio.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/audio.json')
-rw-r--r--src/audio.json46
1 files changed, 46 insertions, 0 deletions
diff --git a/src/audio.json b/src/audio.json
new file mode 100644
index 0000000..1d6e15c
--- /dev/null
+++ b/src/audio.json
@@ -0,0 +1,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"
+ }
+ }
+}