版本比较

标识

  • 该行被添加。
  • 该行被删除。
  • 格式已经改变。

...

rtmp视频流端口: 1935
redis的端口:30001
java程序端口:30006


2020-01-16更新服务器的信息:

更新部署前端所在服务器的nginx的配置文件,  nignx在目录 /usr/local/nginx的目录下面

front的部署在 /data/inno-video-structuring/front。nginx的配置负载均衡。

代理转发。具体如下:
Image Added


Image Added

前端服务器统一访问8088的端口,在后端的服务器上面,代理8088的端口做分发。

具体的nginx.conf的配置文件:

View file
namenginx.conf
height250


更新部署流媒体服务:
后端服务部署在10.200.113.151和10.200.113.152的服务器上面,对外访问端口8088,其余均有内部nginx代理转发。

程序安装目录 /PKPushStreamServer和/root/work/nginx。

修改srs的服务名称为PKSRS. 同时修改pkservermgr.xml的程序里面的srs→PKSRS.

nginx的启动: /root/work/nginx/sbin/nginx  -c /root/work/nginx/conf/nginx.conf

nginx的关闭:   /root/work/nginx/sbin/nginx -s stop -c /root/work/nginx/conf/nginx.conf

nginx的重新加载: /root/work/nginx/sbin/nginx -s reload -c /root/work/nginx/conf/nginx.conf.

nginx的代理配置如下:
Image Added

View file
namenginx.conf
height250



压力测试报告和部署运维手册:

View file
name压力测试报告.doc
height250
View file
name流媒体转码服务部署及运维手册.doc
height250


使用压力测试工具:

srs-bench