[+] media::transport::webrtc::connect

This commit is contained in:
acgist
2023-02-19 11:57:09 +08:00
parent 9023883c5b
commit fd505dfbd2
105 changed files with 1511 additions and 2116 deletions

View File

@@ -0,0 +1,14 @@
{
"apps": [
{
"cwd": "./",
"name": "taoyao-media-server",
"script": "src/Server.js",
"instances": 2,
"exec_mode": "cluster",
"out_file": "./logs/out.log",
"error_file": "./logs/error.log",
"log_date_format": "YYYY-MM-DD HH:mm:ss"
}
]
}