<?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: Eddie&#8217;s FLV Player</title>
	<atom:link href="http://www.chickenwingsw.com/scratches/programming/eddies-flv-player/feed" rel="self" type="application/rss+xml" />
	<link>http://www.chickenwingsw.com/scratches/programming/eddies-flv-player</link>
	<description>Developing ideas on developing.</description>
	<lastBuildDate>Mon, 05 Jul 2010 05:03:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: yitwail</title>
		<link>http://www.chickenwingsw.com/scratches/programming/eddies-flv-player/comment-page-1#comment-10219</link>
		<dc:creator>yitwail</dc:creator>
		<pubDate>Mon, 05 Jul 2010 05:03:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.chickenwingsw.com/?p=137#comment-10219</guid>
		<description>Well, I&#039;ve managed to get it to sort of work with nginx. I had to change nginx.conf to rewrite the request like so:

        location ~ \.flv[^.]*$ {
            root   html;
            if ($args !~ &quot;start=&quot;) {
                        rewrite (.*)\.flv(.*) $1.flv?start=$2 break;
            }
            flv;
        }

phpstream appends a number to the flv filename, so this converts filename.flv0 to filename.flv&amp;start=0, etc. Only problem I&#039;m now having is that with autoload=0 &amp; autoplay=0, it still loads the flv file, and when the flv finishes playing, it reloads the whole file yet again. Hope there&#039;s a workaround.</description>
		<content:encoded><![CDATA[Well, I've managed to get it to sort of work with nginx. I had to change nginx.conf to rewrite the request like so:

        location ~ \.flv[^.]*$ {
            root   html;
            if ($args !~ "start=") {
                        rewrite (.*)\.flv(.*) $1.flv?start=$2 break;
            }
            flv;
        }

phpstream appends a number to the flv filename, so this converts filename.flv0 to filename.flv&amp;start=0, etc. Only problem I'm now having is that with autoload=0 &amp; autoplay=0, it still loads the flv file, and when the flv finishes playing, it reloads the whole file yet again. Hope there's a workaround.]]></content:encoded>
	</item>
	<item>
		<title>By: yitwail</title>
		<link>http://www.chickenwingsw.com/scratches/programming/eddies-flv-player/comment-page-1#comment-9294</link>
		<dc:creator>yitwail</dc:creator>
		<pubDate>Sun, 30 May 2010 11:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.chickenwingsw.com/?p=137#comment-9294</guid>
		<description>Eddie,

The &#039;original documentation&#039; says very little about phpstream. Would an example be too much to ask? Also, does player work with nginx or lighttpd stream servers?

