<?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: Server-side stream recording with Red5</title>
	<atom:link href="http://sziebert.net/posts/server-side-stream-recording-with-red5/feed/" rel="self" type="application/rss+xml" />
	<link>http://sziebert.net/posts/server-side-stream-recording-with-red5/</link>
	<description>is a software engineer with an interest in Spring, Hibernate, Red5 and jQuery development.</description>
	<pubDate>Mon, 01 Dec 2008 18:53:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: ashok</title>
		<link>http://sziebert.net/posts/server-side-stream-recording-with-red5/#comment-1364</link>
		<dc:creator>ashok</dc:creator>
		<pubDate>Fri, 28 Nov 2008 03:17:16 +0000</pubDate>
		<guid isPermaLink="false">http://sziebert.net/posts/server-side-stream-recording-with-red5/#comment-1364</guid>
		<description>first of all please accept a big thank you from my side. this helped me a lot. 

i am very new to this, so had a question.
i would like to know if a call to  "stream.stopRecording()" closes the stream. in my application, the recording is happening only once for every session and i need to restart the tomcat to get another recording session.</description>
		<content:encoded><![CDATA[<p>first of all please accept a big thank you from my side. this helped me a lot. </p>
<p>i am very new to this, so had a question.<br />
i would like to know if a call to  &#8220;stream.stopRecording()&#8221; closes the stream. in my application, the recording is happening only once for every session and i need to restart the tomcat to get another recording session.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Petrelli</title>
		<link>http://sziebert.net/posts/server-side-stream-recording-with-red5/#comment-875</link>
		<dc:creator>Joe Petrelli</dc:creator>
		<pubDate>Sun, 05 Oct 2008 03:49:16 +0000</pubDate>
		<guid isPermaLink="false">http://sziebert.net/posts/server-side-stream-recording-with-red5/#comment-875</guid>
		<description>Hi, do you guys know if it's possible to record a stream not from a webcam but from a movieclip? My go is to create an applications where the user start to record his video from the webcam with some kind of effect applied to it, for example, a distor teffect. Something like in this website: http://66.70.39.100/</description>
		<content:encoded><![CDATA[<p>Hi, do you guys know if it&#8217;s possible to record a stream not from a webcam but from a movieclip? My go is to create an applications where the user start to record his video from the webcam with some kind of effect applied to it, for example, a distor teffect. Something like in this website: <a href="http://66.70.39.100/" >http://66.70.39.100/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: &#187; [yoy] Carl Sziebert » Server-side stream recording with Red5 A Side: What The World Is Saying About A Side</title>
		<link>http://sziebert.net/posts/server-side-stream-recording-with-red5/#comment-431</link>
		<dc:creator>&#187; [yoy] Carl Sziebert » Server-side stream recording with Red5 A Side: What The World Is Saying About A Side</dc:creator>
		<pubDate>Tue, 08 Jul 2008 23:15:15 +0000</pubDate>
		<guid isPermaLink="false">http://sziebert.net/posts/server-side-stream-recording-with-red5/#comment-431</guid>
		<description>[...] [yoy] Carl Sziebert » Server-side stream recording with Red5 &#8230;is a software engineer with a keen interest in streaming media applications. [...]</description>
		<content:encoded><![CDATA[<p>[...] [yoy] Carl Sziebert » Server-side stream recording with Red5 &#8230;is a software engineer with a keen interest in streaming media applications. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://sziebert.net/posts/server-side-stream-recording-with-red5/#comment-424</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Sat, 28 Jun 2008 16:52:06 +0000</pubDate>
		<guid isPermaLink="false">http://sziebert.net/posts/server-side-stream-recording-with-red5/#comment-424</guid>
		<description>Hi Carl,
thanks for this tutorial, very helpful! I am fairly new to Red5 and I am struggling to compile you example. I keep getting an 'app can not be resolved' error on line -&#62;	ClientBroadcastStream stream = (ClientBroadcastStream) app.getBroadcastStream(
				conn.getScope(), "hostStream");
the reason is probably because this variable is not set to the ApplicationAdapter instance but how and where do I set it? Thanks for your help, Mark</description>
		<content:encoded><![CDATA[<p>Hi Carl,<br />
thanks for this tutorial, very helpful! I am fairly new to Red5 and I am struggling to compile you example. I keep getting an &#8216;app can not be resolved&#8217; error on line -&gt;	ClientBroadcastStream stream = (ClientBroadcastStream) app.getBroadcastStream(<br />
				conn.getScope(), &#8220;hostStream&#8221;);<br />
the reason is probably because this variable is not set to the ApplicationAdapter instance but how and where do I set it? Thanks for your help, Mark</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carl Sziebert</title>
		<link>http://sziebert.net/posts/server-side-stream-recording-with-red5/#comment-408</link>
		<dc:creator>Carl Sziebert</dc:creator>
		<pubDate>Wed, 04 Jun 2008 19:02:38 +0000</pubDate>
		<guid isPermaLink="false">http://sziebert.net/posts/server-side-stream-recording-with-red5/#comment-408</guid>
		<description>@kris:

Check out the JavaDoc for ApplicationAdapter.  It has the method you are looking for.
&lt;br /&gt;
http://dl.fancycode.com/red5/api/org/red5/server/adapter/MultiThreadedApplicationAdapter.html#getBroadcastStream(org.red5.server.api.IScope,%20java.lang.String)</description>
		<content:encoded><![CDATA[<p>@kris:</p>
<p>Check out the JavaDoc for ApplicationAdapter.  It has the method you are looking for.<br />
<br />
<a href="http://dl.fancycode.com/red5/api/org/red5/server/adapter/MultiThreadedApplicationAdapter.html#getBroadcastStream" >http://dl.fancycode.com/red5/api/org/red5/server/adapter/MultiThreadedApplicationAdapter.html#getBroadcastStream</a>(org.red5.server.api.IScope,%20java.lang.String)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kris</title>
		<link>http://sziebert.net/posts/server-side-stream-recording-with-red5/#comment-407</link>
		<dc:creator>kris</dc:creator>
		<pubDate>Wed, 04 Jun 2008 07:54:58 +0000</pubDate>
		<guid isPermaLink="false">http://sziebert.net/posts/server-side-stream-recording-with-red5/#comment-407</guid>
		<description>Good day Carl and everyone . . can anyone tell me what can i import to identify the symbol getBroadcastStream();?</description>
		<content:encoded><![CDATA[<p>Good day Carl and everyone . . can anyone tell me what can i import to identify the symbol getBroadcastStream();?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carl Sziebert</title>
		<link>http://sziebert.net/posts/server-side-stream-recording-with-red5/#comment-404</link>
		<dc:creator>Carl Sziebert</dc:creator>
		<pubDate>Mon, 02 Jun 2008 18:05:25 +0000</pubDate>
		<guid isPermaLink="false">http://sziebert.net/posts/server-side-stream-recording-with-red5/#comment-404</guid>
		<description>@Moz:

You'll want to give this tutorial a look.  It's authored by one of the original Red5 developers.

http://www.joachim-bauch.de/tutorials/red5/HOWTO-StreamCustomDirectories.txt</description>
		<content:encoded><![CDATA[<p>@Moz:</p>
<p>You&#8217;ll want to give this tutorial a look.  It&#8217;s authored by one of the original Red5 developers.</p>
<p><a href="http://www.joachim-bauch.de/tutorials/red5/HOWTO-StreamCustomDirectories.txt" >http://www.joachim-bauch.de/tutorials/red5/HOWTO-StreamCustomDirectories.txt</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Moz</title>
		<link>http://sziebert.net/posts/server-side-stream-recording-with-red5/#comment-403</link>
		<dc:creator>Moz</dc:creator>
		<pubDate>Mon, 02 Jun 2008 16:08:17 +0000</pubDate>
		<guid isPermaLink="false">http://sziebert.net/posts/server-side-stream-recording-with-red5/#comment-403</guid>
		<description>Hi Carl,

Is it possible to save recored video on some other Server space rather then.. the one which Red5 Running on it?</description>
		<content:encoded><![CDATA[<p>Hi Carl,</p>
<p>Is it possible to save recored video on some other Server space rather then.. the one which Red5 Running on it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: saroj</title>
		<link>http://sziebert.net/posts/server-side-stream-recording-with-red5/#comment-399</link>
		<dc:creator>saroj</dc:creator>
		<pubDate>Tue, 27 May 2008 18:47:58 +0000</pubDate>
		<guid isPermaLink="false">http://sziebert.net/posts/server-side-stream-recording-with-red5/#comment-399</guid>
		<description>Just wanted to say "thanks a LOTTTTT" for sharing this. You are awesome :)</description>
		<content:encoded><![CDATA[<p>Just wanted to say &#8220;thanks a LOTTTTT&#8221; for sharing this. You are awesome <img src='http://sziebert.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carl Sziebert</title>
		<link>http://sziebert.net/posts/server-side-stream-recording-with-red5/#comment-382</link>
		<dc:creator>Carl Sziebert</dc:creator>
		<pubDate>Sat, 03 May 2008 22:25:19 +0000</pubDate>
		<guid isPermaLink="false">http://sziebert.net/posts/server-side-stream-recording-with-red5/#comment-382</guid>
		<description>@Greg:

The simple answer to your question is yes, but with conditions.  Unfortunately the server does not have a means to combine 2 publishing streams.  It is, however, possible to utilize ffmpeg to merge the 2 streams and then have Red5 serve the merged stream for subsequent requests.  Have a look at the documentation for ffmpeg for more info.</description>
		<content:encoded><![CDATA[<p>@Greg:</p>
<p>The simple answer to your question is yes, but with conditions.  Unfortunately the server does not have a means to combine 2 publishing streams.  It is, however, possible to utilize ffmpeg to merge the 2 streams and then have Red5 serve the merged stream for subsequent requests.  Have a look at the documentation for ffmpeg for more info.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
