{
    "bind": "0.0.0.0",
    "notify": {
        "url": ""
    },
    "auth": {
        "play": false,
        "publish": false,
        "secret": "nodemedia2017privatekey"
    },
    "rtmp": {
        "port": 1935
    },
    "rtmps": {
        "port": 1936,
        "key": "./key.pem",
        "cert": "./cert.pem"
    },
    "http": {
        "port": 8000
    },
    "https": {
        "port": 8443,
        "key": "./key.pem",
        "cert": "./cert.pem"
    }
}