【发布时间】:2016-08-24 10:50:46
【问题描述】:
我目前正在使用 mariaDB 在 CentOS 7 上设置 Kaltura 流媒体服务器。当我说到安装手册要求我通过浏览器安装 oflaDemo 时,我只得到一个空列表。不会发生连接错误。调试输出状态:
Host: vstream-dev.my.domain
Trying to connect
Net status: NetConnection.Connect.Success
Got the application list
Got the application list
Got the application list
所以,理论上应该没有问题。
- 防火墙因测试/开发而关闭
- SELinux 已关闭(允许)
- 在安装过程中出现的唯一错误是
packet mysql-server is not installed。但是手册说我应该在 CentOS 7 上使用 mariaDB。 - 我试图克隆https://github.com/Red5/red5-examples并将ofla Demo文件夹链接到
/usr/lib/red5/webapps/,但没有成功。
【问题讨论】: