<?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: Java movie playback: JOGL + Fobs4JMF</title>
	<atom:link href="http://blog.pirelenito.org/2008/08/java-movie-playback-jogl-fobs4jmf/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.pirelenito.org/2008/08/java-movie-playback-jogl-fobs4jmf/</link>
	<description>Thoughts dump yard</description>
	<lastBuildDate>Tue, 13 Jul 2010 21:16:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: nito</title>
		<link>http://blog.pirelenito.org/2008/08/java-movie-playback-jogl-fobs4jmf/comment-page-1/#comment-1146</link>
		<dc:creator>nito</dc:creator>
		<pubDate>Sun, 11 Apr 2010 02:58:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pirelenito.org/?p=12#comment-1146</guid>
		<description>Hi Robert,

Regarding your problem, fobs4jmf is a wrapper on top of ffmpeg and it supports a wide range of formats: 
http://en.wikipedia.org/wiki/Libavcodec

So the problem might be on the configuration of your environment. Have you follow the steps on the README file to download all the dependencies? 
http://labs.pirelenito.org/experiments/svn/java/MovieGL/README.txt

I googled for a sample MPEG1 file and found this website:
http://www.jhepple.com/support/sample_movies1.htm

If you still having trouble, don&#039;t hesitate on dropping another comment.

Good luck.</description>
		<content:encoded><![CDATA[<p>Hi Robert,</p>
<p>Regarding your problem, fobs4jmf is a wrapper on top of ffmpeg and it supports a wide range of formats:<br />
<a href="http://en.wikipedia.org/wiki/Libavcodec" rel="nofollow">http://en.wikipedia.org/wiki/Libavcodec</a></p>
<p>So the problem might be on the configuration of your environment. Have you follow the steps on the README file to download all the dependencies?<br />
<a href="http://labs.pirelenito.org/experiments/svn/java/MovieGL/README.txt" rel="nofollow">http://labs.pirelenito.org/experiments/svn/java/MovieGL/README.txt</a></p>
<p>I googled for a sample MPEG1 file and found this website:<br />
<a href="http://www.jhepple.com/support/sample_movies1.htm" rel="nofollow">http://www.jhepple.com/support/sample_movies1.htm</a></p>
<p>If you still having trouble, don&#8217;t hesitate on dropping another comment.</p>
<p>Good luck.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://blog.pirelenito.org/2008/08/java-movie-playback-jogl-fobs4jmf/comment-page-1/#comment-1145</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Sat, 10 Apr 2010 04:22:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pirelenito.org/?p=12#comment-1145</guid>
		<description>I am having trouble getting a video file to load in.  I&#039;ve tried avi, mov, ogg, and mp4 video formats. 

For the avi file, the error is

  Unable to handle format: CRAM, 320x240, FrameRate=15.0, Length=96002 0 extra bytes
Failed to realize: com.sun.media.PlaybackEngine@2bbd86
Error: Unable to realize com.sun.media.PlaybackEngine@2bbd86
Something got wrong!
javax.media.CannotRealizeException
	at javax.media.Manager.blockingCall(Manager.java:2005)
	at javax.media.Manager.createRealizedPlayer(Manager.java:528)
	at org.pirelenito.multimedia.jmf.MoviePlayer.(MoviePlayer.java:47)
	at org.pirelenito.movieGL.Main.(Main.java:117)
	at org.pirelenito.movieGL.Main.main(Main.java:108)

The .mov error message is similar.  Any guesses on what I&#039;m doing wrong?  Is there an example video that the code is known to work on?  Thanks!</description>
		<content:encoded><![CDATA[<p>I am having trouble getting a video file to load in.  I&#8217;ve tried avi, mov, ogg, and mp4 video formats. </p>
<p>For the avi file, the error is</p>
<p>  Unable to handle format: CRAM, 320&#215;240, FrameRate=15.0, Length=96002 0 extra bytes<br />
Failed to realize: com.sun.media.PlaybackEngine@2bbd86<br />
Error: Unable to realize com.sun.media.PlaybackEngine@2bbd86<br />
Something got wrong!<br />
javax.media.CannotRealizeException<br />
	at javax.media.Manager.blockingCall(Manager.java:2005)<br />
	at javax.media.Manager.createRealizedPlayer(Manager.java:528)<br />
	at org.pirelenito.multimedia.jmf.MoviePlayer.(MoviePlayer.java:47)<br />
	at org.pirelenito.movieGL.Main.(Main.java:117)<br />
	at org.pirelenito.movieGL.Main.main(Main.java:108)</p>
<p>The .mov error message is similar.  Any guesses on what I&#8217;m doing wrong?  Is there an example video that the code is known to work on?  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ali</title>
		<link>http://blog.pirelenito.org/2008/08/java-movie-playback-jogl-fobs4jmf/comment-page-1/#comment-1017</link>
		<dc:creator>Ali</dc:creator>
		<pubDate>Wed, 17 Feb 2010 14:28:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pirelenito.org/?p=12#comment-1017</guid>
		<description>Thanks you so much , I did download your source code , first i have to understand your code because i am not so strong on programing but i would love to make something new as you did .Also if i finish that i will post here to your blog . 

In case have some difficulty to find my project i will take your advice .

With best regards</description>
		<content:encoded><![CDATA[<p>Thanks you so much , I did download your source code , first i have to understand your code because i am not so strong on programing but i would love to make something new as you did .Also if i finish that i will post here to your blog . </p>
<p>In case have some difficulty to find my project i will take your advice .</p>
<p>With best regards</p>
]]></content:encoded>
	</item>
</channel>
</rss>
