OpenMCU:先跑起来之Install FROM packages



0x00.简介

项目地址:https://github.com/muggot/openmcu.git

0x01.部署环境

宿主机环境为CentOS7-x86_64-Minimal2003

0x02.环境配置

1.防火墙的配置

在实验环境中可以选择直接禁用防火墙,但是在生产环境中根据实际的需求进行规则的配置。
关闭firewalld
在CentOS7上面防火墙是firewalld服务,停止并且禁止开机启动firewalld.service

systemctl stop firewalld.service
systemctl disable firewalld.service
systemctl status firewalld.service

关闭 selinux

setenforce 0
getenforce
sed -i 's#SELINUX=enforcing#SELINUX=disabled#g' /etc/sysconfig/selinux
grep SELINUX=disabled /etc/sysconfig/selinux

2.依赖环境安装

网站:https://wiki.openmcu.ru/en/install/bin_linux
The ONLY SUPPORTED Linux version is on CentOS. Full installation instructions are available on the OpenMCU-ru Administrator Guide located at https://videoswitch.ru/forum/index.php?topic=1059.0

yum install -y libstdc++ freetype libjpeg-turbo wget

0x03.安装OpenMCU

官网地址:https://openmcu.ru/index.html
安装包地址:https://openmcu.ru/public/OpenMCU-ru/
安装说明:https://wiki.openmcu.ru/en/install/bin_linux
RPM包安装方法:https://www.cnblogs.com/stormlong/articles/11456497.html

wget https://openmcu.ru/public/OpenMCU-ru/4.1/openmcu-ru-4.1.6-1448.el6.x86_64.rpm

安装

rpm -ivh openmcu-ru-4.1.6-1448.el6.x86_64.rpm

0x04.运行OpenMCU

网站:https://wiki.openmcu.ru/en/install/bin_linux
Service control: service openmcu-ru (start|stop)
Service launch config: /etc/default/openmcu-ru
Service configs: /etc/openmcu-ru/*
Service runs as an unprivileged user ‘mcu’.

service openmcu-ru start

查看主机端口运行情况

netstat -lntp | grep openmcu
[root@host ~]# netstat -lntp | grep openmcu
tcp        0      0 0.0.0.0:1554            0.0.0.0:*               LISTEN      4886/openmcu-ru
tcp        0      0 0.0.0.0:1720            0.0.0.0:*               LISTEN      4886/openmcu-ru
tcp        0      0 0.0.0.0:1420            0.0.0.0:*               LISTEN      4886/openmcu-ru
tcp        0      0 0.0.0.0:1423            0.0.0.0:*               LISTEN      4886/openmcu-ru
[root@host ~]#

0x05.访问页面

http://ip:1420

Welcome
在这里插入图片描述
Status
在这里插入图片描述
Control
在这里插入图片描述
Records
在这里插入图片描述
Settings
在这里插入图片描述

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

北观止

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值