<?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: BBC iPlayer on Nintendo Wii &#8211; Review</title>
	<atom:link href="http://www.artiss.co.uk/2009/11/bbc-iplayer-on-nintendo-wii-review/feed" rel="self" type="application/rss+xml" />
	<link>http://www.artiss.co.uk/2009/11/bbc-iplayer-on-nintendo-wii-review</link>
	<description>SpongeBob is not a contraceptive.</description>
	<lastBuildDate>Sun, 14 Mar 2010 14:01:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: David</title>
		<link>http://www.artiss.co.uk/2009/11/bbc-iplayer-on-nintendo-wii-review/comment-page-1#comment-963</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sat, 27 Feb 2010 22:13:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.artiss.co.uk/?p=2162#comment-963</guid>
		<description>The problem is not YOUR bandwidth, but what is available from the BBC. An external hard drive won&#039;t help either, as the iPlayer channel won&#039;t use it. No, I think this is a general issue, mainly as a result of the limitations of the software and the hardware.</description>
		<content:encoded><![CDATA[<p>The problem is not YOUR bandwidth, but what is available from the BBC. An external hard drive won&#8217;t help either, as the iPlayer channel won&#8217;t use it. No, I think this is a general issue, mainly as a result of the limitations of the software and the hardware.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joe Lambe</title>
		<link>http://www.artiss.co.uk/2009/11/bbc-iplayer-on-nintendo-wii-review/comment-page-1#comment-961</link>
		<dc:creator>joe Lambe</dc:creator>
		<pubDate>Sat, 27 Feb 2010 20:37:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.artiss.co.uk/?p=2162#comment-961</guid>
		<description>Dear Sir,

I am running my Wii on an 801n wireless network, I know the network is working well enough, but on Iplayer, I am getting problems with buffering and the message insufficient bandswidth.

Its not just me that is frustrated but my family as well, I am computer literate and my degree is in Computer Science, everything I have tried is to no avail.

Is there an update that can resolve this problem, or would it help to plug in a portable hard drive to solve the problem.?

Your help would be appreciated.

Regards

Joseph</description>
		<content:encoded><![CDATA[<p>Dear Sir,</p>
<p>I am running my Wii on an 801n wireless network, I know the network is working well enough, but on Iplayer, I am getting problems with buffering and the message insufficient bandswidth.</p>
<p>Its not just me that is frustrated but my family as well, I am computer literate and my degree is in Computer Science, everything I have tried is to no avail.</p>
<p>Is there an update that can resolve this problem, or would it help to plug in a portable hard drive to solve the problem.?</p>
<p>Your help would be appreciated.</p>
<p>Regards</p>
<p>Joseph</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hugh</title>
		<link>http://www.artiss.co.uk/2009/11/bbc-iplayer-on-nintendo-wii-review/comment-page-1#comment-954</link>
		<dc:creator>Hugh</dc:creator>
		<pubDate>Sun, 21 Feb 2010 13:37:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.artiss.co.uk/?p=2162#comment-954</guid>
		<description>I&#039;m not impressed with the &quot;insufficient bandwidth&quot; messages I&#039;ve been receiving lately on the Wii.

That said, I like it and support the dev team&#039;s efforts in improving it. I would like to see 480p video, and perhaps a little more care over encoding of the streams (I just watched last night&#039;s EastEnders and in a few static scenes there are MPeg video blocks running across from left to right where the HDelta has obviously gone wrong in the encoding!)

Being a developer myself, I can sympathise with the guys who posted here. What you other guys don&#039;t know is the complexity and structure of the BBC&#039;s systems or the design philosophy behind the architecture. Coding something like iPlayer is a lot more complex than writing a program that runs on a PC. This is essentially a software dumb terminal that has to interface with a potentially very complex database through various layers which may or may not be within the control of the Wii iPlayer developers. It&#039;s most likely that the separation of concerns - at a software and management level - is such that it&#039;s not a simple case of converting the XML prior to the downlink. I fully expect that the dev team we&#039;ve seen here have been given a protocol to communicate with a larger system, and that the - potentially hugely bloated - XML is all they can get, and then the only software they&#039;re allowed to put out is for the Wii, let alone anything that could be deployed on the BBC&#039;s server farm.

In response to the dev team: Have you thought about approaching the owner(s) of the XML-providing service regarding Binary XML? It would be a much smaller download and should be much quicker to process if you can find (or write) a decent library.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not impressed with the &#8220;insufficient bandwidth&#8221; messages I&#8217;ve been receiving lately on the Wii.</p>
<p>That said, I like it and support the dev team&#8217;s efforts in improving it. I would like to see 480p video, and perhaps a little more care over encoding of the streams (I just watched last night&#8217;s EastEnders and in a few static scenes there are MPeg video blocks running across from left to right where the HDelta has obviously gone wrong in the encoding!)</p>
<p>Being a developer myself, I can sympathise with the guys who posted here. What you other guys don&#8217;t know is the complexity and structure of the BBC&#8217;s systems or the design philosophy behind the architecture. Coding something like iPlayer is a lot more complex than writing a program that runs on a PC. This is essentially a software dumb terminal that has to interface with a potentially very complex database through various layers which may or may not be within the control of the Wii iPlayer developers. It&#8217;s most likely that the separation of concerns &#8211; at a software and management level &#8211; is such that it&#8217;s not a simple case of converting the XML prior to the downlink. I fully expect that the dev team we&#8217;ve seen here have been given a protocol to communicate with a larger system, and that the &#8211; potentially hugely bloated &#8211; XML is all they can get, and then the only software they&#8217;re allowed to put out is for the Wii, let alone anything that could be deployed on the BBC&#8217;s server farm.</p>
<p>In response to the dev team: Have you thought about approaching the owner(s) of the XML-providing service regarding Binary XML? It would be a much smaller download and should be much quicker to process if you can find (or write) a decent library.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.artiss.co.uk/2009/11/bbc-iplayer-on-nintendo-wii-review/comment-page-1#comment-869</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sun, 20 Dec 2009 09:34:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.artiss.co.uk/?p=2162#comment-869</guid>
		<description>Chris,

I suspect the buffering issues aren&#039;t related to your connection. The BBC are still &quot;tweaking&quot; their side to try and ensure sufficient bandwidth as needed, but its still on-going. And don&#039;t forget that whereas your PC or Xbox has a hard drive for storing buffered data, the Wii doesn&#039;t.</description>
		<content:encoded><![CDATA[<p>Chris,</p>
<p>I suspect the buffering issues aren&#8217;t related to your connection. The BBC are still &#8220;tweaking&#8221; their side to try and ensure sufficient bandwidth as needed, but its still on-going. And don&#8217;t forget that whereas your PC or Xbox has a hard drive for storing buffered data, the Wii doesn&#8217;t.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.artiss.co.uk/2009/11/bbc-iplayer-on-nintendo-wii-review/comment-page-1#comment-868</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sat, 19 Dec 2009 16:16:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.artiss.co.uk/?p=2162#comment-868</guid>
		<description>Updated to the new iPlayer for Wii today and changed my Internet connection to full wired solution rather than wireless so that speeds were improved.

Unfortunately whilst there is a vast improvement on the iPlayer for Wii (which I like very much) I keep getting buffering pauses which are rather annoying. I know my ISP does not have issues as suggested elsewhere and my home network is fine and dandy.

Any other ideas please?

Chris</description>
		<content:encoded><![CDATA[<p>Updated to the new iPlayer for Wii today and changed my Internet connection to full wired solution rather than wireless so that speeds were improved.</p>
<p>Unfortunately whilst there is a vast improvement on the iPlayer for Wii (which I like very much) I keep getting buffering pauses which are rather annoying. I know my ISP does not have issues as suggested elsewhere and my home network is fine and dandy.</p>
<p>Any other ideas please?</p>
<p>Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: frustrated</title>
		<link>http://www.artiss.co.uk/2009/11/bbc-iplayer-on-nintendo-wii-review/comment-page-1#comment-860</link>
		<dc:creator>frustrated</dc:creator>
		<pubDate>Wed, 09 Dec 2009 21:00:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.artiss.co.uk/?p=2162#comment-860</guid>
		<description>this is reaally annoying, i mean common, after the update i couldnt go on the i player, so i tryied to re download it but now i cant even connect to the internet, there has to be a problem with the update !!!!!!!!!!!!!!!!!!!!!(
!:(</description>
		<content:encoded><![CDATA[<p>this is reaally annoying, i mean common, after the update i couldnt go on the i player, so i tryied to re download it but now i cant even connect to the internet, there has to be a problem with the update !!!!!!!!!!!!!!!!!!!!!(<br />
!:(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.artiss.co.uk/2009/11/bbc-iplayer-on-nintendo-wii-review/comment-page-1#comment-857</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sat, 05 Dec 2009 09:09:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.artiss.co.uk/?p=2162#comment-857</guid>
		<description>The Wii is &quot;region encoded&quot; which means that it knows which country it&#039;s for. Combine that with the fact that the BBC can&#039;t use the iPlayer outside of the UK and, yes, I&#039;m guessing that&#039;s the problem.</description>
		<content:encoded><![CDATA[<p>The Wii is &#8220;region encoded&#8221; which means that it knows which country it&#8217;s for. Combine that with the fact that the BBC can&#8217;t use the iPlayer outside of the UK and, yes, I&#8217;m guessing that&#8217;s the problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glayva</title>
		<link>http://www.artiss.co.uk/2009/11/bbc-iplayer-on-nintendo-wii-review/comment-page-1#comment-856</link>
		<dc:creator>Glayva</dc:creator>
		<pubDate>Sat, 05 Dec 2009 00:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.artiss.co.uk/?p=2162#comment-856</guid>
		<description>Bought my Wii while on holiday in USA 3 years ago.  Can&#039;t access BBC iplayer through wii Shop.  Is it because it is a US model and can I get around the problem?</description>
		<content:encoded><![CDATA[<p>Bought my Wii while on holiday in USA 3 years ago.  Can&#8217;t access BBC iplayer through wii Shop.  Is it because it is a US model and can I get around the problem?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BathDave</title>
		<link>http://www.artiss.co.uk/2009/11/bbc-iplayer-on-nintendo-wii-review/comment-page-1#comment-845</link>
		<dc:creator>BathDave</dc:creator>
		<pubDate>Sun, 29 Nov 2009 18:54:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.artiss.co.uk/?p=2162#comment-845</guid>
		<description>I do wonder if the buffering issues are to do with the contention ratio your ISP provides and also how much backhaul capacity there is from your exchange back into their network.

During off peak times contention won&#039;t be an issue so everything works OK, but in busy times your 700kbps stream gets squeezed down to an unworkable level. There will be only so much the BBC can do to alleviate this, mostly will be down to your ISP and their contention policies.

This will also impact the upcoming Canvas project, which will likely use higher streaming rates (1.5Mbps), so the industry needs to come up with a solution here. Potentially the ISPs could provide a special &quot;Canvas Ready BroadBand&quot; package, that fixes contention issues, also potentially applying QoS parameters to your line to guarantee the throughput. This might cost a few pounds a month - equivalent to an XBox Live subscription, or could be bundled into a higher Broadband package. Obviously this could also be used by PS3/Wii iPlayer users as well to guarantee their experience on the TV.</description>
		<content:encoded><![CDATA[<p>I do wonder if the buffering issues are to do with the contention ratio your ISP provides and also how much backhaul capacity there is from your exchange back into their network.</p>
<p>During off peak times contention won&#8217;t be an issue so everything works OK, but in busy times your 700kbps stream gets squeezed down to an unworkable level. There will be only so much the BBC can do to alleviate this, mostly will be down to your ISP and their contention policies.</p>
<p>This will also impact the upcoming Canvas project, which will likely use higher streaming rates (1.5Mbps), so the industry needs to come up with a solution here. Potentially the ISPs could provide a special &#8220;Canvas Ready BroadBand&#8221; package, that fixes contention issues, also potentially applying QoS parameters to your line to guarantee the throughput. This might cost a few pounds a month &#8211; equivalent to an XBox Live subscription, or could be bundled into a higher Broadband package. Obviously this could also be used by PS3/Wii iPlayer users as well to guarantee their experience on the TV.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tweedie</title>
		<link>http://www.artiss.co.uk/2009/11/bbc-iplayer-on-nintendo-wii-review/comment-page-1#comment-840</link>
		<dc:creator>tweedie</dc:creator>
		<pubDate>Thu, 26 Nov 2009 15:32:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.artiss.co.uk/?p=2162#comment-840</guid>
		<description>Have you thought about passing other then xml format to wii bbc iplayer?  

I know that XML will take up a lot more storage because of those .  A simple tab delimited structure will take up far less space, won&#039;t need such parsers and would use less processing power.  

A web app to convert from xml to tab delimited shouldn&#039;t be too bad either.  Obviously I can&#039;t say &quot;simple&quot; because I don&#039;t know the structure!

Some possible ideas which you probably thought of, but no harm me saying it...
1 - forget about transparent background - I am sure everyone would be happy with text on black line.  I am sure this would take a lot less processing power because it just an overlay.

2.  Can you not take advantage of storing files onto SD card if required?</description>
		<content:encoded><![CDATA[<p>Have you thought about passing other then xml format to wii bbc iplayer?  </p>
<p>I know that XML will take up a lot more storage because of those .  A simple tab delimited structure will take up far less space, won&#8217;t need such parsers and would use less processing power.  </p>
<p>A web app to convert from xml to tab delimited shouldn&#8217;t be too bad either.  Obviously I can&#8217;t say &#8220;simple&#8221; because I don&#8217;t know the structure!</p>
<p>Some possible ideas which you probably thought of, but no harm me saying it&#8230;<br />
1 &#8211; forget about transparent background &#8211; I am sure everyone would be happy with text on black line.  I am sure this would take a lot less processing power because it just an overlay.</p>
<p>2.  Can you not take advantage of storing files onto SD card if required?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
