{
	"port":         8001,
	"source_port":  8002,
	"log": {
		"stdout":     true
  },
  "sources": {
    "test": {
      "format": "mp3",
      "password": "testing"
    }
  },
  "streams": {
    "test-mp3": {
      "key":          "test-mp3",
      "root_route":   true,
      "format":       "mp3",
      "seconds":      3600,
      "metaTitle":    "Testing",
      "host":         "localhost",
      "source":       "test",
      "ffmpeg_args":  "-c:a libmp3lame|-b:a 64k|-f:a adts|-ac 1"
    },
    "test-aac": {
      "key":          "test-mp3",
      "root_route":   true,
      "format":       "aac",
      "seconds":      3600,
      "metaTitle":    "Testing",
      "host":         "localhost",
      "source":       "test",
      "ffmpeg_args":  "-c:a libfdk_aac|-b:a 48k|-f:a adts|-profile:a aac_he"
    }
  }
}
