您正在查看:Nonni 发布的文章
2021-11-11 |Nonni
这是我给朋友们安装直播推流主机时,使用 OBS Studio 的一般配置,具体优化需要使用者自己去尝试优化调整。
推流主机配置与直播主机相比,性能要求不高,推荐使用 Intel 的10代或更高 CPU,普通显卡甚至核显,接口一般需要主板或者显卡提供有 HDMI 接口。
OBS 目前提供 Windows10, MacOS10.13+ 和 Linux 版本,下载网址:
https://obsproject.com
配置如图:
保存重启OBS,然后在主窗口右键,选择添加推流源,比如直播的话就是“显示器采集”
2021-08-06 |Nonni
拉取镜像并运行:
docker run --restart=always --name speedtest -d -p 10000:8080 nonnichen/speedtest
浏览器访问:
http://IP:10000
TCP端口测试:
telnet ip port
UDP端口测试:
nc -vuz ip port
2021-08-06 |Nonni
拉取镜像运行并配置数据库:
docker run --name idstore --restart=always -itd -p 8095:8000 -e "DB_TYPE=Mysql" -e "DB_HOST=192.168.0.66" -e "DB_PORT=3306" -e "DB_USER=idstore" -e "DB_PASSWORD=xxxxxxx" -e "DB_DATABASE=idstore" -v /mnt/app/idstore:/usr/src/app/public nonnichen/idstore:latest
2021-08-06 |Nonni
* Pull DOCKER:
docker pull nonnichen/nonnixunlei
docker run -d --name Thunder --restart=always -v /mnt/download:/data -p 8899:80 nonnichen/nonnixunlei:latest
* Get Thunder ACTIVE CODE:
docker logs Thunder
* Go to website to active remote Thunder:
http://yuancheng.xunlei.com
* Visit on Web browse:
http://Server IP:8899
2021-08-06 |Nonni
拉取安装镜像:
docker run --name nonniss --restart=always -e PASSWORD=xxxxxxxx -e METHOD=chacha20 -p 55555:8388 -p 55555:8388/udp -d nonnichen/nonniss
可选加密方法:
The default cipher is chacha20-ietf-poly1305.
All encrypt method:
rc4-md5
aes-128-gcm
aes-192-gcm
aes-256-gcm
aes-128-cfb
aes-192-cfb
aes-256-cfb
aes-128-ctr
aes-192-ctr
aes-256-ctr
camellia-128-cfb
camellia-192-cfb
camellia-256-cfb
bf-cfb
chacha20-ietf-poly1305
xchacha20-ietf-poly1305
salsa20
chacha20
chacha20-ietf