red5的安装编译

red5的安装编译
red5开源流媒体服务器,官方网站是:http://osflash.org/red5

googlecode的地址是http://code.google.com/p/red5/

由于用ant来编译,需要配置安装ant,具体步骤:http://marshal.easymorse.com/archives/1658

接下来编译red5,首先下载源代码:

ubuntu@dev:~ubuntu$ svn co http://red5.googlecode.com/svn/java/server/trunk/ red5

然后进入到red5的下载目录文件中,执行

ubuntu@dev:~/red5$ant

在srv目录下新建文件夹red5

ubuntu@dev:~$ mkdir /srv/red5

将ant编译完成之后的red5中的dist目录下所有的文件copy到新建的/srv/red5目录下

ubuntu@dev:~$ sudo cp -rf /home/ubuntu/red5/dist/*  /srv/red5/

最后启动red5

ubuntu@dev:/srv/red5$
ubuntu@dev:/srv/red5$./red5.sh

通过浏览器访问:

http://yourIP:5080/demos/port_tester.swf

原文链接: http://bigcat.easymorse.com/?p=58

你可能感兴趣的:(ant,SVN,浏览器,ubuntu,Google)