<?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: onStream &#8211; The Broadcasting Machine</title>
	<atom:link href="http://blog.yoz.sk/2010/07/onstream-the-broadcasting-machine/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.yoz.sk/2010/07/onstream-the-broadcasting-machine/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=onstream-the-broadcasting-machine</link>
	<description>My life, my work</description>
	<lastBuildDate>Thu, 02 Feb 2012 13:37:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jozef Chúťka</title>
		<link>http://blog.yoz.sk/2010/07/onstream-the-broadcasting-machine/comment-page-1/#comment-4363</link>
		<dc:creator>Jozef Chúťka</dc:creator>
		<pubDate>Thu, 13 Jan 2011 08:59:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.yoz.sk/?p=2020#comment-4363</guid>
		<description>tom, with installed fms, there should also be some example apps and sources included (program files/fms/samples). you should also go through http://www.flashrealtime.com/ there is also a lot of useful stuff... 
- when running fms on localhost you should connect to rtmp://localhost/APPNAME/
- when using cirrus rtmfp://p2p.rtmfp.net
- when connecting to local p2p NetConnection.connect(&quot;rtmfp:&quot;)
http://www.flashrealtime.com/local-flash-peer-to-peer-communication-over-lan-without-cirrus/</description>
		<content:encoded><![CDATA[<p>tom, with installed fms, there should also be some example apps and sources included (program files/fms/samples). you should also go through <a href="http://www.flashrealtime.com/" rel="nofollow">http://www.flashrealtime.com/</a> there is also a lot of useful stuff&#8230;<br />
- when running fms on localhost you should connect to rtmp://localhost/APPNAME/<br />
- when using cirrus rtmfp://p2p.rtmfp.net<br />
- when connecting to local p2p NetConnection.connect(&#8220;rtmfp:&#8221;)<br />
<a href="http://www.flashrealtime.com/local-flash-peer-to-peer-communication-over-lan-without-cirrus/" rel="nofollow">http://www.flashrealtime.com/local-flash-peer-to-peer-communication-over-lan-without-cirrus/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tom</title>
		<link>http://blog.yoz.sk/2010/07/onstream-the-broadcasting-machine/comment-page-1/#comment-4358</link>
		<dc:creator>tom</dc:creator>
		<pubDate>Thu, 13 Jan 2011 00:50:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.yoz.sk/?p=2020#comment-4358</guid>
		<description>yeah i tried it but didn&#039;t know where to put the python file, then i tried another version which was with mysql and php, but again i didn&#039;t know how to join the flash code to publish it..

http://active6.wordpress.com/2009/04/03/the-adobe-stratus-beta-sample-app-and-phpmysql/

another thing i keep getting stuck on is, what rtmp address do i put in the flash file? because i downloaded the developer free version of fms4, it has installed in windows  /program files/adobe/fms4..
 do i put rtmp://localhost  or rtmp://myipaddress.. not sure what i should write after that..? 

cheers for the help jozef</description>
		<content:encoded><![CDATA[<p>yeah i tried it but didn&#8217;t know where to put the python file, then i tried another version which was with mysql and php, but again i didn&#8217;t know how to join the flash code to publish it..</p>
<p><a href="http://active6.wordpress.com/2009/04/03/the-adobe-stratus-beta-sample-app-and-phpmysql/" rel="nofollow">http://active6.wordpress.com/2009/04/03/the-adobe-stratus-beta-sample-app-and-phpmysql/</a></p>
<p>another thing i keep getting stuck on is, what rtmp address do i put in the flash file? because i downloaded the developer free version of fms4, it has installed in windows  /program files/adobe/fms4..<br />
 do i put rtmp://localhost  or rtmp://myipaddress.. not sure what i should write after that..? </p>
<p>cheers for the help jozef</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jozef Chúťka</title>
		<link>http://blog.yoz.sk/2010/07/onstream-the-broadcasting-machine/comment-page-1/#comment-4352</link>
		<dc:creator>Jozef Chúťka</dc:creator>
		<pubDate>Wed, 12 Jan 2011 16:02:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.yoz.sk/?p=2020#comment-4352</guid>
		<description>tom, you can grab sources from Cirrus Sample Application
http://labs.adobe.com/technologies/cirrus/samples/#resources</description>
		<content:encoded><![CDATA[<p>tom, you can grab sources from Cirrus Sample Application<br />
<a href="http://labs.adobe.com/technologies/cirrus/samples/#resources" rel="nofollow">http://labs.adobe.com/technologies/cirrus/samples/#resources</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tom</title>
		<link>http://blog.yoz.sk/2010/07/onstream-the-broadcasting-machine/comment-page-1/#comment-4349</link>
		<dc:creator>tom</dc:creator>
		<pubDate>Wed, 12 Jan 2011 15:28:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.yoz.sk/?p=2020#comment-4349</guid>
		<description>cheers jozef

what i want to do is just make a simple video chat between 2 people, no extras, just go to web address and connect to other user. I already have a text chat i just need the video connection.

Do you have or know of an easy tutorial that will allow me to do this, i need to make it in flash and then embed (swf) into website. so could be with cirrus or just using fms...

cheers for the help

tom</description>
		<content:encoded><![CDATA[<p>cheers jozef</p>
<p>what i want to do is just make a simple video chat between 2 people, no extras, just go to web address and connect to other user. I already have a text chat i just need the video connection.</p>
<p>Do you have or know of an easy tutorial that will allow me to do this, i need to make it in flash and then embed (swf) into website. so could be with cirrus or just using fms&#8230;</p>
<p>cheers for the help</p>
<p>tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jozef Chúťka</title>
		<link>http://blog.yoz.sk/2010/07/onstream-the-broadcasting-machine/comment-page-1/#comment-4314</link>
		<dc:creator>Jozef Chúťka</dc:creator>
		<pubDate>Thu, 06 Jan 2011 09:23:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.yoz.sk/?p=2020#comment-4314</guid>
		<description>thank you tom,
I have a lot of blog posts about things I am doing in my apps. It is just impossible to make one big tutorial for something I have been developing for months. Once you start working on your own, feel free to ask about your issues, I believe we can solve em all.</description>
		<content:encoded><![CDATA[<p>thank you tom,<br />
I have a lot of blog posts about things I am doing in my apps. It is just impossible to make one big tutorial for something I have been developing for months. Once you start working on your own, feel free to ask about your issues, I believe we can solve em all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tom</title>
		<link>http://blog.yoz.sk/2010/07/onstream-the-broadcasting-machine/comment-page-1/#comment-4310</link>
		<dc:creator>tom</dc:creator>
		<pubDate>Thu, 06 Jan 2011 01:23:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.yoz.sk/?p=2020#comment-4310</guid>
		<description>great stuff Jozef...

do you know of any easy tutorials for beginners to try and build a program like yours?

i tried the adobe one but couldn&#039;t get it to work, have you done any tutorials for your projects as they a re really cool..</description>
		<content:encoded><![CDATA[<p>great stuff Jozef&#8230;</p>
<p>do you know of any easy tutorials for beginners to try and build a program like yours?</p>
<p>i tried the adobe one but couldn&#8217;t get it to work, have you done any tutorials for your projects as they a re really cool..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jozef Chúťka</title>
		<link>http://blog.yoz.sk/2010/07/onstream-the-broadcasting-machine/comment-page-1/#comment-3014</link>
		<dc:creator>Jozef Chúťka</dc:creator>
		<pubDate>Mon, 13 Sep 2010 07:20:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.yoz.sk/?p=2020#comment-3014</guid>
		<description>Thank you Lucas. Try http://onstream.yoz.sk , you can embed it into your website via iframe etc.</description>
		<content:encoded><![CDATA[<p>Thank you Lucas. Try <a href="http://onstream.yoz.sk" rel="nofollow">http://onstream.yoz.sk</a> , you can embed it into your website via iframe etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lucas de Caunes</title>
		<link>http://blog.yoz.sk/2010/07/onstream-the-broadcasting-machine/comment-page-1/#comment-3009</link>
		<dc:creator>Lucas de Caunes</dc:creator>
		<pubDate>Sun, 12 Sep 2010 10:41:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.yoz.sk/?p=2020#comment-3009</guid>
		<description>Fantastic Jozef Chúťka !!! i&#039;m searching to an simple broadcast video and viewer, any demos exemples article or links ?</description>
		<content:encoded><![CDATA[<p>Fantastic Jozef Chúťka !!! i&#8217;m searching to an simple broadcast video and viewer, any demos exemples article or links ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jk_</title>
		<link>http://blog.yoz.sk/2010/07/onstream-the-broadcasting-machine/comment-page-1/#comment-2701</link>
		<dc:creator>Jk_</dc:creator>
		<pubDate>Fri, 30 Jul 2010 11:52:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.yoz.sk/?p=2020#comment-2701</guid>
		<description>This is really good! Easy to use and well thought.</description>
		<content:encoded><![CDATA[<p>This is really good! Easy to use and well thought.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jozef Chúťka</title>
		<link>http://blog.yoz.sk/2010/07/onstream-the-broadcasting-machine/comment-page-1/#comment-2670</link>
		<dc:creator>Jozef Chúťka</dc:creator>
		<pubDate>Wed, 28 Jul 2010 08:52:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.yoz.sk/?p=2020#comment-2670</guid>
		<description>@Og2t, thanks. Behind the scenes is stratus/RTMFP. With fp 10.1 you can multicast p2p using NetGroups, cool feature. backend is php+mysql - storing channel info and screenshots.</description>
		<content:encoded><![CDATA[<p>@Og2t, thanks. Behind the scenes is stratus/RTMFP. With fp 10.1 you can multicast p2p using NetGroups, cool feature. backend is php+mysql &#8211; storing channel info and screenshots.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

