<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>rtmpe &#8211; lifeLinux: Linux Tips, Hacks, Tutorials, Ebooks</title>
	<atom:link href="https://lifelinux.com/tag/rtmpe/feed/" rel="self" type="application/rss+xml" />
	<link>https://lifelinux.com</link>
	<description>All About Linux !</description>
	<lastBuildDate>Sun, 13 Jan 2013 09:23:49 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.5.3</generator>
	<item>
		<title>How To Install Wowza Media Server 3 On CentOS 6</title>
		<link>https://lifelinux.com/how-to-install-wowza-media-server-3-on-centos-6/</link>
					<comments>https://lifelinux.com/how-to-install-wowza-media-server-3-on-centos-6/#respond</comments>
		
		<dc:creator><![CDATA[lifeLinux]]></dc:creator>
		<pubDate>Thu, 08 Nov 2012 10:23:04 +0000</pubDate>
				<category><![CDATA[Lighttpd]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[WebServer]]></category>
		<category><![CDATA[rtmp]]></category>
		<category><![CDATA[rtmpe]]></category>
		<category><![CDATA[server streaming]]></category>
		<category><![CDATA[wowza media server]]></category>
		<guid isPermaLink="false">http://www.lifelinux.com/?p=1395</guid>

					<description><![CDATA[<p>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 [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://lifelinux.com/how-to-install-wowza-media-server-3-on-centos-6/">How To Install Wowza Media Server 3 On CentOS 6</a> appeared first on <a rel="nofollow" href="https://lifelinux.com">lifeLinux: Linux Tips, Hacks, Tutorials, Ebooks</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p></p><p><a title="Wowza Media Server" href="http://www.wowza.com/media-server" target="_blank">Wowza Media Server</a> 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.<br />
<span id="more-1395"></span><br />
First, update update CentOS to latest version and You will need Java installed. Type the following command:</p>
<pre># yum update -y
# yum install java* -y</pre>
<h2>Installing Wowza Media Server 3</h2>
<p>You need to download the Wowza Media Server 3 from http://www.wowza.com/pricing/installer. Type the following command</p>
<pre># wget http://www.wowza.com/downloads/WowzaMediaServer-3-1-2/WowzaMediaServer-3.1.2.rpm.bin</pre>
<p>Next, type the following command to install Wowza Media Server 3</p>
<pre># chmod +x WowzaMediaServer-3.1.2.rpm.bin
# ./WowzaMediaServer-3.1.2.rpm.bin</pre>
<h2>Setting up the License</h2>
<p>In order to use Wowza Media Server, you&#8217;ll need a license, which can be obtained from the <a href="http://www.wowza.com" target="_blank">Wowza website</a> (select a trail or developer license).<br />
After, moving to the Wowza install directory and run the start up script</p>
<pre># cd /usr/local/WowzaMediaServer
# bin/startup.sh</pre>
<p>If you wish to add WowzaMediaServer service to start when the machine boot, type the following command</p>
<pre># chkconfig --level 345 WowzaMediaServer on</pre>
<h2>Installing Wowza Examples</h2>
<p>Type the following command</p>
<pre># cd /usr/local/WowzaMediaServerPro/examples
# ./install.sh
# /etc/init.d/WowzaMediaServer restart</pre>
<p>If You are using a firewall, You need open the port: 1935. Type the following command if You are using <strong>iptables</strong></p>
<pre># iptables -I INPUT -p tcp --dport 1935 -j ACCEPT</pre>
<p>Default, media files to hosted at: /usr/local/WowzaMediaServer/content. You can copy movie file to here.<br />
After, moving to /usr/local/WowzaMediaServer/examples/SimpleVideoStreaming and copy a folder called &#8220;client&#8221; to desktop.<br />
Run &#8220;simplevideostreaming.html&#8221; in folder client. It look like<br />
<a href="http://www.lifelinux.com/wp-content/uploads/2012/11/wowza.png"><img loading="lazy" class="aligncenter size-medium wp-image-1399" title="wowza" alt="" src="http://www.lifelinux.com/wp-content/uploads/2012/11/wowza-300x245.png" width="300" height="245" srcset="https://lifelinux.com/wp-content/uploads/2012/11/wowza-300x245.png 300w, https://lifelinux.com/wp-content/uploads/2012/11/wowza.png 673w" sizes="(max-width: 300px) 100vw, 300px" /></a></p>
<g:plusone href="https://lifelinux.com/how-to-install-wowza-media-server-3-on-centos-6/" size="standard"  annotation="none"   ></g:plusone><p>The post <a rel="nofollow" href="https://lifelinux.com/how-to-install-wowza-media-server-3-on-centos-6/">How To Install Wowza Media Server 3 On CentOS 6</a> appeared first on <a rel="nofollow" href="https://lifelinux.com">lifeLinux: Linux Tips, Hacks, Tutorials, Ebooks</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://lifelinux.com/how-to-install-wowza-media-server-3-on-centos-6/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
