无法在CentOS7上安装Kaltura oflaDemo

时间:2016-08-24 10:50:46

标签: red5 kaltura

我目前正在使用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/但没有成功。

1 个答案:

答案 0 :(得分:1)

好的,我解决了。

我做了什么:

我使用red5示例克隆了repo:https://github.com/Red5/red5-examples并导航到了laDemo的子文件夹(带pom.xml)。

然后我必须用

安装maven
yum install -y maven

并做一个maven build

mvn clean install

之后,我能够获取文件target/red5-example-oflaDemo-2.0.war。我将此文件解压缩到oflaDemo中的文件夹/var/lib/red5/webapps,然后重新启动服务器。最后,我做了mkdir /usr/lib/red5/webapps/oflaDemo/streams为流创建一个文件夹。

之后,我能够通过

导航到演示

http://my.domain:5080/oflaDemo/