<?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"
	>
<channel>
	<title>Comments on: Recording Audio and Video with Red5</title>
	<atom:link href="http://mariofalomir.com/blog/?feed=rss2&#038;p=101" rel="self" type="application/rss+xml" />
	<link>http://mariofalomir.com/blog/?p=101</link>
	<description>AS3, Fl and Fx from a NON-GURU perspective</description>
	<pubDate>Thu, 09 Sep 2010 23:23:26 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: mario</title>
		<link>http://mariofalomir.com/blog/?p=101#comment-2399</link>
		<dc:creator>mario</dc:creator>
		<pubDate>Fri, 06 Aug 2010 21:28:40 +0000</pubDate>
		<guid isPermaLink="false">http://mariofalomir.com/blog/?p=101#comment-2399</guid>
		<description>@Nowen, thanks for the tips, I actually tried the 'record' argument on the publish method and ended up with errors, haven't tried that again, will do. As for #2, I agree, I should not cast it, my bad :)

Thanks!</description>
		<content:encoded><![CDATA[<p>@Nowen, thanks for the tips, I actually tried the &#8216;record&#8217; argument on the publish method and ended up with errors, haven&#8217;t tried that again, will do. As for #2, I agree, I should not cast it, my bad <img src='http://mariofalomir.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nowen</title>
		<link>http://mariofalomir.com/blog/?p=101#comment-2328</link>
		<dc:creator>Nowen</dc:creator>
		<pubDate>Mon, 02 Aug 2010 09:42:45 +0000</pubDate>
		<guid isPermaLink="false">http://mariofalomir.com/blog/?p=101#comment-2328</guid>
		<description>Hi, 2 errors in this article:
1)If you just want to save a stream you don't need any function at all: just use type "record" in your publish() function on client side: stream.publish("myStream","record");

2)You can't use this on startRecording(): it will lead to a null pointer exception. More, I can't understand why cast to ClientBroadcastStream.
Correct code is:

IBroadcastStream stream = getBroadcastStream(conn.getScope(),"myStream"); 
(extending ApplicationAdapter makes you inherit its methods)

stream.saveAs(streamName,false);</description>
		<content:encoded><![CDATA[<p>Hi, 2 errors in this article:<br />
1)If you just want to save a stream you don&#8217;t need any function at all: just use type &#8220;record&#8221; in your publish() function on client side: stream.publish(&#8221;myStream&#8221;,&#8221;record&#8221;);</p>
<p>2)You can&#8217;t use this on startRecording(): it will lead to a null pointer exception. More, I can&#8217;t understand why cast to ClientBroadcastStream.<br />
Correct code is:</p>
<p>IBroadcastStream stream = getBroadcastStream(conn.getScope(),&#8221;myStream&#8221;);<br />
(extending ApplicationAdapter makes you inherit its methods)</p>
<p>stream.saveAs(streamName,false);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pragyesh</title>
		<link>http://mariofalomir.com/blog/?p=101#comment-1705</link>
		<dc:creator>Pragyesh</dc:creator>
		<pubDate>Wed, 05 May 2010 18:35:58 +0000</pubDate>
		<guid isPermaLink="false">http://mariofalomir.com/blog/?p=101#comment-1705</guid>
		<description>Recording through webcam is not being properly. some unwanted frames are being inserted during recording and because of that duration of playback is double(metadata info.duration) as the real recording duration.We are using red5 server. I have given too much time but still i did't find any solution. Please help me its urgent.</description>
		<content:encoded><![CDATA[<p>Recording through webcam is not being properly. some unwanted frames are being inserted during recording and because of that duration of playback is double(metadata info.duration) as the real recording duration.We are using red5 server. I have given too much time but still i did&#8217;t find any solution. Please help me its urgent.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mario</title>
		<link>http://mariofalomir.com/blog/?p=101#comment-834</link>
		<dc:creator>mario</dc:creator>
		<pubDate>Fri, 12 Feb 2010 18:16:04 +0000</pubDate>
		<guid isPermaLink="false">http://mariofalomir.com/blog/?p=101#comment-834</guid>
		<description>@Dimitree, yeah I know what you mean - There aren't a bunch of tutorials/howtows' outhere, pretty much you have to figure it out on your own or go through the mailing lists which is cumbersome. Or if you find one, it doesn't cover every aspect of it.

I'm not sure if the Red5 docs on the site are up to date either. Anyway, from my experience, I think that at the beginning, for someone who has never used it before, is kinda overwhelming at some points, specially if you are not that familiar with Java, however once you get it rolling it's not that hard.

I've found this blogs very helpful:

http://mswallace.com/2008/09/30/red5-and-flex-basics-part-1-keep-track-of-users/
http://www.joachim-bauch.de/tutorials/red5/HOWTO-NewApplications.txt
http://sziebert.net</description>
		<content:encoded><![CDATA[<p>@Dimitree, yeah I know what you mean - There aren&#8217;t a bunch of tutorials/howtows&#8217; outhere, pretty much you have to figure it out on your own or go through the mailing lists which is cumbersome. Or if you find one, it doesn&#8217;t cover every aspect of it.</p>
<p>I&#8217;m not sure if the Red5 docs on the site are up to date either. Anyway, from my experience, I think that at the beginning, for someone who has never used it before, is kinda overwhelming at some points, specially if you are not that familiar with Java, however once you get it rolling it&#8217;s not that hard.</p>
<p>I&#8217;ve found this blogs very helpful:</p>
<p><a href="http://mswallace.com/2008/09/30/red5-and-flex-basics-part-1-keep-track-of-users/" rel="nofollow">http://mswallace.com/2008/09/30/red5-and-flex-basics-part-1-keep-track-of-users/</a><br />
<a href="http://www.joachim-bauch.de/tutorials/red5/HOWTO-NewApplications.txt" rel="nofollow">http://www.joachim-bauch.de/tutorials/red5/HOWTO-NewApplications.txt</a><br />
<a href="http://sziebert.net" rel="nofollow">http://sziebert.net</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dimitree</title>
		<link>http://mariofalomir.com/blog/?p=101#comment-833</link>
		<dc:creator>Dimitree</dc:creator>
		<pubDate>Fri, 12 Feb 2010 13:17:38 +0000</pubDate>
		<guid isPermaLink="false">http://mariofalomir.com/blog/?p=101#comment-833</guid>
		<description>It would be nice If somebody could post a tutorial from A to Z about Red5...</description>
		<content:encoded><![CDATA[<p>It would be nice If somebody could post a tutorial from A to Z about Red5&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
