red5 server使用笔记(二)

由于 red5 的 0.9.0 RC2 版本太新,有很多资料与该版本不符,于是本人决定从现在开始以 Red5 0.8.0 Final 作为学习的依据,最终版应该较之候选版完善很多。其实与 0.9.0 RC2 版有很多相似之处,下载地址在 http://code.google.com/p/red5,有 Windows 和 Linux 的版本,我下载了 setup-Red5-0.8.0.exe 文件,还是在 Windows 2003 下安装,安装前需要先安装 JDK,设置 JAVA_HOME 环境变量。而安装 Red5 时没有要求输入服务器的 IP 和端口,默认的端口是 5080(可以手工在~\Red5\confred5.properties文件中配置)。

    本人的 Red5 服务器安装在 IP 为 192.168.0.205 的服务器上。安装后运行 red5 服务器,然后打开网址 http://192.168.0.205:5080,看到信息:

    This page is used to test the proper operation of the Red5 server after it has been installed. If you can read this page it means that the Red5 server installed at this site is working properly.
    If you want to change this welcome page, modify the file from the default application located at webapps/root/index.html.
    ……
    说明安装成功了。然后还是安装和浏览 demos,可以在这里学习到很多东西。

猜你喜欢

转载自vvsongsunny.iteye.com/blog/765724
今日推荐