File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed
Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -97,6 +97,7 @@ graph TD
9797
9898## 3. 测试硬件
9999+ OS: Ubuntu 22.04.4 LTS
100+ + 架构: x64
100101+ CPU:2核 Intel(R) Xeon(R) Platinum 85
101102+ GPU:无
102103+ 内存:2G
@@ -105,6 +106,16 @@ graph TD
105106+ Python 版本: 3.10
106107 > 个人经验:若想尽可能快地更新视频,主要取决于上传速度而非弹幕渲染速度,因此建议网络带宽越大越好。
107108
109+ + OS: debian 6.1.0-32
110+ + 架构: aarch64
111+ + CPU: 1核 Neoverse-N1
112+ + GPU: 无
113+ + 内存: 4G
114+ + 硬盘: 30G
115+ + 带宽: 100Mbps
116+ + Python 版本: 3.10
117+
118+
108119## 4. Quick start
109120
110121更详细的教程请参考文档 [ bilive] ( https://timerring.github.io/bilive/ )
@@ -272,7 +283,7 @@ python -m bilitool.cli login
272283
273284#### 6. 启动自动录制
274285
275- 默认密码为 ` bilive ` , 如果要将录制页面向公网开放,请务必在 ` record.sh ` 的 ` --api-key ` 后重新设置密码!如需使用 https,可以考虑 openssl 自签名证书并添加参数 ` --key-file path/to/key-file --cert-file path/to/cert-file ` 。
286+ 默认密码为 ` bilive2233 ` , 如果要将录制页面向公网开放,请务必在 ` record.sh ` 的 ` --api-key ` 后重新设置密码!如需使用 https,可以考虑 openssl 自签名证书并添加参数 ` --key-file path/to/key-file --cert-file path/to/cert-file ` 。
276287
277288``` bash
278289./record.sh
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ host=0.0.0.0
99port=2233
1010
1111kill -9 $( ps aux | grep ' [b]lrec' | awk ' {print $2}' )
12- nohup blrec -c $config --open --host $host --port $port --api-key bilive > ./logs/runtime/blrec-$( date +%Y%m%d-%H%M%S) .log 2>&1 &
12+ nohup blrec -c $config --open --host $host --port $port --api-key bilive2233 > ./logs/runtime/blrec-$( date +%Y%m%d-%H%M%S) .log 2>&1 &
1313if [ $? -eq 0 ]; then
1414 echo " success"
1515else
You can’t perform that action at this time.
0 commit comments