<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	>
<channel>
	<title>Comments on: Video Conference with Flex &#038; FMS, Live Demo and Source Code</title>
	<atom:link href="http://renaun.com/blog/2006/10/28/139/feed/" rel="self" type="application/rss+xml" />
	<link>http://renaun.com/blog/2006/10/28/139/</link>
	<description>Informtation on Flex, Flash, ColdFusion, and general RIA web develoment.</description>
	<pubDate>Wed, 10 Mar 2010 04:25:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Renaun Erickson</title>
		<link>http://renaun.com/blog/2006/10/28/139/comment-page-1/#comment-485367</link>
		<dc:creator>Renaun Erickson</dc:creator>
		<pubDate>Thu, 30 Nov 2006 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/2006/10/28/139/#comment-485367</guid>
		<description>You can do a password user name in your Flash Media Server side code and reject invalid authentication.  More typically the first thing to stop people is to lock the server application down to a specific url so only SWF's from a specific url can connect to the, this is done on the server side in the config files.</description>
		<content:encoded><![CDATA[<p>You can do a password user name in your Flash Media Server side code and reject invalid authentication.  More typically the first thing to stop people is to lock the server application down to a specific url so only SWF&#8217;s from a specific url can connect to the, this is done on the server side in the config files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will</title>
		<link>http://renaun.com/blog/2006/10/28/139/comment-page-1/#comment-485366</link>
		<dc:creator>Will</dc:creator>
		<pubDate>Thu, 30 Nov 2006 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/2006/10/28/139/#comment-485366</guid>
		<description>Thanks for the fast response. Just one more question that I asked above. Doesn't there need to be a place where I put a password or login info? Otherwise, as long as someone knew the URL of a streaming server, couldn't anyone just stream their camera to it? Know what I mean?

For example, this code you gave me has your own personal server URL...? A client of my has an flvhosting that I'm using to test.</description>
		<content:encoded><![CDATA[<p>Thanks for the fast response. Just one more question that I asked above. Doesn&#8217;t there need to be a place where I put a password or login info? Otherwise, as long as someone knew the URL of a streaming server, couldn&#8217;t anyone just stream their camera to it? Know what I mean?</p>
<p>For example, this code you gave me has your own personal server URL&#8230;? A client of my has an flvhosting that I&#8217;m using to test.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Renaun Erickson</title>
		<link>http://renaun.com/blog/2006/10/28/139/comment-page-1/#comment-485365</link>
		<dc:creator>Renaun Erickson</dc:creator>
		<pubDate>Thu, 30 Nov 2006 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/2006/10/28/139/#comment-485365</guid>
		<description>The one slash tells it to look relative to the domain of the SWF, if you give it two slashes it will take the url as absolute.

Not sure on the video not playing, make sure you have the write camera etc.. by going to context menu click on settings then the Camera tab.  Select the right camera from the drop down then click on the white box to preview.  That will at least tell you that Flash Player can recognize your camera and preview what it is seeing.</description>
		<content:encoded><![CDATA[<p>The one slash tells it to look relative to the domain of the SWF, if you give it two slashes it will take the url as absolute.</p>
<p>Not sure on the video not playing, make sure you have the write camera etc.. by going to context menu click on settings then the Camera tab.  Select the right camera from the drop down then click on the white box to preview.  That will at least tell you that Flash Player can recognize your camera and preview what it is seeing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will</title>
		<link>http://renaun.com/blog/2006/10/28/139/comment-page-1/#comment-485363</link>
		<dc:creator>Will</dc:creator>
		<pubDate>Wed, 30 Nov 2005 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/2006/10/28/139/#comment-485363</guid>
		<description>The example works great with my webcam! And the source code is very clean.

However, when I compile and run the code myself (using flex 3 sdk - flashDevelop), I can't get it to play my video. I don't even get a video square. However, I do see that I get a response of "success" back when I trace the netStatusHandler function and try to connect to my own server.

Also...
1.When I substituted my own address where you have your rmtp:/ address (why only one slash instead of rtmp:// ?), Don't I need to supply a username/password or something in order to publish to my own server? Where do I do this?
2. Do I have to do anything else besides connect to my own rmtp address?

Thanks!</description>
		<content:encoded><![CDATA[<p>The example works great with my webcam! And the source code is very clean.</p>
<p>However, when I compile and run the code myself (using flex 3 sdk - flashDevelop), I can&#8217;t get it to play my video. I don&#8217;t even get a video square. However, I do see that I get a response of &#8220;success&#8221; back when I trace the netStatusHandler function and try to connect to my own server.</p>
<p>Also&#8230;<br />
1.When I substituted my own address where you have your rmtp:/ address (why only one slash instead of rtmp:// ?), Don&#8217;t I need to supply a username/password or something in order to publish to my own server? Where do I do this?<br />
2. Do I have to do anything else besides connect to my own rmtp address?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lakshmikanth</title>
		<link>http://renaun.com/blog/2006/10/28/139/comment-page-1/#comment-429611</link>
		<dc:creator>lakshmikanth</dc:creator>
		<pubDate>Thu, 30 Nov 2000 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/2006/10/28/139/#comment-429611</guid>
		<description>hi renanun , 

thanks for u r gr8 application , but here i have a query which is as follows :

in your applicatoin ie., videoconferencing if i publish in the "record" mode then for the other person it is giving me error as "NetStream.RecordNoAcess" , why this error is coming how can we overcome this error , if we put in "record " mode ie., we are storing all the records of the person who have logged in , is this possible with one "netConnection" and one "netStream" object. 

i want to record all the videos of the people who have logged in .</description>
		<content:encoded><![CDATA[<p>hi renanun , </p>
<p>thanks for u r gr8 application , but here i have a query which is as follows :</p>
<p>in your applicatoin ie., videoconferencing if i publish in the &#8220;record&#8221; mode then for the other person it is giving me error as &#8220;NetStream.RecordNoAcess&#8221; , why this error is coming how can we overcome this error , if we put in &#8220;record &#8221; mode ie., we are storing all the records of the person who have logged in , is this possible with one &#8220;netConnection&#8221; and one &#8220;netStream&#8221; object. </p>
<p>i want to record all the videos of the people who have logged in .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lakshmikanth</title>
		<link>http://renaun.com/blog/2006/10/28/139/comment-page-1/#comment-428575</link>
		<dc:creator>lakshmikanth</dc:creator>
		<pubDate>Fri, 30 Nov 2001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/2006/10/28/139/#comment-428575</guid>
		<description>first of all thanks a lot for u r source code Renaun, here i have a doubt , presently we are doing  video conferencing in live mode , but if i want to save the videos ie., if i publish in "record" mode then it is giving me error if i record .

what i mean is i want to do the videoconferencing in "recording" mode , ie ., i want to save all the videos that are published . 

if possible provide with the source code , thank u .</description>
		<content:encoded><![CDATA[<p>first of all thanks a lot for u r source code Renaun, here i have a doubt , presently we are doing  video conferencing in live mode , but if i want to save the videos ie., if i publish in &#8220;record&#8221; mode then it is giving me error if i record .</p>
<p>what i mean is i want to do the videoconferencing in &#8220;recording&#8221; mode , ie ., i want to save all the videos that are published . </p>
<p>if possible provide with the source code , thank u .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: crush</title>
		<link>http://renaun.com/blog/2006/10/28/139/comment-page-1/#comment-426262</link>
		<dc:creator>crush</dc:creator>
		<pubDate>Wed, 30 Nov 2005 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/2006/10/28/139/#comment-426262</guid>
		<description>Hi Renaun,

I have some strange problem with your program. Everytime a third user is trying to connect, a &lt;code&gt;NetStream.Publish.BadName&lt;/code&gt; occurs. In the Adminstration Console a weird stream called "false" is apparent. 
I'm using FMS3 and Flex3.

Do you have any ideas how to solve this issue?

Regards,
crush</description>
		<content:encoded><![CDATA[<p>Hi Renaun,</p>
<p>I have some strange problem with your program. Everytime a third user is trying to connect, a <code>NetStream.Publish.BadName</code> occurs. In the Adminstration Console a weird stream called &#8220;false&#8221; is apparent.<br />
I&#8217;m using FMS3 and Flex3.</p>
<p>Do you have any ideas how to solve this issue?</p>
<p>Regards,<br />
crush</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Santanu</title>
		<link>http://renaun.com/blog/2006/10/28/139/comment-page-1/#comment-391949</link>
		<dc:creator>Santanu</dc:creator>
		<pubDate>Mon, 30 Nov 2009 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/2006/10/28/139/#comment-391949</guid>
		<description>Hi, I've installed the project, copied the main.asc file to my FMS3 Application directory, starts the server, and everytime the running application returns me an error after Name submission - "The number of users has been limited for this demo, please try again in a few minutes. " .. it seems couldnt able to connect to the server! What I'm missing!?</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;ve installed the project, copied the main.asc file to my FMS3 Application directory, starts the server, and everytime the running application returns me an error after Name submission - &#8220;The number of users has been limited for this demo, please try again in a few minutes. &#8221; .. it seems couldnt able to connect to the server! What I&#8217;m missing!?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Renaun Erickson</title>
		<link>http://renaun.com/blog/2006/10/28/139/comment-page-1/#comment-391587</link>
		<dc:creator>Renaun Erickson</dc:creator>
		<pubDate>Sun, 30 Nov 2008 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/2006/10/28/139/#comment-391587</guid>
		<description>Grab the renaun_com_Logger.swc off this site or delete all the Logger statements.</description>
		<content:encoded><![CDATA[<p>Grab the renaun_com_Logger.swc off this site or delete all the Logger statements.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Santanu</title>
		<link>http://renaun.com/blog/2006/10/28/139/comment-page-1/#comment-391468</link>
		<dc:creator>Santanu</dc:creator>
		<pubDate>Tue, 30 Nov 2004 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/2006/10/28/139/#comment-391468</guid>
		<description>Hi, I just tried to install the project in my Flex, and got a lots of 'Access of undefined property Logger' error! How could i overcome this problem..?</description>
		<content:encoded><![CDATA[<p>Hi, I just tried to install the project in my Flex, and got a lots of &#8216;Access of undefined property Logger&#8217; error! How could i overcome this problem..?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