Many thanks.</description>
		<content:encoded><![CDATA[Eddie,

The 'original documentation' says very little about phpstream. Would an example be too much to ask? Also, does player work with nginx or lighttpd stream servers?

Many thanks.]]></content:encoded>
	</item>
	<item>
		<title>By: Eddie Sullivan</title>
		<link>http://www.chickenwingsw.com/scratches/programming/eddies-flv-player/comment-page-1#comment-8370</link>
		<dc:creator>Eddie Sullivan</dc:creator>
		<pubDate>Thu, 01 Apr 2010 17:57:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.chickenwingsw.com/?p=137#comment-8370</guid>
		<description>Hi Leendert. Sorry for the trouble. I haven&#039;t had the opportunity to test it on Windows 7, so I&#039;m afraid I can&#039;t help you debug that.</description>
		<content:encoded><![CDATA[Hi Leendert. Sorry for the trouble. I haven't had the opportunity to test it on Windows 7, so I'm afraid I can't help you debug that.]]></content:encoded>
	</item>
	<item>
		<title>By: Leendert</title>
		<link>http://www.chickenwingsw.com/scratches/programming/eddies-flv-player/comment-page-1#comment-8365</link>
		<dc:creator>Leendert</dc:creator>
		<pubDate>Thu, 01 Apr 2010 07:15:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.chickenwingsw.com/?p=137#comment-8365</guid>
		<description>Hi Eddie,
&lt;br /&gt;&lt;br /&gt;
I found thate it probaly is caused by windows 7. On a computer with win-xp it shows (almost) directly the first frame.
&lt;br /&gt;&lt;br /&gt;
thanks for help.   Leendert.</description>
		<content:encoded><![CDATA[Hi Eddie,
<br /><br />
I found thate it probaly is caused by windows 7. On a computer with win-xp it shows (almost) directly the first frame.
<br /><br />
thanks for help.   Leendert.]]></content:encoded>
	</item>
	<item>
		<title>By: Eddie Sullivan</title>
		<link>http://www.chickenwingsw.com/scratches/programming/eddies-flv-player/comment-page-1#comment-8349</link>
		<dc:creator>Eddie Sullivan</dc:creator>
		<pubDate>Tue, 30 Mar 2010 23:51:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.chickenwingsw.com/?p=137#comment-8349</guid>
		<description>Hi Leendert.&lt;br /&gt;&lt;br /&gt;

I&#039;m sorry, then, I don&#039;t know what could be causing that. Could it be it is showing the first frame of the movie?
&lt;br /&gt;
-Eddie</description>
		<content:encoded><![CDATA[Hi Leendert.<br /><br />

I'm sorry, then, I don't know what could be causing that. Could it be it is showing the first frame of the movie?
<br />
-Eddie]]></content:encoded>
	</item>
	<item>
		<title>By: Leendert</title>
		<link>http://www.chickenwingsw.com/scratches/programming/eddies-flv-player/comment-page-1#comment-8340</link>
		<dc:creator>Leendert</dc:creator>
		<pubDate>Tue, 30 Mar 2010 08:33:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.chickenwingsw.com/?p=137#comment-8340</guid>
		<description>Hey Eddiie,
&lt;br /&gt;
Thanks for your responce but :(  My problem is; when the webpage with the player is loaded it shows the startimage when you click on the play button this image is disapearing and the playerscreen gets black for some time. After the flv is loaded for about 75% then the movie start and also the loadingbar is visuable.
&lt;br /&gt;&lt;br /&gt;
thanks</description>
		<content:encoded><![CDATA[Hey Eddiie,
<br />
Thanks for your responce but :(  My problem is; when the webpage with the player is loaded it shows the startimage when you click on the play button this image is disapearing and the playerscreen gets black for some time. After the flv is loaded for about 75% then the movie start and also the loadingbar is visuable.
<br /><br />
thanks]]></content:encoded>
	</item>
	<item>
		<title>By: Eddie Sullivan</title>
		<link>http://www.chickenwingsw.com/scratches/programming/eddies-flv-player/comment-page-1#comment-8335</link>
		<dc:creator>Eddie Sullivan</dc:creator>
		<pubDate>Mon, 29 Mar 2010 15:25:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.chickenwingsw.com/?p=137#comment-8335</guid>
		<description>Hi Leendert.&lt;br /&gt;&lt;br/&gt;
Check out the original player&#039;s documentation &lt;a href=&quot;http://flv-player.net/players/maxi/documentation/&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;, and try the &lt;b&gt;showloading&lt;/b&gt; option to show a message while initially loading or &lt;b&gt;startimage&lt;/b&gt; to show an initial screenshot.&lt;br/&gt;
Hope that helps!&lt;br/&gt;
-Eddie</description>
		<content:encoded><![CDATA[Hi Leendert.<br /><br />
Check out the original player's documentation <a href="http://flv-player.net/players/maxi/documentation/" rel="nofollow">here</a>, and try the <b>showloading</b> option to show a message while initially loading or <b>startimage</b> to show an initial screenshot.<br />
Hope that helps!<br />
-Eddie]]></content:encoded>
	</item>
	<item>
		<title>By: Leendert</title>
		<link>http://www.chickenwingsw.com/scratches/programming/eddies-flv-player/comment-page-1#comment-8332</link>
		<dc:creator>Leendert</dc:creator>
		<pubDate>Mon, 29 Mar 2010 13:39:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.chickenwingsw.com/?p=137#comment-8332</guid>
		<description>Hi Eddie,
&lt;br /&gt; &lt;br /&gt;
When having a slow internet connection it will take some time before a movie starts &quot;playing&quot;. The only thing you see is an empty player whitout showing any activity. I have tried the buffer parameters but nothing happens :(&lt;br /&gt;
Any idea how to show a buffercounter or an hourglass?&lt;br /&gt;&lt;br /&gt;

thanks.
&lt;br /&gt;&lt;br /&gt;
Leendert</description>
		<content:encoded><![CDATA[Hi Eddie,
<br /> <br />
When having a slow internet connection it will take some time before a movie starts "playing". The only thing you see is an empty player whitout showing any activity. I have tried the buffer parameters but nothing happens :(<br />
Any idea how to show a buffercounter or an hourglass?<br /><br />

thanks.
<br /><br />
Leendert]]></content:encoded>
	</item>
	<item>
		<title>By: Eddie Sullivan</title>
		<link>http://www.chickenwingsw.com/scratches/programming/eddies-flv-player/comment-page-1#comment-8076</link>
		<dc:creator>Eddie Sullivan</dc:creator>
		<pubDate>Sun, 07 Mar 2010 17:18:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.chickenwingsw.com/?p=137#comment-8076</guid>
		<description>&lt;p&gt;Hi Udayan.
&lt;/p&gt;&lt;p&gt;
Sorry, I don&#039;t know what could be causing that problem. Could it possibly be server or connection reliability issues? If you have Firefox, you can use the Firebug plugin to look for error messages in the Console and Network panels.
Good luck!
&lt;/p&gt;&lt;p&gt;
-Eddie
&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Hi Udayan.
</p><p>
Sorry, I don't know what could be causing that problem. Could it possibly be server or connection reliability issues? If you have Firefox, you can use the Firebug plugin to look for error messages in the Console and Network panels.
Good luck!
</p><p>
-Eddie
</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Udayan</title>
		<link>http://www.chickenwingsw.com/scratches/programming/eddies-flv-player/comment-page-1#comment-8075</link>
		<dc:creator>Udayan</dc:creator>
		<pubDate>Sun, 07 Mar 2010 16:12:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.chickenwingsw.com/?p=137#comment-8075</guid>
		<description>&lt;p&gt;Hey Eddie,&lt;/p&gt;
&lt;p&gt;
Good work on the FLV player. I don&#039;t really use the additional javascript features but the slider control is def better.
&lt;/p&gt;&lt;p&gt;
Anyways, I am running into an issue where the player doesn&#039;t always load. It won&#039;t show the controls or anything, and if I right click where the player should be, I don&#039;t see the flash menu. I can&#039;t figure out a pattern. If it doesn&#039;t load, hitting F5 usually works. Any idea what could be going on?
&lt;/p&gt;&lt;p&gt;
Thanks.
&lt;/p&gt;&lt;p&gt;
Udayan
&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Hey Eddie,</p>
<p>
Good work on the FLV player. I don't really use the additional javascript features but the slider control is def better.
</p><p>
Anyways, I am running into an issue where the player doesn't always load. It won't show the controls or anything, and if I right click where the player should be, I don't see the flash menu. I can't figure out a pattern. If it doesn't load, hitting F5 usually works. Any idea what could be going on?
</p><p>
Thanks.
</p><p>
Udayan
</p>]]></content:encoded>
	</item>
</channel>
</rss>
