<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Universal Media Server &#8211; Spirton</title>
	<atom:link href="https://www.spirton.com/category/universal-media-server/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.spirton.com</link>
	<description></description>
	<lastBuildDate>Tue, 28 Jul 2020 02:22:55 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.4</generator>
	<item>
		<title>MPlayer &#038; MEncoder SB66 for macOS released</title>
		<link>https://www.spirton.com/mplayer-mencoder-sb66-for-macos-released/</link>
					<comments>https://www.spirton.com/mplayer-mencoder-sb66-for-macos-released/#respond</comments>
		
		<dc:creator><![CDATA[SubJunk]]></dc:creator>
		<pubDate>Tue, 28 Jul 2020 02:22:54 +0000</pubDate>
				<category><![CDATA[MPlayer & MEncoder]]></category>
		<category><![CDATA[PS3 Media Server]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Universal Media Server]]></category>
		<guid isPermaLink="false">http://www.spirton.com/?p=1763</guid>

					<description><![CDATA[For more details, please see the main post. This is the first macOS release, and will only work on Catalina. It was made for that reason, because I could not find any other static MEncoder builds that work on Catalina.]]></description>
										<content:encoded><![CDATA[<p><img decoding="async" class="alignright size-full wp-image-1030" src="https://www.spirton.com/wp-content/uploads/2012/09/500px-MPlayer.png" alt="MPlayer logo" width="240" height="205"><br />
For more details, please see <a href="https://www.spirton.com/mplayer-mencoder-subjunk-build/">the main post</a>.</p>
<p><a href="http://sourceforge.net/projects/mplayer-sb/files/MPlayerMEncoder-SB66-macOS.zip/download"><img decoding="async" src="http://www.redskiesguild.com/urbanterror/uploads/urtplus-download.png" alt=""></a></p>
<p>This is the first macOS release, and will only work on Catalina. It was made for that reason, because I could not find any other static MEncoder builds that work on Catalina.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.spirton.com/mplayer-mencoder-sb66-for-macos-released/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Universal Media Server 8.0.0 released</title>
		<link>https://www.spirton.com/universal-media-server-8-0-0-released/</link>
					<comments>https://www.spirton.com/universal-media-server-8-0-0-released/#respond</comments>
		
		<dc:creator><![CDATA[SubJunk]]></dc:creator>
		<pubDate>Mon, 01 Apr 2019 01:15:32 +0000</pubDate>
				<category><![CDATA[AviSynth]]></category>
		<category><![CDATA[FFmpeg]]></category>
		<category><![CDATA[PS3 Media Server]]></category>
		<category><![CDATA[Universal Media Server]]></category>
		<guid isPermaLink="false">http://www.spirton.com/?p=1750</guid>

					<description><![CDATA[This adds a new user interface for web content on the new Shared Content tab, greatly improves memory use and browsing speed, stability, subtitle support and customization, and more! Download Release details]]></description>
										<content:encoded><![CDATA[<p><a href="http://www.universalmediaserver.com"><img fetchpriority="high" decoding="async" class="alignright size-full wp-image-1030" title="UMS-Logo2" src="https://www.spirton.com/wp-content/uploads/2012/05/UMS-Logo2.png" alt="" width="240" height="239" srcset="https://www.spirton.com/wp-content/uploads/2012/05/UMS-Logo2.png 240w, https://www.spirton.com/wp-content/uploads/2012/05/UMS-Logo2-150x150.png 150w" sizes="(max-width: 240px) 100vw, 240px" /></a><br />
This adds a new user interface for web content on the new Shared Content tab, greatly improves memory use and browsing speed, stability, subtitle support and customization, and more!</p>
<p><a href="http://www.universalmediaserver.com">Download</a></p>
<p><a href="https://www.universalmediaserver.com/forum/viewtopic.php?f=8&amp;t=13523">Release details</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.spirton.com/universal-media-server-8-0-0-released/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Fastest way to read files in Java</title>
		<link>https://www.spirton.com/fastest-way-to-read-files-in-java/</link>
					<comments>https://www.spirton.com/fastest-way-to-read-files-in-java/#comments</comments>
		
		<dc:creator><![CDATA[SubJunk]]></dc:creator>
		<pubDate>Mon, 17 Sep 2018 23:54:27 +0000</pubDate>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Universal Media Server]]></category>
		<guid isPermaLink="false">http://www.spirton.com/?p=1741</guid>

					<description><![CDATA[Introduction: In the Universal Media Server project, we recently ran some benchmarks to discover the fastest way to read files, particularly big files like HD movies. We tested four methods using an automatic benchmark script: FileChannel using File input FileChannel using Path input DataInputStream using File input RandomAccessFile using File input We tested these on [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><strong>Introduction:</strong></p>
<p>In the Universal Media Server project, we recently ran some benchmarks to discover the fastest way to read files, particularly big files like HD movies. We tested four methods using an automatic benchmark script:</p>
<ol>
<li><code>FileChannel</code> using <code>File</code> input</li>
<li><code>FileChannel</code> using <code>Path</code> input</li>
<li><code>DataInputStream</code> using <code>File</code> input</li>
<li><code>RandomAccessFile</code> using <code>File</code> input</li>
</ol>
<p>We tested these on different hard drives with different rotation speeds, and with files from 600MB up to 22GB each, and using 1-100 threads to see what effect that had on the results.</p>
<p><strong>Results:</strong></p>
<p>We experienced different results but on average for our use case, we found that the two <code>FileChannel</code> methods were the best, and went with the second option since the Path input is the newer syntax in Java. The <code>DataInputStream</code> and <code>RandomAccessFile</code> had significantly slow outliers that had been causing problems on some hard drives.</p>
<p><strong>My results:</strong></p>
<p>FileChannel using File input:<br />
<code>Benchmarking of hashing 152000 files using 1 thread took 57277 ms (376824 ns average per file)</code><br />
<code>Benchmarking of hashing 152000 files using 100 threads took 20130 ms (132437 ns average per file)</code></p>
<p>FileChannel using Path input:<br />
<code>Benchmarking of hashing 152000 files using 1 thread took 56675 ms (372867 ns average per file)</code><br />
<code>Benchmarking of hashing 152000 files using 100 threads took 21373 ms (140615 ns average per file)</code></p>
<p>DataInputStream using File input:<br />
<code>Benchmarking of hashing 152000 files using 1 thread took 75716 ms (498133 ns average per file)</code><br />
<code>Benchmarking of hashing 152000 files using 100 threads took 330825 ms (2176486 ns average per file)</code></p>
<p>RandomAccessFile using File input:<br />
<code>Benchmarking of hashing 152000 files using 1 thread took 51090 ms (336121 ns average per file)</code><br />
<code>Benchmarking of hashing 152000 files using 100 threads took 326446 ms (2147671 ns average per file)</code></p>
<p>For other results and more details, check out <a href="https://github.com/UniversalMediaServer/UniversalMediaServer/pull/1462">the branch with the benchmarking code</a></p>
<p>Also note that we were doing a specific type of hashing that is used by <a href="https://www.opensubtitles.org">OpenSubtitles</a>, which involves reading the beginning and end of the file, so other uses of the reads may give different results.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.spirton.com/fastest-way-to-read-files-in-java/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Universal Media Server 7.0.0 released</title>
		<link>https://www.spirton.com/universal-media-server-7-0-0-released/</link>
					<comments>https://www.spirton.com/universal-media-server-7-0-0-released/#respond</comments>
		
		<dc:creator><![CDATA[SubJunk]]></dc:creator>
		<pubDate>Tue, 27 Mar 2018 05:18:25 +0000</pubDate>
				<category><![CDATA[AviSynth]]></category>
		<category><![CDATA[FFmpeg]]></category>
		<category><![CDATA[PS3 Media Server]]></category>
		<category><![CDATA[Universal Media Server]]></category>
		<guid isPermaLink="false">http://www.spirton.com/?p=1735</guid>

					<description><![CDATA[This release adds new features to dynamically sort and add your media, most notably there are new &#8220;TV Shows&#8221; and &#8220;Movies&#8221; folders that are populated automatically with content from your shared folders. Download Release details]]></description>
										<content:encoded><![CDATA[<p><a href="http://www.universalmediaserver.com"><img decoding="async" class="alignright size-full wp-image-1030" title="UMS-Logo2" src="https://www.spirton.com/wp-content/uploads/2012/05/UMS-Logo2.png" alt="" width="240" height="239" srcset="https://www.spirton.com/wp-content/uploads/2012/05/UMS-Logo2.png 240w, https://www.spirton.com/wp-content/uploads/2012/05/UMS-Logo2-150x150.png 150w" sizes="(max-width: 240px) 100vw, 240px" /></a><br />
This release adds new features to dynamically sort and add your media, most notably there are new &#8220;TV Shows&#8221; and &#8220;Movies&#8221; folders that are populated automatically with content from your shared folders.</p>
<p><a href="http://www.universalmediaserver.com">Download</a></p>
<p><a href="http://www.universalmediaserver.com/forum/viewtopic.php?f=3&#038;t=12407">Release details</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.spirton.com/universal-media-server-7-0-0-released/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Universal Media Server 7.0.0-b1 released</title>
		<link>https://www.spirton.com/universal-media-server-7-0-0-b1-released/</link>
					<comments>https://www.spirton.com/universal-media-server-7-0-0-b1-released/#respond</comments>
		
		<dc:creator><![CDATA[SubJunk]]></dc:creator>
		<pubDate>Sat, 25 Mar 2017 23:34:33 +0000</pubDate>
				<category><![CDATA[PS3 Media Server]]></category>
		<category><![CDATA[Universal Media Server]]></category>
		<guid isPermaLink="false">http://www.spirton.com/?p=1732</guid>

					<description><![CDATA[The 7.0.0 version adds new features to dynamically sort your media, most notably there are new &#8220;TV Shows&#8221; and &#8220;Movies&#8221; folders that are populated automatically with content from your shared folders. Release details and download]]></description>
										<content:encoded><![CDATA[<p><a href="http://www.universalmediaserver.com"><img loading="lazy" decoding="async" class="alignright size-full wp-image-1030" title="UMS-Logo2" src="https://www.spirton.com/wp-content/uploads/2012/05/UMS-Logo2.png" alt="" width="240" height="239" srcset="https://www.spirton.com/wp-content/uploads/2012/05/UMS-Logo2.png 240w, https://www.spirton.com/wp-content/uploads/2012/05/UMS-Logo2-150x150.png 150w" sizes="auto, (max-width: 240px) 100vw, 240px" /></a><br />
The 7.0.0 version adds new features to dynamically sort your media, most notably there are new &#8220;TV Shows&#8221; and &#8220;Movies&#8221; folders that are populated automatically with content from your shared folders.</p>
<p><a href="http://www.universalmediaserver.com/forum/viewtopic.php?f=3&#038;t=9280">Release details and download</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.spirton.com/universal-media-server-7-0-0-b1-released/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Universal Media Server 6.5.0 released</title>
		<link>https://www.spirton.com/universal-media-server-6-5-0-released/</link>
					<comments>https://www.spirton.com/universal-media-server-6-5-0-released/#respond</comments>
		
		<dc:creator><![CDATA[SubJunk]]></dc:creator>
		<pubDate>Mon, 01 Aug 2016 05:45:36 +0000</pubDate>
				<category><![CDATA[PS3 Media Server]]></category>
		<category><![CDATA[Universal Media Server]]></category>
		<guid isPermaLink="false">http://www.spirton.com/?p=1729</guid>

					<description><![CDATA[We have added support for LG Blu-ray players and Naim Mu-So wireless audio systems, improved support for Panasonic and Samsung TVs and the VLC app, fixed videos being transcoded too often, fixed a bunch of bugs, and more! Download Release details]]></description>
										<content:encoded><![CDATA[<p><a href="http://www.universalmediaserver.com"><img loading="lazy" decoding="async" class="alignright size-full wp-image-1030" title="UMS-Logo2" src="https://www.spirton.com/wp-content/uploads/2012/05/UMS-Logo2.png" alt="" width="240" height="239" srcset="https://www.spirton.com/wp-content/uploads/2012/05/UMS-Logo2.png 240w, https://www.spirton.com/wp-content/uploads/2012/05/UMS-Logo2-150x150.png 150w" sizes="auto, (max-width: 240px) 100vw, 240px" /></a><br />
We have added support for LG Blu-ray players and Naim Mu-So wireless audio systems, improved support for Panasonic and Samsung TVs and the VLC app, fixed videos being transcoded too often, fixed a bunch of bugs, and more!</p>
<p><a href="http://www.universalmediaserver.com">Download</a></p>
<p><a href="http://www.universalmediaserver.com/forum/viewtopic.php?f=3&#038;t=8527">Release details</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.spirton.com/universal-media-server-6-5-0-released/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Universal Media Server 6.3.0 released</title>
		<link>https://www.spirton.com/universal-media-server-6-3-0-released/</link>
					<comments>https://www.spirton.com/universal-media-server-6-3-0-released/#respond</comments>
		
		<dc:creator><![CDATA[SubJunk]]></dc:creator>
		<pubDate>Sat, 07 May 2016 06:09:20 +0000</pubDate>
				<category><![CDATA[PS3 Media Server]]></category>
		<category><![CDATA[Universal Media Server]]></category>
		<guid isPermaLink="false">http://www.spirton.com/?p=1724</guid>

					<description><![CDATA[This release adds and improves support for Yamaha, Miracast and Panasonic devices, 3D and 2D subtitles, improves transcoding quality and speed, squashes bugs, and more! Download Release details]]></description>
										<content:encoded><![CDATA[<p><a href="http://www.universalmediaserver.com"><img loading="lazy" decoding="async" class="alignright size-full wp-image-1030" title="UMS-Logo2" src="https://www.spirton.com/wp-content/uploads/2012/05/UMS-Logo2.png" alt="" width="240" height="239" srcset="https://www.spirton.com/wp-content/uploads/2012/05/UMS-Logo2.png 240w, https://www.spirton.com/wp-content/uploads/2012/05/UMS-Logo2-150x150.png 150w" sizes="auto, (max-width: 240px) 100vw, 240px" /></a><br />
This release adds and improves support for Yamaha, Miracast and Panasonic devices, 3D and 2D subtitles, improves transcoding quality and speed, squashes bugs, and more!</p>
<p><a href="http://www.universalmediaserver.com">Download</a></p>
<p><a href="http://www.universalmediaserver.com/forum/viewtopic.php?f=3&#038;t=7872">Release details</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.spirton.com/universal-media-server-6-3-0-released/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Universal Media Server 6.0.0-b1 released</title>
		<link>https://www.spirton.com/universal-media-server-6-0-0-b1-released/</link>
					<comments>https://www.spirton.com/universal-media-server-6-0-0-b1-released/#respond</comments>
		
		<dc:creator><![CDATA[SubJunk]]></dc:creator>
		<pubDate>Mon, 28 Dec 2015 22:40:31 +0000</pubDate>
				<category><![CDATA[PS3 Media Server]]></category>
		<category><![CDATA[Universal Media Server]]></category>
		<guid isPermaLink="false">http://www.spirton.com/?p=1716</guid>

					<description><![CDATA[This release adds actions when media has been fully played and improves accuracy of timers on the Status tab. Download Release details]]></description>
										<content:encoded><![CDATA[<p><a href="http://www.universalmediaserver.com"><img loading="lazy" decoding="async" class="alignright size-full wp-image-1030" title="UMS-Logo2" src="https://www.spirton.com/wp-content/uploads/2012/05/UMS-Logo2.png" alt="" width="240" height="239" srcset="https://www.spirton.com/wp-content/uploads/2012/05/UMS-Logo2.png 240w, https://www.spirton.com/wp-content/uploads/2012/05/UMS-Logo2-150x150.png 150w" sizes="auto, (max-width: 240px) 100vw, 240px" /></a><br />
This release adds actions when media has been fully played and improves accuracy of timers on the Status tab.</p>
<p><a href="http://www.universalmediaserver.com">Download</a></p>
<p><a href="http://www.universalmediaserver.com/forum/viewtopic.php?f=3&#038;t=5850">Release details</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.spirton.com/universal-media-server-6-0-0-b1-released/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Universal Media Server 5.4.0 released</title>
		<link>https://www.spirton.com/universal-media-server-5-4-0-released/</link>
					<comments>https://www.spirton.com/universal-media-server-5-4-0-released/#respond</comments>
		
		<dc:creator><![CDATA[SubJunk]]></dc:creator>
		<pubDate>Mon, 28 Dec 2015 22:39:17 +0000</pubDate>
				<category><![CDATA[PS3 Media Server]]></category>
		<category><![CDATA[Universal Media Server]]></category>
		<guid isPermaLink="false">http://www.spirton.com/?p=1714</guid>

					<description><![CDATA[This release adds support for AnyCast, Miracast M806 and more Sony Bravia TVs, improves speed, file support, renderer support, bugfixes and more! Download Release details]]></description>
										<content:encoded><![CDATA[<p><a href="http://www.universalmediaserver.com"><img loading="lazy" decoding="async" class="alignright size-full wp-image-1030" title="UMS-Logo2" src="https://www.spirton.com/wp-content/uploads/2012/05/UMS-Logo2.png" alt="" width="240" height="239" srcset="https://www.spirton.com/wp-content/uploads/2012/05/UMS-Logo2.png 240w, https://www.spirton.com/wp-content/uploads/2012/05/UMS-Logo2-150x150.png 150w" sizes="auto, (max-width: 240px) 100vw, 240px" /></a><br />
This release adds support for AnyCast, Miracast M806 and more Sony Bravia TVs, improves speed, file support, renderer support, bugfixes and more!</p>
<p><a href="http://www.universalmediaserver.com">Download</a></p>
<p><a href="http://www.universalmediaserver.com/forum/viewtopic.php?f=3&#038;t=5849">Release details</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.spirton.com/universal-media-server-5-4-0-released/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Universal Media Server 5.2.2 released</title>
		<link>https://www.spirton.com/universal-media-server-5-2-2-released/</link>
					<comments>https://www.spirton.com/universal-media-server-5-2-2-released/#respond</comments>
		
		<dc:creator><![CDATA[SubJunk]]></dc:creator>
		<pubDate>Thu, 13 Aug 2015 08:59:58 +0000</pubDate>
				<category><![CDATA[PS3 Media Server]]></category>
		<category><![CDATA[Universal Media Server]]></category>
		<guid isPermaLink="false">http://www.spirton.com/?p=1702</guid>

					<description><![CDATA[This release improves file support, speed, translations, renderer support and more! Download Release details]]></description>
										<content:encoded><![CDATA[<p><a href="http://www.universalmediaserver.com"><img loading="lazy" decoding="async" class="alignright size-full wp-image-1030" title="UMS-Logo2" src="https://www.spirton.com/wp-content/uploads/2012/05/UMS-Logo2.png" alt="" width="240" height="239" srcset="https://www.spirton.com/wp-content/uploads/2012/05/UMS-Logo2.png 240w, https://www.spirton.com/wp-content/uploads/2012/05/UMS-Logo2-150x150.png 150w" sizes="auto, (max-width: 240px) 100vw, 240px" /></a><br />
This release improves file support, speed, translations, renderer support and more!</p>
<p><a href="http://www.universalmediaserver.com">Download</a></p>
<p><a href="http://www.universalmediaserver.com/forum/viewtopic.php?f=8&#038;t=3835">Release details</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.spirton.com/universal-media-server-5-2-2-released/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
