NextGB, web demo powerd by vue

This commit is contained in:
chenhaibo
2025-02-03 16:27:46 +08:00
parent 0b7126b12b
commit c80247286e
113 changed files with 16731 additions and 9944 deletions

9
.vscode/launch.json vendored
View File

@ -5,13 +5,14 @@
"version": "0.2.0",
"configurations": [
{
"name": "Launch Package",
"name": "Launch Binary",
"type": "go",
"request": "launch",
"mode": "auto",
"program": "${workspaceFolder}/main",
"mode": "exec",
"program": "${workspaceFolder}/bin/srs-sip",
"cwd": "${workspaceFolder}/bin",
"env": {},
"args": ["-sip-port", "5080", "-media-addr", "127.0.0.1:1985"]
"args": []
}
]
}