搭建多媒体服务器-openfire, redfire 使用手记
Posted hexudong08
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了搭建多媒体服务器-openfire, redfire 使用手记相关的知识,希望对你有一定的参考价值。
工作需要,搭建一个openfire的服务器,非常简单,先将步骤记录如下。我使用的是ubuntu 11.04项目首页: http://www.igniterealtime.org
- 下载
选择自己需要的平台下载
http://www.igniterealtime.org/downloads/index.jsp
下载openfire 和 sparkweb
源代码下载如下:http://www.igniterealtime.org/downloads/source.jsp
如果下载的是rpm ,则安装命令式
rpm -ivh openfire-xxxxx.rpm
- 安装
解压即可
运行如下命令
./bin/openfire start
查看运行状态
./bin/openfire status
- 访问
默认的端口是9090
访问地址: http://localhost:9090
配置数据库mysql时,要注意: jdbc:mysql://localhost:3306/openfire
需要先进入mysqladmin新建数据库openfire
- 进入admin管理平台
用户名: admin
密码: 自己设定的【最后一个步骤】
- 安装插件 redfire
redfire 是 red5 for openfire的插件
地址:http://code.google.com/p/redfire/
下载对应版本,解压****.war 到 openfire/plugins/ 下即可
访问地址: http://your_openfire-server:7070/redfire
smark java客户端的plugin 下载地址 http://your_openfire-server:7070/redfire/spark/redfire-plugin.jar
就可以进行视频聊天了
以上是关于搭建多媒体服务器-openfire, redfire 使用手记的主要内容,如果未能解决你的问题,请参考以下文章
Windows server 2008 R2 搭建Openfire