VagrantでCentOS 7のVMを立ち上げてRed5をインストールしてみる。
CentOS 7のセットアップ
適当なCentOS 7 Boxを探す。
A list of base boxes for Vagrant – Vagrantbox.es
http://www.vagrantbox.es/
今回はこれを使ってみる。
CentOS 7.1 x64 (Minimal, Puppet 4.2.3, Guest Additions 4.3.30)
https://github.com/CommanderK5/packer-centos-template/releases/download/0.7.1/vagrant-centos-7.1.box
1 2 3 4 5 6 |
$ vagrant box add centos-7.1 https://github.com/CommanderK5/packer-centos-template/releases/download/0.7.1/vagrant-centos-7.1.box $ cd \Vagrant $ mkdir centos-7.1-red5 $ cd centos-7.1-red5 $ vagrant init centos-7.1 $ vagrant up |
Red5のインストール
1 2 3 4 5 6 7 8 |
$ sudo yum update $ sudo yum install -y java $ cd /opt/ $ sudo wget https://github.com/Red5/red5-server/releases/download/v1.0.5-RELEASE/red5-server-1.0.5-RELEASE-server.tar.gz $ sudo tar zxf red5-server-1.0.5-RELEASE-server.tar.gz $ sudo mv red5-server-1.0.5-RELEASE red5 $ cd red5 $ sudo sh red5.sh & |
ホーム
http://192.168.33.10:5080/
デモアプリのインストール
http://192.168.33.10:5080/installer/
デモ
http://192.168.33.10:5080/demos/
参考サイト
How to setup Red5 streaming media server | Linux Veda
http://www.linuxveda.com/2015/06/05/setup-red5-streaming-media-server/
Jun 5, 2015 (CentOS 6.x)
Red5サーバー構築と検証 – Qiita
http://qiita.com/alingogo/items/1176a7d42b9c0b36515c
Jun 09, 2014 (CentOS 6.5)
How to Setup Red5 Media Server on CentOS/RHEL 6/5 – TecAdmin.net
http://tecadmin.net/installing-red5-media-server-on-centos-6/#
Oct 01, 2013 (CentOS 6)
How To Setup Red5 on Ubuntu 12.10 | DigitalOcean
https://www.digitalocean.com/community/tutorials/how-to-setup-red5-on-ubuntu-12-10
May 31, 2013
Red5をインストールしてデモアプリを試す | Think IT(シンクイット)
https://thinkit.co.jp/article/152/2
2008年11月12日
Install Red5 on Windows
http://red5guide.com/