<?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 for Programmer's testimony</title>
	<atom:link href="http://en.jakubiak.info/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://en.jakubiak.info</link>
	<description>My experience with: Java, JEE, Adobe Flex, PHP, Video</description>
	<lastBuildDate>Mon, 24 Oct 2011 14:00:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Red5 – the installation of administrator&#8217;s pane by Antoni Jakubiak</title>
		<link>http://en.jakubiak.info/2009/02/02/red5-%e2%80%93-the-installation-of-administrators-pane.html/comment-page-1#comment-1423</link>
		<dc:creator>Antoni Jakubiak</dc:creator>
		<pubDate>Mon, 24 Oct 2011 14:00:57 +0000</pubDate>
		<guid isPermaLink="false">http://en.jakubiak.info/2009/02/02/red5-%e2%80%93-instalacja-panelu-administratora.html#comment-1423</guid>
		<description>I have been working on this project more than 2 years ago. Now I have another job. 2 years in open source is a lot of time - I do not know how it works now.</description>
		<content:encoded><![CDATA[<p>I have been working on this project more than 2 years ago. Now I have another job. 2 years in open source is a lot of time &#8211; I do not know how it works now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Red5 – the installation of administrator&#8217;s pane by Pippuzzo</title>
		<link>http://en.jakubiak.info/2009/02/02/red5-%e2%80%93-the-installation-of-administrators-pane.html/comment-page-1#comment-1422</link>
		<dc:creator>Pippuzzo</dc:creator>
		<pubDate>Mon, 24 Oct 2011 13:14:04 +0000</pubDate>
		<guid isPermaLink="false">http://en.jakubiak.info/2009/02/02/red5-%e2%80%93-instalacja-panelu-administratora.html#comment-1422</guid>
		<description>Great!
You are right!
First instance i compiling.
Second instance is hide all...
Bye


It’s really quite disappointing that so many people have issues with the admin panel and that there isn’t any “real” documentation to follow. The developers should really invest more time on documentation for every version of Red5.

I have spent many hours looking for solutions to problems such as installing on a Windows XP machine or logging into the admin panel (that isn’t there?)

I’ve been working with windows servers and client machines for many years. I host websites on linux servers and I even use VP servers that I test stuff on and I use a macbook pro. If I were new to the business I would understand but even with my experience I find that I can install RED5 but it doesn’t work.

I’m no longer looking for a solution as I am going to abandon Red5 in favour of another solution.

To be honest I don’t know of a project that has wasted so much of my time!

If you want my advice, don’t bother, find a cheap FMS provider.</description>
		<content:encoded><![CDATA[<p>Great!<br />
You are right!<br />
First instance i compiling.<br />
Second instance is hide all&#8230;<br />
Bye</p>
<p>It’s really quite disappointing that so many people have issues with the admin panel and that there isn’t any “real” documentation to follow. The developers should really invest more time on documentation for every version of Red5.</p>
<p>I have spent many hours looking for solutions to problems such as installing on a Windows XP machine or logging into the admin panel (that isn’t there?)</p>
<p>I’ve been working with windows servers and client machines for many years. I host websites on linux servers and I even use VP servers that I test stuff on and I use a macbook pro. If I were new to the business I would understand but even with my experience I find that I can install RED5 but it doesn’t work.</p>
<p>I’m no longer looking for a solution as I am going to abandon Red5 in favour of another solution.</p>
<p>To be honest I don’t know of a project that has wasted so much of my time!</p>
<p>If you want my advice, don’t bother, find a cheap FMS provider.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Red5 and JPA with Maven2 by Jeremy</title>
		<link>http://en.jakubiak.info/2009/05/27/red5-and-jpa-with-maven2.html/comment-page-1#comment-1242</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Mon, 12 Sep 2011 12:05:15 +0000</pubDate>
		<guid isPermaLink="false">http://en.jakubiak.info/2009/05/27/red5-and-jpa-with-maven2.html#comment-1242</guid>
		<description>Same for me :


[INFO] ------------------------------------------------------------------------
[INFO] Building jakubiak-red5-core
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory /Users/jeremyfinckbohner/TAFF/Projets/jakubiak-red5/svn (trunk)/jakubiak-red5-core/target
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using &#039;UTF-8&#039; encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/jeremyfinckbohner/TAFF/Projets/jakubiak-red5/svn (trunk)/jakubiak-red5-core/src/main/resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 524 source files to /Users/jeremyfinckbohner/TAFF/Projets/jakubiak-red5/svn (trunk)/jakubiak-red5-core/target/classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /Users/jeremyfinckbohner/TAFF/Projets/jakubiak-red5/svn (trunk)/jakubiak-red5-core/src/main/java/org/red5/server/net/remoting/RemotingClient.java:[29,22] package org.apache.http does not exist

[...]

&lt;a href=&quot;#comment-1232&quot; rel=&quot;nofollow&quot;&gt;@Joris &lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Same for me :</p>
<p>[INFO] &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
[INFO] Building jakubiak-red5-core<br />
[INFO]    task-segment: [clean, install]<br />
[INFO] &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
[INFO] [clean:clean {execution: default-clean}]<br />
[INFO] Deleting directory /Users/jeremyfinckbohner/TAFF/Projets/jakubiak-red5/svn (trunk)/jakubiak-red5-core/target<br />
[INFO] [resources:resources {execution: default-resources}]<br />
[INFO] Using &#8216;UTF-8&#8242; encoding to copy filtered resources.<br />
[INFO] skip non existing resourceDirectory /Users/jeremyfinckbohner/TAFF/Projets/jakubiak-red5/svn (trunk)/jakubiak-red5-core/src/main/resources<br />
[INFO] [compiler:compile {execution: default-compile}]<br />
[INFO] Compiling 524 source files to /Users/jeremyfinckbohner/TAFF/Projets/jakubiak-red5/svn (trunk)/jakubiak-red5-core/target/classes<br />
[INFO] &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
[ERROR] COMPILATION ERROR :<br />
[INFO] &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
[ERROR] /Users/jeremyfinckbohner/TAFF/Projets/jakubiak-red5/svn (trunk)/jakubiak-red5-core/src/main/java/org/red5/server/net/remoting/RemotingClient.java:[29,22] package org.apache.http does not exist</p>
<p>[...]</p>
<p><a href="#comment-1232" rel="nofollow">@Joris </a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to start Xuggle at Red5 by JBoss AS 7 and Red5 Media Server &#124; RIA Connection</title>
		<link>http://en.jakubiak.info/2009/02/02/how-to-start-xuggle-at-red5.html/comment-page-1#comment-1236</link>
		<dc:creator>JBoss AS 7 and Red5 Media Server &#124; RIA Connection</dc:creator>
		<pubDate>Fri, 22 Jul 2011 01:46:52 +0000</pubDate>
		<guid isPermaLink="false">http://en.jakubiak.info/2009/02/02/how-to-start-xuggle-at-red5.html#comment-1236</guid>
		<description>[...] you&#8217;ll need to install Xuggler in your system. All the rest is already packed in the ear. Here&#8217;s a good guide on how to run the Xuggler test by Antoni [...]</description>
		<content:encoded><![CDATA[<p>[...] you&#8217;ll need to install Xuggler in your system. All the rest is already packed in the ear. Here&#8217;s a good guide on how to run the Xuggler test by Antoni [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Red5 and JPA with Maven2 by Joris</title>
		<link>http://en.jakubiak.info/2009/05/27/red5-and-jpa-with-maven2.html/comment-page-1#comment-1232</link>
		<dc:creator>Joris</dc:creator>
		<pubDate>Tue, 14 Jun 2011 12:08:55 +0000</pubDate>
		<guid isPermaLink="false">http://en.jakubiak.info/2009/05/27/red5-and-jpa-with-maven2.html#comment-1232</guid>
		<description>I checked out the trunk of http://jakubiak-red5.googlecode.com/svn but when I go to the jakubiak-red5-pom directory and run 

mvn clean install

I get a large number of compilation errors in jakubiak-red5-core:

\workspace\red5-project\jakubiak-red5\jakubiak-red5-core\src\main\java\org\red5\server\net\remoting\RemotingClient.java:[29,22] package org.apache.http does not exist

(...)

\workspace\red5-project\jakubiak-red5\jakubiak-red5-core\src\main\java\org\red5\io\m4a\impl\M4AReader.java:[334,29] cannot find symbol
symbol  : variable ToStringBuilder
location: class org.red5.io.m4a.impl.M4AReader

This is my Maven version: mvn -version
Apache Maven 2.2.1 (r801777; 2009-08-06 21:16:01+0200)
Java version: 1.6.0_14
Java home: C:\Program Files\Java\jdk1.6.0_14\jre
Default locale: nl_NL, platform encoding: Cp1252
OS name: &quot;windows xp&quot; version: &quot;5.1&quot; arch: &quot;x86&quot; Family: &quot;windows&quot;</description>
		<content:encoded><![CDATA[<p>I checked out the trunk of <a href="http://jakubiak-red5.googlecode.com/svn" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/jakubiak-red5.googlecode.com/svn?referer=');">http://jakubiak-red5.googlecode.com/svn</a> but when I go to the jakubiak-red5-pom directory and run </p>
<p>mvn clean install</p>
<p>I get a large number of compilation errors in jakubiak-red5-core:</p>
<p>\workspace\red5-project\jakubiak-red5\jakubiak-red5-core\src\main\java\org\red5\server\net\remoting\RemotingClient.java:[29,22] package org.apache.http does not exist</p>
<p>(&#8230;)</p>
<p>\workspace\red5-project\jakubiak-red5\jakubiak-red5-core\src\main\java\org\red5\io\m4a\impl\M4AReader.java:[334,29] cannot find symbol<br />
symbol  : variable ToStringBuilder<br />
location: class org.red5.io.m4a.impl.M4AReader</p>
<p>This is my Maven version: mvn -version<br />
Apache Maven 2.2.1 (r801777; 2009-08-06 21:16:01+0200)<br />
Java version: 1.6.0_14<br />
Java home: C:\Program Files\Java\jdk1.6.0_14\jre<br />
Default locale: nl_NL, platform encoding: Cp1252<br />
OS name: &#8220;windows xp&#8221; version: &#8220;5.1&#8243; arch: &#8220;x86&#8243; Family: &#8220;windows&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Red5 and JPA with Maven2 by VJ</title>
		<link>http://en.jakubiak.info/2009/05/27/red5-and-jpa-with-maven2.html/comment-page-1#comment-1225</link>
		<dc:creator>VJ</dc:creator>
		<pubDate>Tue, 26 Apr 2011 07:43:32 +0000</pubDate>
		<guid isPermaLink="false">http://en.jakubiak.info/2009/05/27/red5-and-jpa-with-maven2.html#comment-1225</guid>
		<description>I have a requirement where users can stream videos from red5 on flash plugin. The video can be switched to pay mode anytime. For instance, if a unpaid user is watching this video and the mode is changed to paymode, the user should be alerted about this change. will it be possible to send requests to reauthenticate at regular intervals to server?</description>
		<content:encoded><![CDATA[<p>I have a requirement where users can stream videos from red5 on flash plugin. The video can be switched to pay mode anytime. For instance, if a unpaid user is watching this video and the mode is changed to paymode, the user should be alerted about this change. will it be possible to send requests to reauthenticate at regular intervals to server?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Xuggle + Red5 = Hello World by Bashar</title>
		<link>http://en.jakubiak.info/2009/02/02/xuggle-red5-hello-world.html/comment-page-1#comment-1224</link>
		<dc:creator>Bashar</dc:creator>
		<pubDate>Thu, 14 Apr 2011 20:16:30 +0000</pubDate>
		<guid isPermaLink="false">http://en.jakubiak.info/2009/02/02/xuggle-red5-hello-world.html#comment-1224</guid>
		<description>Hi,

I am addressing this question to you and Art of course! 

Moving from running the publisher demo with xuggler, how can we integrate xuggle into our own streaming projects on red5? I cannot find any sample, tutorial, or source code on how to integrate xuggler to process a live stream for example.

I will appreciate any hint in this regards. Thanks again for the material you have provided so far :)

Cheers</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am addressing this question to you and Art of course! </p>
<p>Moving from running the publisher demo with xuggler, how can we integrate xuggle into our own streaming projects on red5? I cannot find any sample, tutorial, or source code on how to integrate xuggler to process a live stream for example.</p>
<p>I will appreciate any hint in this regards. Thanks again for the material you have provided so far <img src='http://en.jakubiak.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Xuggle + Red5 = Hello World by miguel</title>
		<link>http://en.jakubiak.info/2009/02/02/xuggle-red5-hello-world.html/comment-page-1#comment-1220</link>
		<dc:creator>miguel</dc:creator>
		<pubDate>Sat, 02 Apr 2011 04:04:47 +0000</pubDate>
		<guid isPermaLink="false">http://en.jakubiak.info/2009/02/02/xuggle-red5-hello-world.html#comment-1220</guid>
		<description>Hello,  I&#039;m using red5 media server and I have some questions. How many concurrent connections support red5??, And what depends it?. Because  I will need more hardware for my server or bandwidth. I am using to test a machine with the following characteristics: 4 ram, quad core 3 Ghz processor and bandwidth of 1Mb. I have these concerns because in the future, i could have between 100,000 to 500,000 users concurrents.

How much kb/s transmitted red5 a video?? And the last questions if i use red5 with xuggler, the transmission would be improved, that&#039;s to say I would have more users concurrent.

thanks for all, regards.</description>
		<content:encoded><![CDATA[<p>Hello,  I&#8217;m using red5 media server and I have some questions. How many concurrent connections support red5??, And what depends it?. Because  I will need more hardware for my server or bandwidth. I am using to test a machine with the following characteristics: 4 ram, quad core 3 Ghz processor and bandwidth of 1Mb. I have these concerns because in the future, i could have between 100,000 to 500,000 users concurrents.</p>
<p>How much kb/s transmitted red5 a video?? And the last questions if i use red5 with xuggler, the transmission would be improved, that&#8217;s to say I would have more users concurrent.</p>
<p>thanks for all, regards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RTMP – how it make YouTube? by extracting RTMP url from youtube</title>
		<link>http://en.jakubiak.info/2009/10/07/rtmp-%e2%80%93-how-it-make-youtube.html/comment-page-1#comment-1219</link>
		<dc:creator>extracting RTMP url from youtube</dc:creator>
		<pubDate>Fri, 25 Mar 2011 06:27:13 +0000</pubDate>
		<guid isPermaLink="false">http://en.jakubiak.info/2009/10/07/rtmp-%e2%80%93-how-it-made-youtube.html#comment-1219</guid>
		<description>[...] check this link, youtube uses rtmp url, but doesnt shows up http://en.jakubiak.info/2009/10/07/r...e-youtube.html [...]</description>
		<content:encoded><![CDATA[<p>[...] check this link, youtube uses rtmp url, but doesnt shows up <a href="http://en.jakubiak.info/2009/10/07/r...e-youtube.html" rel="nofollow">http://en.jakubiak.info/2009/10/07/r&#8230;e-youtube.html</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Multimedia Conversion Server by Sujal</title>
		<link>http://en.jakubiak.info/2009/02/14/multimedia-conversion-server.html/comment-page-1#comment-1218</link>
		<dc:creator>Sujal</dc:creator>
		<pubDate>Thu, 17 Mar 2011 09:39:39 +0000</pubDate>
		<guid isPermaLink="false">http://en.jakubiak.info/2009/02/14/multimedia-conversion-server.html#comment-1218</guid>
		<description>I would like to test the project. It would be great if you can you provide me with the access to the multimedia conversion server</description>
		<content:encoded><![CDATA[<p>I would like to test the project. It would be great if you can you provide me with the access to the multimedia conversion server</p>
]]></content:encoded>
	</item>
</channel>
</rss>

