Quản trị net diễn đàn chia sẻ thông tin các thủ thuật mạng, internet bảo mật thông tin dành cho giới IT VIệt hy vọng là nơi bổ ích cho cộng đồng

Quản trị net diễn đàn chia sẻ thông tin các thủ thuật mạng, internet bảo mật thông tin dành cho giới IT VIệt hy vọng là nơi bổ ích cho cộng đồng (http://quantrinet.com/forum/index.php)
-   Streaming Video Server (http://quantrinet.com/forum/forumdisplay.php?f=543)
-   -   Cài đặt Wowza Media Server 3 On CentOS 6 làm Streaming Server (http://quantrinet.com/forum/showthread.php?t=9638)

hoctinhoc 10-06-2014 04:29 PM

Cài đặt Wowza Media Server 3 On CentOS 6 làm Streaming Server
 

Cài đặt Wowza Media Server 3 On CentOS 6 làm Streaming Server




GIT - Wowza Media Server 3 is the high-performance, high-value unified streaming media and video software for any screen. For live or on-demand streaming to computers, mobile devices and IPTV/OTT endpoints, the Wowza® platform delivers superior features, benefits and functionality. This tutorial shows how I can install Wowza Media Server 3 on a CentOS 6.


First, update update CentOS to latest version and You will need Java installed. Type the following command:


# yum update -y
# yum install java* -y


Installing Wowza Media Server 3

You need to download the Wowza Media Server 3 from http://www.wowza.com/pricing/installer.

Type the following command

# wget http://www.wowza.com/downloads/Wowza...-3.5.0.rpm.bin

Next, type the following command to install Wowza Media Server 3

# chmod +x WowzaMediaServer-3.5.0.rpm.bin
# ./WowzaMediaServer-3.5.0.rpm.bin



Setting up the License



In order to use Wowza Media Server, you’ll need a license, which can be obtained from the Wowza website (select a trail or developer license).
After, moving to the Wowza install directory and run the start up script

# cd /usr/local/WowzaMediaServer/bin
# ./startup.sh


If you wish to add WowzaMediaServer service to start when the machine boot, type the following command

# chkconfig --level 345 WowzaMediaServer on


Installing Wowza Examples

Type the following command

# cd /usr/local/WowzaMediaServer/examples
# ./installall.sh
# /etc/init.d/WowzaMediaServer



restart If You are using a firewall, You need open the port: 1935. Type the following command if You are using iptables

# iptables -I INPUT -p tcp --dport 1935 -j ACCEPT


Default, media files to hosted at: /usr/local/WowzaMediaServer/content. You can copy movie file to here.
After, moving to /usr/local/WowzaMediaServer/examples/ and copy a folder called “client” to desktop.

Run “simplevideostreaming.html” in folder client. It look like


:battay:


Bây giờ là 03:37 PM. Giờ GMT +7

Diễn đàn tin học QuantriNet
quantrinet.com | quantrimang.co.cc
Founded by Trương Văn Phương | Developed by QuantriNet's members.
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.