17 lines
251 B
JSON
17 lines
251 B
JSON
{
|
|
"id": "srs",
|
|
"layer": "infra",
|
|
"enabled": true,
|
|
"manager": "docker",
|
|
"ports": {
|
|
"http": 8080,
|
|
"rtmp": 1935,
|
|
"api": 1985
|
|
},
|
|
"env": {
|
|
"SRS_HTTP_PORT": "8080",
|
|
"SRS_RTMP_PORT": "1935",
|
|
"SRS_API_PORT": "1985"
|
|
}
|
|
}
|