峯言凬语 O ever youthful O ever weeping~
本无意与众不同,怎奈何口味太重。
首页
平水韵
颜色表
ABOUT
文章分类
友情链接
您正在查看:Nonni 发布的文章
2021-11-11 |Nonni

江疏影壁.jpg

这是我给朋友们安装直播推流主机时,使用 OBS Studio 的一般配置,具体优化需要使用者自己去尝试优化调整。
推流主机配置与直播主机相比,性能要求不高,推荐使用 Intel 的10代或更高 CPU,普通显卡甚至核显,接口一般需要主板或者显卡提供有 HDMI 接口。
OBS 目前提供 Windows10, MacOS10.13+ 和 Linux 版本,下载网址:

https://obsproject.com

配置如图:

obs01.jpg
obs02.jpg
obs03.jpg
obs04.jpg
obs05.jpg
obs06.jpg
obs07.jpg

保存重启OBS,然后在主窗口右键,选择添加推流源,比如直播的话就是“显示器采集”

Hacking.jpg

拉取镜像并运行:

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

054.jpg
拉取镜像运行并配置数据库:

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:
Lucy.jpg

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

tmp_img_1594995756512.jpeg
拉取安装镜像:

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