File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ WebCamera 是一个基于 WebRTC 技术的网络摄像头工具站,使用 Nuxt
1414- [ 安装] ( #安装 )
1515- [ 使用] ( #使用 )
1616- [ 构建] ( #构建 )
17+ - [ Docker运行] ( #Docker运行 )
1718- [ 贡献] ( #贡献 )
1819- [ 许可证] ( #许可证 )
1920
@@ -53,7 +54,7 @@ yarn run dev
5354
54552 . 打开浏览器访问 ` http://localhost:3000 `
5556
56- 3 . 摄像头先连接,然后监控页面填入和摄像头相同的连接ID,点连接,即可连接到摄像头
57+ 3 . 摄像头先连接,然后监控页面填入和摄像头相同的连接ID,点连接,即可连接到摄像头。
5758
5859## 构建
5960
@@ -70,15 +71,15 @@ yarn run build
7071node server/index.mjs
7172```
7273
73- ## Docker 运行
74+ ** 自部署请注意** : 浏览器媒体权限(摄像头和麦克风等)需要地址为` localhost ` 或使用` HTTPS ` 才能正常申请和启用,请自行配置` HTTPS ` 部署。
75+
76+ ## Docker运行
7477
7578``` bash
7679docker build -t webcamera .
7780docker run -d -p 3000:3000 webcamera
7881```
7982
80- ** 自部署请注意** : 浏览器媒体权限(摄像头和麦克风等)需要地址为` localhost ` 或使用` HTTPS ` 才能正常申请和启用,请自行配置` HTTPS ` 部署。
81-
8283## 贡献
8384
8485我们欢迎任何形式的贡献!如果你有任何建议或发现了 bug,请提交一个 issue 或者发送一个 pull request。
You can’t perform that action at this time.
0 commit comments