基于Vue3 + WebRTC + Node + SRS搭建的直播间 https://live.hsslive.cn
|
|
%!s(int64=2) %!d(string=hai) anos | |
|---|---|---|
| .husky | %!s(int64=2) %!d(string=hai) anos | |
| .vscode | %!s(int64=2) %!d(string=hai) anos | |
| public | %!s(int64=2) %!d(string=hai) anos | |
| script | %!s(int64=2) %!d(string=hai) anos | |
| src | %!s(int64=2) %!d(string=hai) anos | |
| .browserslistrc | %!s(int64=2) %!d(string=hai) anos | |
| .commitlintrc.js | %!s(int64=2) %!d(string=hai) anos | |
| .editorconfig | %!s(int64=2) %!d(string=hai) anos | |
| .eslintignore | %!s(int64=2) %!d(string=hai) anos | |
| .eslintrc.js | %!s(int64=2) %!d(string=hai) anos | |
| .gitattributes | %!s(int64=2) %!d(string=hai) anos | |
| .gitignore | %!s(int64=2) %!d(string=hai) anos | |
| .lintstagedrc.js | %!s(int64=2) %!d(string=hai) anos | |
| .npmrc | %!s(int64=2) %!d(string=hai) anos | |
| .prettierignore | %!s(int64=2) %!d(string=hai) anos | |
| .prettierrc.js | %!s(int64=2) %!d(string=hai) anos | |
| .versionrc.js | %!s(int64=2) %!d(string=hai) anos | |
| README.md | %!s(int64=2) %!d(string=hai) anos | |
| babel.config.js | %!s(int64=2) %!d(string=hai) anos | |
| build.sh | %!s(int64=2) %!d(string=hai) anos | |
| handleGiteeJenkins.js | %!s(int64=2) %!d(string=hai) anos | |
| package.json | %!s(int64=2) %!d(string=hai) anos | |
| postcss.config.js | %!s(int64=2) %!d(string=hai) anos | |
| tsconfig.json | %!s(int64=2) %!d(string=hai) anos | |
| windi.config.ts | %!s(int64=2) %!d(string=hai) anos |
billd 直播间
pnpm install
pnpm run start
script/constant.ts 里的 outputStaticUrl 如果是'/'的话,默认就运行在 http://localhost:8000/,如果 8000 端口被占用了,会自动递增+1 script/constant.ts 里的 outputStaticUrl 如果是'/aaa/'的话,默认就运行在 http://localhost:8000/aaa/,如果 8000 端口被占用了,会自动递增+1
项目启动完成后,终端会打印调试地址,不必担心调试地址是什么~
pnpm run build
更新 billd:
pnpm i billd-utils@latest billd-scss@latest billd-html-webpack-plugin@latest billd-deploy@latest
| 包名 | 版本 |
|---|---|
| billd-utils | |
| billd-scss | |
| billd-html-webpack-plugin |
@use 'billd-scss/src/index.scss' as *;