<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: JMPlayer &#8211; Embedding MPlayer in Java</title>
	<atom:link href="http://beradrian.wordpress.com/2008/01/30/jmplayer/feed/" rel="self" type="application/rss+xml" />
	<link>http://beradrian.wordpress.com/2008/01/30/jmplayer/</link>
	<description>Web and Software</description>
	<lastBuildDate>Sun, 20 Dec 2009 20:53:19 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Adrian</title>
		<link>http://beradrian.wordpress.com/2008/01/30/jmplayer/#comment-669</link>
		<dc:creator>Adrian</dc:creator>
		<pubDate>Mon, 02 Nov 2009 18:04:11 +0000</pubDate>
		<guid isPermaLink="false">http://beradrian.wordpress.com/?p=35#comment-669</guid>
		<description>Have you tried 
s.print(“loadfile http://94.232.114.240:6804 1\n”);
s.flush();
?
Opening the same URLs from the GUI does work?</description>
		<content:encoded><![CDATA[<p>Have you tried<br />
s.print(“loadfile <a href="http://94.232.114.240:6804" rel="nofollow">http://94.232.114.240:6804</a> 1\n”);<br />
s.flush();<br />
?<br />
Opening the same URLs from the GUI does work?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://beradrian.wordpress.com/2008/01/30/jmplayer/#comment-664</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Sun, 01 Nov 2009 13:41:16 +0000</pubDate>
		<guid isPermaLink="false">http://beradrian.wordpress.com/?p=35#comment-664</guid>
		<description>Adrian, sorry this took a long time.
Appending 1 doesn&#039;t work. Still mplayer quits.
What exactly do you mean by escape backslash?. there is the code:
s.print(&quot;loadfile http://94.232.114.240:6804 0\n&quot;);</description>
		<content:encoded><![CDATA[<p>Adrian, sorry this took a long time.<br />
Appending 1 doesn&#8217;t work. Still mplayer quits.<br />
What exactly do you mean by escape backslash?. there is the code:<br />
s.print(&#8220;loadfile <a href="http://94.232.114.240:6804" rel="nofollow">http://94.232.114.240:6804</a> 0\n&#8221;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sheldon</title>
		<link>http://beradrian.wordpress.com/2008/01/30/jmplayer/#comment-509</link>
		<dc:creator>Sheldon</dc:creator>
		<pubDate>Thu, 08 Oct 2009 17:13:10 +0000</pubDate>
		<guid isPermaLink="false">http://beradrian.wordpress.com/?p=35#comment-509</guid>
		<description>While reviewing the protocol documents, I noticed that under the Slave Protocol, there is something called &quot;change_rectangle&quot;.  There are also properties for &quot;height&quot; and &quot;width&quot;.  But as best I can tell, these don&#039;t seem to do anything.  Or I am sending them wrong.  

Any ideas on what these commands/properties do and/or how to use them?

There is an option to set the location and size of the video window when the application starts, but I can&#039;t seem to find a way to move or adjust its size once the window is open.

Just curious if anyone has tried these commands and/or if they even work.

Thanks.</description>
		<content:encoded><![CDATA[<p>While reviewing the protocol documents, I noticed that under the Slave Protocol, there is something called &#8220;change_rectangle&#8221;.  There are also properties for &#8220;height&#8221; and &#8220;width&#8221;.  But as best I can tell, these don&#8217;t seem to do anything.  Or I am sending them wrong.  </p>
<p>Any ideas on what these commands/properties do and/or how to use them?</p>
<p>There is an option to set the location and size of the video window when the application starts, but I can&#8217;t seem to find a way to move or adjust its size once the window is open.</p>
<p>Just curious if anyone has tried these commands and/or if they even work.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrian</title>
		<link>http://beradrian.wordpress.com/2008/01/30/jmplayer/#comment-488</link>
		<dc:creator>Adrian</dc:creator>
		<pubDate>Fri, 02 Oct 2009 21:16:53 +0000</pubDate>
		<guid isPermaLink="false">http://beradrian.wordpress.com/?p=35#comment-488</guid>
		<description>Unfortunately I don&#039;t know a (simple) way to do this. For sure you will need to write JNI code for doing it.</description>
		<content:encoded><![CDATA[<p>Unfortunately I don&#8217;t know a (simple) way to do this. For sure you will need to write JNI code for doing it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sheldon</title>
		<link>http://beradrian.wordpress.com/2008/01/30/jmplayer/#comment-484</link>
		<dc:creator>Sheldon</dc:creator>
		<pubDate>Fri, 02 Oct 2009 13:37:12 +0000</pubDate>
		<guid isPermaLink="false">http://beradrian.wordpress.com/?p=35#comment-484</guid>
		<description>Great article.  Thanks for posting this.

One question:  Has anyone been successful in embedding the player in the associated java application?  Right now, I&#039;ve got everything working, but the MPLayer always opens in its own window.  I&#039;d like MPlayer to open up in a Frame within the java app.  Is that possible?

Thanks again for the posting.</description>
		<content:encoded><![CDATA[<p>Great article.  Thanks for posting this.</p>
<p>One question:  Has anyone been successful in embedding the player in the associated java application?  Right now, I&#8217;ve got everything working, but the MPLayer always opens in its own window.  I&#8217;d like MPlayer to open up in a Frame within the java app.  Is that possible?</p>
<p>Thanks again for the posting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrian</title>
		<link>http://beradrian.wordpress.com/2008/01/30/jmplayer/#comment-339</link>
		<dc:creator>Adrian</dc:creator>
		<pubDate>Wed, 29 Jul 2009 08:45:38 +0000</pubDate>
		<guid isPermaLink="false">http://beradrian.wordpress.com/?p=35#comment-339</guid>
		<description>loadfile should work. I think you should escape the backslash (simply double it). Try also with append = 1.</description>
		<content:encoded><![CDATA[<p>loadfile should work. I think you should escape the backslash (simply double it). Try also with append = 1.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://beradrian.wordpress.com/2008/01/30/jmplayer/#comment-338</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Wed, 29 Jul 2009 08:12:49 +0000</pubDate>
		<guid isPermaLink="false">http://beradrian.wordpress.com/?p=35#comment-338</guid>
		<description>Thank&#039;s for this tutorial.
My project involves only sound and url instead of files. Your sample code works great to open first url.
But how to (click a button or enter in menu as SMPlayer) and open another url? loadfile doesn&#039;t seem to work, mplayer quit! What may be the code for an empty play function and send url&#039;s as string to open?
Thank&#039;s again.</description>
		<content:encoded><![CDATA[<p>Thank&#8217;s for this tutorial.<br />
My project involves only sound and url instead of files. Your sample code works great to open first url.<br />
But how to (click a button or enter in menu as SMPlayer) and open another url? loadfile doesn&#8217;t seem to work, mplayer quit! What may be the code for an empty play function and send url&#8217;s as string to open?<br />
Thank&#8217;s again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrian</title>
		<link>http://beradrian.wordpress.com/2008/01/30/jmplayer/#comment-323</link>
		<dc:creator>Adrian</dc:creator>
		<pubDate>Mon, 13 Jul 2009 12:28:53 +0000</pubDate>
		<guid isPermaLink="false">http://beradrian.wordpress.com/?p=35#comment-323</guid>
		<description>As far as I know, this is not possible. At least in easy way. Maybe using JNI and making your code totally platform dependent.</description>
		<content:encoded><![CDATA[<p>As far as I know, this is not possible. At least in easy way. Maybe using JNI and making your code totally platform dependent.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zzzin</title>
		<link>http://beradrian.wordpress.com/2008/01/30/jmplayer/#comment-321</link>
		<dc:creator>zzzin</dc:creator>
		<pubDate>Thu, 09 Jul 2009 13:11:26 +0000</pubDate>
		<guid isPermaLink="false">http://beradrian.wordpress.com/?p=35#comment-321</guid>
		<description>Can I put Mplayer in a new Jframe??</description>
		<content:encoded><![CDATA[<p>Can I put Mplayer in a new Jframe??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrian</title>
		<link>http://beradrian.wordpress.com/2008/01/30/jmplayer/#comment-319</link>
		<dc:creator>Adrian</dc:creator>
		<pubDate>Fri, 03 Jul 2009 10:21:29 +0000</pubDate>
		<guid isPermaLink="false">http://beradrian.wordpress.com/?p=35#comment-319</guid>
		<description>I guess that the delay is due to the fact that MPlayer is loading the video. I don&#039;t know if you can do something like preload.
You can load list dinamically. Please see the command &quot;loadlist  &quot; from slave mode documentation.</description>
		<content:encoded><![CDATA[<p>I guess that the delay is due to the fact that MPlayer is loading the video. I don&#8217;t know if you can do something like preload.<br />
You can load list dinamically. Please see the command &#8220;loadlist  &#8221; from slave mode documentation.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
