<?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: Adobe Stratus (beta)</title>
	<atom:link href="http://blog.marlon.be/adobe-stratus-beta/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.marlon.be/adobe-stratus-beta/</link>
	<description>Marlon bedenkt, ontwerpt en ontwikkelt webapplicaties en websites, met aandacht voor gebruiksvriendelijkheid, flexibiliteit en beheerbaarheid.</description>
	<lastBuildDate>Mon, 08 Mar 2010 18:04:38 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Moris</title>
		<link>http://blog.marlon.be/adobe-stratus-beta/comment-page-1/#comment-1332</link>
		<dc:creator>Moris</dc:creator>
		<pubDate>Sun, 26 Jul 2009 11:38:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.marlon.be/?p=390#comment-1332</guid>
		<description>Hi, Bart,

In your last reply, you said &quot;Yes a client can relay the streams from one to another&quot;, but I wonder how can I relay the video from one peer to another peer.

At first, I dont know how can I get the streaming video from one peer, then I wonder how can I send the video from one peer to another peer.

then I study the FAQ from Adobe again, I found &quot;What are the limitations of RTMFP in Flash Player 10 and AIR 1.5? Flash Player 10 and AIR 1.5 will not enable swarming, multicast or broadcast quality live video. It will only enable communication from the voice and video devices native to your computer (e.g. microphone and webcam) and enables application developers to send ActionScript data messages directly between Flash Player and Adobe AIR clients. &quot;

then I study the API document of NetStream, I found send method of NetStream just can send metaData not video or audio data.

Is that true? Is there any trick can implement the video relay function?

Thanks, hope I am not costing your too much time.

Moris</description>
		<content:encoded><![CDATA[<p>Hi, Bart,</p>
<p>In your last reply, you said &#8220;Yes a client can relay the streams from one to another&#8221;, but I wonder how can I relay the video from one peer to another peer.</p>
<p>At first, I dont know how can I get the streaming video from one peer, then I wonder how can I send the video from one peer to another peer.</p>
<p>then I study the FAQ from Adobe again, I found &#8220;What are the limitations of RTMFP in Flash Player 10 and AIR 1.5? Flash Player 10 and AIR 1.5 will not enable swarming, multicast or broadcast quality live video. It will only enable communication from the voice and video devices native to your computer (e.g. microphone and webcam) and enables application developers to send ActionScript data messages directly between Flash Player and Adobe AIR clients. &#8221;</p>
<p>then I study the API document of NetStream, I found send method of NetStream just can send metaData not video or audio data.</p>
<p>Is that true? Is there any trick can implement the video relay function?</p>
<p>Thanks, hope I am not costing your too much time.</p>
<p>Moris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Moris</title>
		<link>http://blog.marlon.be/adobe-stratus-beta/comment-page-1/#comment-1330</link>
		<dc:creator>Moris</dc:creator>
		<pubDate>Fri, 24 Jul 2009 06:34:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.marlon.be/?p=390#comment-1330</guid>
		<description>Thank you Bart, Many thanks for your quickly reply.

I will try to implement the functions.</description>
		<content:encoded><![CDATA[<p>Thank you Bart, Many thanks for your quickly reply.</p>
<p>I will try to implement the functions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bart</title>
		<link>http://blog.marlon.be/adobe-stratus-beta/comment-page-1/#comment-1329</link>
		<dc:creator>bart</dc:creator>
		<pubDate>Thu, 23 Jul 2009 10:29:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.marlon.be/?p=390#comment-1329</guid>
		<description>I rewrote this article in english a few weeks ago but since it&#039;s been busy it has yet to be approved for publish.

And to answer your questions:
1.Normally you should be able to let five clients chat and stream there video and audio. It rests on the same base as my chat-example it just differs that I use the NetStream objects in my example to send simple text messages. Though you can perfectly use the NetStream to send a video/audio stream.

2.Yes a client can relay the streams from one to another. This is allready done actually when you connect (in my example) uppon eachother, the client which is being connect upon, sends all the NetStream id&#039;s to the connecting client so he can also listen to the clients allready connected to the client which is being connect upon. 

Hope this helps a little bit :)

Regards, Bart</description>
		<content:encoded><![CDATA[<p>I rewrote this article in english a few weeks ago but since it&#8217;s been busy it has yet to be approved for publish.</p>
<p>And to answer your questions:<br />
1.Normally you should be able to let five clients chat and stream there video and audio. It rests on the same base as my chat-example it just differs that I use the NetStream objects in my example to send simple text messages. Though you can perfectly use the NetStream to send a video/audio stream.</p>
<p>2.Yes a client can relay the streams from one to another. This is allready done actually when you connect (in my example) uppon eachother, the client which is being connect upon, sends all the NetStream id&#8217;s to the connecting client so he can also listen to the clients allready connected to the client which is being connect upon. </p>
<p>Hope this helps a little bit :)</p>
<p>Regards, Bart</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Moris</title>
		<link>http://blog.marlon.be/adobe-stratus-beta/comment-page-1/#comment-1328</link>
		<dc:creator>Moris</dc:creator>
		<pubDate>Thu, 23 Jul 2009 01:13:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.marlon.be/?p=390#comment-1328</guid>
		<description>Hallo, Marlon, 

At first I have to say, I can not write in Dutch, I read your article with the help of Google translation.

Great example, I think, because I feel it is very useful to me.

Now days, I am studying the Stratus, example from stratus lab and your example, I still have some questions:

1. From your sample, can I add video and audio stream support, in another words, can five clients chat by video and audio together?

2. From your sample, can one client relay the streams from another client to the third client?

waiting for your reply.

Many thanks

Moris</description>
		<content:encoded><![CDATA[<p>Hallo, Marlon, </p>
<p>At first I have to say, I can not write in Dutch, I read your article with the help of Google translation.</p>
<p>Great example, I think, because I feel it is very useful to me.</p>
<p>Now days, I am studying the Stratus, example from stratus lab and your example, I still have some questions:</p>
<p>1. From your sample, can I add video and audio stream support, in another words, can five clients chat by video and audio together?</p>
<p>2. From your sample, can one client relay the streams from another client to the third client?</p>
<p>waiting for your reply.</p>
<p>Many thanks</p>
<p>Moris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bart</title>
		<link>http://blog.marlon.be/adobe-stratus-beta/comment-page-1/#comment-1227</link>
		<dc:creator>Bart</dc:creator>
		<pubDate>Mon, 15 Jun 2009 14:06:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.marlon.be/?p=390#comment-1227</guid>
		<description>@666

You can watch the source by right clicking in the app; or here a quick link:
http://lab.marlon.be/mar_rd_stratus/srcview/index.html

Cheers, Bart</description>
		<content:encoded><![CDATA[<p>@666</p>
<p>You can watch the source by right clicking in the app; or here a quick link:<br />
<a href="http://lab.marlon.be/mar_rd_stratus/srcview/index.html" rel="nofollow">http://lab.marlon.be/mar_rd_stratus/srcview/index.html</a></p>
<p>Cheers, Bart</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 666</title>
		<link>http://blog.marlon.be/adobe-stratus-beta/comment-page-1/#comment-1225</link>
		<dc:creator>666</dc:creator>
		<pubDate>Sun, 14 Jun 2009 21:15:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.marlon.be/?p=390#comment-1225</guid>
		<description>Please can you post the source code of this?</description>
		<content:encoded><![CDATA[<p>Please can you post the source code of this?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
