's'
This commit is contained in:
16
live-platform/config/defaults/services/srs.json
Normal file
16
live-platform/config/defaults/services/srs.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user