<?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: New hulu styled open source video player.</title>
	<atom:link href="http://www.opthumb.com/2008/new-hulu-styled-open-source-video-player/10/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.opthumb.com/2008/new-hulu-styled-open-source-video-player/10/</link>
	<description>Actionscript, Rails, Ruby, and CSS discovery</description>
	<lastBuildDate>Sun, 24 Jul 2011 23:59:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: admin</title>
		<link>http://www.opthumb.com/2008/new-hulu-styled-open-source-video-player/10/comment-page-1/#comment-20</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 12 Aug 2009 13:21:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.opthumb.com/?p=91#comment-20</guid>
		<description>I actually stopped development on this player in favor of flowerplayer:  http://flowplayer.org/ .  Flowerplayer supports skinning and has a pretty well documented api for JS integration, and I&#039;m pretty sure that there&#039;s a Hulu skin out there.  Anywho.... about the flash embed issue, I think it might have to do with the encoding process.  I had to include different codecs when I built and compiled FFMpeg.  To test this theory, encode one of your videos right in the flash IDE (Import video).  It&#039;ll spit out an FLV that will definitely work, thus eliminating swfobject as the problem source.  Generally when I have issues with swfobject, the flash player doesn&#039;t initialize at all which is why I suspect the audio encoding.  For automated solutions, FFMpeg is extremely fragile with regards to FLV encoding (although I hear google just bought ON2 which means this might improve).  Anywho.... let me know if it works.  Cheers</description>
		<content:encoded><![CDATA[<p>I actually stopped development on this player in favor of flowerplayer:  <a href="http://flowplayer.org/" rel="nofollow">http://flowplayer.org/</a> .  Flowerplayer supports skinning and has a pretty well documented api for JS integration, and I&#8217;m pretty sure that there&#8217;s a Hulu skin out there.  Anywho&#8230;. about the flash embed issue, I think it might have to do with the encoding process.  I had to include different codecs when I built and compiled FFMpeg.  To test this theory, encode one of your videos right in the flash IDE (Import video).  It&#8217;ll spit out an FLV that will definitely work, thus eliminating swfobject as the problem source.  Generally when I have issues with swfobject, the flash player doesn&#8217;t initialize at all which is why I suspect the audio encoding.  For automated solutions, FFMpeg is extremely fragile with regards to FLV encoding (although I hear google just bought ON2 which means this might improve).  Anywho&#8230;. let me know if it works.  Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: james</title>
		<link>http://www.opthumb.com/2008/new-hulu-styled-open-source-video-player/10/comment-page-1/#comment-19</link>
		<dc:creator>james</dc:creator>
		<pubDate>Wed, 05 Aug 2009 13:09:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.opthumb.com/?p=91#comment-19</guid>
		<description>Hey,
I stumbled across this player and was shocked. I too use nginx on several servers. Kick ars app for sure.

I was wondering what you were using for a embed code or swfobject setup.
I&#039;ve been trying to get it running with mp4&#039;s + nginx mp4 streaming. Thus far I can hit play it starts playing but 0 picture. Got sound though. Tried 5 or 6 different mp4&#039;s some encoded via ffmpeg+qt-faststart some via local program.

Anyway drop me a email if this project is still up and running. I&#039;m building something that could use this player ;)</description>
		<content:encoded><![CDATA[<p>Hey,<br />
I stumbled across this player and was shocked. I too use nginx on several servers. Kick ars app for sure.</p>
<p>I was wondering what you were using for a embed code or swfobject setup.<br />
I&#8217;ve been trying to get it running with mp4&#8242;s + nginx mp4 streaming. Thus far I can hit play it starts playing but 0 picture. Got sound though. Tried 5 or 6 different mp4&#8242;s some encoded via ffmpeg+qt-faststart some via local program.</p>
<p>Anyway drop me a email if this project is still up and running. I&#8217;m building something that could use this player <img src='http://www.opthumb.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The_Walrus</title>
		<link>http://www.opthumb.com/2008/new-hulu-styled-open-source-video-player/10/comment-page-1/#comment-10</link>
		<dc:creator>The_Walrus</dc:creator>
		<pubDate>Sun, 09 Nov 2008 04:39:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.opthumb.com/?p=91#comment-10</guid>
		<description>Hey Jonathan.

I have been goofing around with Chris&#039; HULU player for about 8 hors straight, and I just can&#039;t figure something out. I thought I would contact you, since I am about to pull all of my hair out.

All I need it to do is loop back to the beginning after the video is complete. I am at a stand-still!

Can you PLEASE help me out? I know how annoying it can be for people to ask for help, but I would really apprciate it.

I suppose I am on the wrong path, but this isn&#039;t working:

&lt;code&gt;
import flash.events.Event;

video_mc.attachNetStream.addEventListener(Event.COMPLETE, onVideoDone);

function onVideoDone(evt:Event):void {
 bigPlay_mc.gotoAndStop(&quot;play&quot;);
}

&lt;/code&gt;

So can you help a brother out? Much thanks,

jim</description>
		<content:encoded><![CDATA[<p>Hey Jonathan.</p>
<p>I have been goofing around with Chris&#8217; HULU player for about 8 hors straight, and I just can&#8217;t figure something out. I thought I would contact you, since I am about to pull all of my hair out.</p>
<p>All I need it to do is loop back to the beginning after the video is complete. I am at a stand-still!</p>
<p>Can you PLEASE help me out? I know how annoying it can be for people to ask for help, but I would really apprciate it.</p>
<p>I suppose I am on the wrong path, but this isn&#8217;t working:</p>
<p><code><br />
import flash.events.Event;</p>
<p>video_mc.attachNetStream.addEventListener(Event.COMPLETE, onVideoDone);</p>
<p>function onVideoDone(evt:Event):void {<br />
 bigPlay_mc.gotoAndStop("play");<br />
}</p>
<p></code></p>
<p>So can you help a brother out? Much thanks,</p>
<p>jim</p>
]]></content:encoded>
	</item>
</channel>
</rss>

