This commit is contained in:
eric
2026-03-28 13:27:53 -05:00
parent d34ecab19c
commit 8053c4cb6d
48 changed files with 3527 additions and 1433 deletions

View 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"
}
}