CINXE.COM
BBC - BBC Internet Blog: Delivering the digital Olympics: 24 live streams via the red button
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head><script type="text/javascript" src="/_static/js/bundle-playback.js?v=HxkREWBo" charset="utf-8"></script> <script type="text/javascript" src="/_static/js/wombat.js?v=txqj7nKC" charset="utf-8"></script> <script>window.RufflePlayer=window.RufflePlayer||{};window.RufflePlayer.config={"autoplay":"on","unmuteOverlay":"hidden"};</script> <script type="text/javascript" src="/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("https://web.archive.org/web"); __wm.wombat("https://www.bbc.co.uk/blogs/bbcinternet/2012/04/olympics_24_streams.html","20201112024303","https://web.archive.org/","web","/_static/", "1605148983"); </script> <link rel="stylesheet" type="text/css" href="/_static/css/banner-styles.css?v=S1zqJCYt" /> <link rel="stylesheet" type="text/css" href="/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <title>BBC - BBC Internet Blog: Delivering the digital Olympics: 24 live streams via the red button</title><style type="text/css"> #archive-mothballed-message a:hover span { text-decoration:underline; } #blq-container #archived-mothball-message a { padding-left:250px; padding-top:17px; background-position: 180px 10px; } #ttd-masthead #archived-mothball-message a { padding-left:250px; padding-top:17px; background-position: 180px 10px; } #k-masthead-container #archived-mothball-message a { padding-left:250px; padding-top:17px; background-position: 180px 10px; } #archived-mothball-message a { display:block; height:56px; background:url(/web/20201112024303im_/http://www.bbc.co.uk/globalresources/mothball-images/i.gif) 100px 10px no-repeat; color:#666; text-decoration:none; padding-left:160px; padding-top:12px; font-size:20px; font-family: verdana,helvetica,arial,sans-serif; font-weight: normal; } </style><meta name="description" content="Using these brand new red button services and via the standard EPG platform listings, viewers will be able to switch seamlessly between 24 SD or HD channels"><meta name="keywords" content=""><meta name="DCTERMS.created" content="2009-01-27T12:00:00Z"><meta name="DCTERMS.modified" content="2012-12-14T13:55+0:00"><!-- Turn on Identity --><!-- Glow cachebust: --><!-- Barlesque 2.72.5 --><link rel="schema.dcterms" href="https://purl.org/dc/terms/"><link rel="index" href="https://www.bbc.co.uk/a-z/" title="A to Z"><link rel="copyright" href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/terms/" title="Terms of Use"><link rel="icon" href="https://web.archive.org/web/20201112024303im_/https://www.bbc.co.uk/favicon.ico" type="image/x-icon"><meta name="viewport" content="width = 974"><link rel="stylesheet" type="text/css" href="/web/20201112024303cs_/http://www.bbc.co.uk/staticarchive/c808749ad4d537416e40591def8e05c130d72722.css"><script type="text/javascript">/*<![CDATA[*/ (function(undefined){if(!window.bbc){window.bbc={}}var ROLLING_PERIOD_DAYS=30;window.bbc.Mandolin=function(id,segments,opts){var now=new Date().getTime(),storedItem,DEFAULT_START=now,DEFAULT_RATE=1,COOKIE_NAME="ckpf_mandolin";opts=opts||{};this._id=id;this._segmentSet=segments;this._store=new window.window.bbc.Mandolin.Storage(COOKIE_NAME);this._opts=opts;this._rate=(opts.rate!==undefined)?+opts.rate:DEFAULT_RATE;this._startTs=(opts.start!==undefined)?new Date(opts.start).getTime():new Date(DEFAULT_START).getTime();this._endTs=(opts.end!==undefined)?new Date(opts.end).getTime():daysFromNow(ROLLING_PERIOD_DAYS);this._signupEndTs=(opts.signupEnd!==undefined)?new Date(opts.signupEnd).getTime():this._endTs;this._segment=null;if(typeof id!=="string"){throw new Error("Invalid Argument: id must be defined and be a string")}if(Object.prototype.toString.call(segments)!=="[object Array]"){throw new Error("Invalid Argument: Segments are required.")}if(opts.rate!==undefined&&(opts.rate<0||opts.rate>1)){throw new Error("Invalid Argument: Rate must be between 0 and 1.")}if(this._startTs>this._endTs){throw new Error("Invalid Argument: end date must occur after start date.")}if(!(this._startTs<this._signupEndTs&&this._signupEndTs<=this._endTs)){throw new Error("Invalid Argument: SignupEnd must be between start and end date")}removeExpired.call(this,now);var overrides=window.bbccookies.get().match(/ckns_mandolin_setSegments=([^;]+)/);if(overrides!==null){eval("overrides = "+decodeURIComponent(RegExp.$1)+";");if(overrides[this._id]&&this._segmentSet.indexOf(overrides[this._id])==-1){throw new Error("Invalid Override: overridden segment should exist in segments array")}}if(overrides!==null&&overrides[this._id]){this._segment=overrides[this._id]}else{if((storedItem=this._store.getItem(this._id))){this._segment=storedItem.segment}else{if(this._startTs<=now&&now<this._signupEndTs&&now<=this._endTs&&this._store.isEnabled()===true){this._segment=pick(segments,this._rate);if(opts.end===undefined){this._store.setItem(this._id,{segment:this._segment})}else{this._store.setItem(this._id,{segment:this._segment,end:this._endTs})}log.call(this,"mandolin_segment")}}}log.call(this,"mandolin_view")};window.bbc.Mandolin.prototype.getSegment=function(){return this._segment};function log(actionType,params){var that=this;require(["istats-1"],function(istats){istats.log(actionType,that._id+":"+that._segment,params?params:{})})}function removeExpired(expires){var items=this._store.getItems(),expiresInt=+expires;for(var key in items){if(items[key].end!==undefined&&+items[key].end<expiresInt){this._store.removeItem(key)}}}function getLastExpirationDate(data){var winner=0,rollingExpire=daysFromNow(ROLLING_PERIOD_DAYS);for(var key in data){if(data[key].end===undefined&&rollingExpire>winner){winner=rollingExpire}else{if(+data[key].end>winner){winner=+data[key].end}}}return(winner)?new Date(winner):new Date(rollingExpire)}window.bbc.Mandolin.prototype.log=function(params){log.call(this,"mandolin_log",params)};window.bbc.Mandolin.prototype.convert=function(params){log.call(this,"mandolin_convert",params);this.convert=function(){}};function daysFromNow(n){var endDate;endDate=new Date().getTime()+(n*60*60*24)*1000;return endDate}function pick(segments,rate){var picked,min=0,max=segments.length-1;if(typeof rate==="number"&&Math.random()>rate){return null}do{picked=Math.floor(Math.random()*(max-min+1))+min}while(picked>max);return segments[picked]}window.bbc.Mandolin.Storage=function(name){validateCookieName(name);this._cookieName=name;this._isEnabled=(bbccookies.isAllowed(this._cookieName)===true&&bbccookies.cookiesEnabled()===true)};window.bbc.Mandolin.Storage.prototype.setItem=function(key,value){var storeData=this.getItems();storeData[key]=value;this.save(storeData);return value};window.bbc.Mandolin.Storage.prototype.isEnabled=function(){return this._isEnabled};window.bbc.Mandolin.Storage.prototype.getItem=function(key){var storeData=this.getItems();return storeData[key]};window.bbc.Mandolin.Storage.prototype.removeItem=function(key){var storeData=this.getItems();delete storeData[key];this.save(storeData)};window.bbc.Mandolin.Storage.prototype.getItems=function(){return deserialise(this.readCookie(this._cookieName)||"")};window.bbc.Mandolin.Storage.prototype.save=function(data){window.bbccookies.set(this._cookieName+"="+encodeURIComponent(serialise(data))+"; expires="+getLastExpirationDate(data).toUTCString()+";")};window.bbc.Mandolin.Storage.prototype.readCookie=function(name){var nameEq=name+"=",ca=window.bbccookies.get().split("; "),i,c;validateCookieName(name);for(i=0;i<ca.length;i++){c=ca[i];if(c.indexOf(nameEq)===0){return decodeURIComponent(c.substring(nameEq.length,c.length))}}return null};function serialise(o){var str="";for(var p in o){if(o.hasOwnProperty(p)){str+='"'+p+'"'+":"+(typeof o[p]==="object"?(o[p]===null?"null":"{"+serialise(o[p])+"}"):'"'+o[p].toString()+'"')+","}}return str.replace(/,\}/g,"}").replace(/,$/g,"")}function deserialise(str){var o;str="{"+str+"}";if(!validateSerialisation(str)){throw"Invalid input provided for deserialisation."}eval("o = "+str);return o}var validateSerialisation=(function(){var OBJECT_TOKEN="<Object>",ESCAPED_CHAR='"\\n\\r\\u2028\\u2029\\u000A\\u000D\\u005C',ALLOWED_CHAR="([^"+ESCAPED_CHAR+"]|\\\\["+ESCAPED_CHAR+"])",KEY='"'+ALLOWED_CHAR+'+"',VALUE='(null|"'+ALLOWED_CHAR+'*"|'+OBJECT_TOKEN+")",KEY_VALUE=KEY+":"+VALUE,KEY_VALUE_SEQUENCE="("+KEY_VALUE+",)*"+KEY_VALUE,OBJECT_LITERAL="({}|{"+KEY_VALUE_SEQUENCE+"})",objectPattern=new RegExp(OBJECT_LITERAL,"g");return function(str){if(str.indexOf(OBJECT_TOKEN)!==-1){return false}while(str.match(objectPattern)){str=str.replace(objectPattern,OBJECT_TOKEN)}return str===OBJECT_TOKEN}})();function validateCookieName(name){if(name.match(/ ,;/)){throw"Illegal name provided, must be valid in browser cookie."}}})(); /*]]>*/</script><script type="text/javascript">/*<![CDATA[*/ if (typeof bbccookies_flag === 'undefined') { bbccookies_flag = 'ON'; } showCTA_flag = true; cta_enabled = (showCTA_flag && (bbccookies_flag === 'ON') ); (function(){var e="ckns_policy",m="Thu, 01 Jan 1970 00:00:00 GMT",k={ads:true,personalisation:true,performance:true,necessary:true};function f(p){if(f.cache[p]){return f.cache[p]}var o=p.split("/"),q=[""];do{q.unshift((o.join("/")||"/"));o.pop()}while(q[0]!=="/");f.cache[p]=q;return q}f.cache={};function a(p){if(a.cache[p]){return a.cache[p]}var q=p.split("."),o=[];while(q.length&&"|co.uk|com|".indexOf("|"+q.join(".")+"|")===-1){if(q.length){o.push(q.join("."))}q.shift()}f.cache[p]=o;return o}a.cache={};function i(o,t,p){var z=[""].concat(a(window.location.hostname)),w=f(window.location.pathname),y="",r,x;for(var s=0,v=z.length;s<v;s++){r=z[s];for(var q=0,u=w.length;q<u;q++){x=w[q];y=o+"="+t+";"+(r?"domain="+r+";":"")+(x?"path="+x+";":"")+(p?"expires="+p+";":"");bbccookies.set(y,true)}}}window.bbccookies={_setEverywhere:i,cookiesEnabled:function(){var o="ckns_testcookie"+Math.floor(Math.random()*100000);this.set(o+"=1");if(this.get().indexOf(o)>-1){g(o);return true}return false},set:function(o){return document.cookie=o},get:function(){return document.cookie},_setPolicy:function(o){return h.apply(this,arguments)},readPolicy:function(o){return b.apply(this,arguments)},_deletePolicy:function(){i(e,"",m)},isAllowed:function(){return true},_isConfirmed:function(){return c()!==null},_acceptsAll:function(){var o=b();return o&&!(j(o).indexOf("0")>-1)},_getCookieName:function(){return d.apply(this,arguments)},_showPrompt:function(){var o=(!this._isConfirmed()&&window.cta_enabled&&this.cookiesEnabled()&&!window.bbccookies_disable);return(window.orb&&window.orb.fig)?o&&(window.orb.fig("no")||window.orb.fig("ck")):o}};bbccookies._getPolicy=bbccookies.readPolicy;function d(p){var o=(""+p).match(/^([^=]+)(?==)/);return(o&&o.length?o[0]:"")}function j(o){return""+(o.ads?1:0)+(o.personalisation?1:0)+(o.performance?1:0)}function h(r){if(typeof r==="undefined"){r=k}if(typeof arguments[0]==="string"){var o=arguments[0],q=arguments[1];if(o==="necessary"){q=true}r=b();r[o]=q}else{if(typeof arguments[0]==="object"){r.necessary=true}}var p=new Date();p.setYear(p.getFullYear()+1);p=p.toUTCString();bbccookies.set(e+"="+j(r)+";domain=bbc.co.uk;path=/;expires="+p+";");bbccookies.set(e+"="+j(r)+";domain=bbc.com;path=/;expires="+p+";");return r}function l(o){if(o===null){return null}var p=o.split("");return{ads:!!+p[0],personalisation:!!+p[1],performance:!!+p[2],necessary:true}}function c(){var o=new RegExp("(?:^|; ?)"+e+"=(\\d\\d\\d)($|;)"),p=document.cookie.match(o);if(!p){return null}return p[1]}function b(o){var p=l(c());if(!p){p=k}if(o){return p[o]}else{return p}}function g(o){return document.cookie=o+"=;expires="+m+";"}function n(){var o='<script type="text/javascript" src="https://web.archive.org/web/20201112024303/https://static.bbci.co.uk/frameworks/bbccookies/0.6.6/script/bbccookies.js"><\/script>';if(window.bbccookies_flag==="ON"&&!bbccookies._acceptsAll()&&!window.bbccookies_disable){document.write(o)}}n()})(); /*]]>*/</script><script type="text/javascript"> if (! window.gloader) { window.gloader = [ "glow", {map: "https://web.archive.org/web/20201112024303/https://node1.bbcimg.co.uk/glow/glow/map.1.7.7.js"}]; } </script><script type="text/javascript" src="https://web.archive.org/web/20201112024303js_/https://node1.bbcimg.co.uk/glow/gloader.0.1.6.js"></script><script type="text/javascript" src="/web/20201112024303js_/http://www.bbc.co.uk/staticarchive/21f604032d29edfa0a166f89bd41c95004718ed2.js"></script><script type="text/javascript"> bbcRequireMap = {"jquery-1":"/staticarchive/6cabfa9be6f12b6fec5ddf61c2dca1dde868555e", "jquery-1.4":"/staticarchive/cce0a0919c693f9473535d6941613bad16a4b40f", "jquery-1.9":"/staticarchive/14a082a42c1074b40bedae2666d3204e142899f5", "swfobject-2":"/staticarchive/b02e05aa3b12cfe8510390c7eccecd0af315b0a6", "demi-1":"/staticarchive/a916559c328a465dafcc30056734651ac8fdbb4b", "gelui-1":"/staticarchive/0159feca9179b145c659298e302b55dc76dfa15d", "cssp!gelui-1/overlay":"/staticarchive/fee6b4a3b22c51a59dd3ddebfb1b765049c683f6.css", "istats-1":"/staticarchive/b2d7be33eb67fa4b938cfa94238f8af9e929e4ae", "relay-1":"/staticarchive/ab39b61cf0980994246594bebe70fe460df87a42", "clock-1":"/staticarchive/7b8bb05c3fa19067c2c4c99144d21702cc15704f", "canvas-clock-1":"/staticarchive/703fd8b8a1b4ecf9cf624195bfb9691c648d3919", "cssp!clock-1":"/staticarchive/85ca997ae2f6bd2990765422dcc5b1c386c9d0cb.css", "jssignals-1":"/staticarchive/238f1d675d1626860f85815b7ab638cd41811a06", "jcarousel-1":"/staticarchive/3b38690b91f14468826c5f05f6e3da9beb55f4b1", "bump-3":"//web.archive.org/web/20201112024303/http://emp.bbci.co.uk/emp/bump-3/bump-3.js", "gelui-1/widget": "/staticarchive/fcf01fd866ac629bad5a92592c208c3b04184cd3", "gelui-1/carousel": "/staticarchive/562f83c33cfe04062d95de8024ba03636cd0af4c", "gelui-1/core": "/staticarchive/d69cc93987af4e17f910996164dc15516614353e", "gelui-1/overlay": "/staticarchive/84bd061f5e14f0728caa8c933fe6d758b54fec5a", "gelui-1/autosuggest": "/staticarchive/ca81d8400ee443b0c31a47f1eea1c6872091dd48"}; require({ baseUrl: 'https://'+location.host+'/', 'dynamicServer': 'https://web.archive.org/web/20201112024303/https://id.bbc.co.uk', 'secureServer': 'https://web.archive.org/web/20201112024303/https://id.bbc.co.uk', 'assetVersion': '3.27.2', 'assetPath': 'https://web.archive.org/web/20201112024303/https://static.bbci.co.uk/modules/identity/statusbar/3.27.2/' }; </script><script type="text/javascript" src="/web/20201112024303js_/http://www.bbc.co.uk/staticarchive/1333b9944bd6388f9645c37cab1e3a1d9ac83b90.js"></script><script type="text/javascript" src="/web/20201112024303js_/http://www.bbc.co.uk/staticarchive/fbe86a6c073f48f146a72f3e858ac837debcd84a.js"></script><!-- ISTATS --><script type="text/javascript"> /* <![CDATA[ */ define('id-statusbar-config', { 'translation_signedout': "Sign in", 'translation_signedin': "Your account", 'use_overlay' : false, 'signin_url' : "https://web.archive.org/web/20201112024303/https://ssl.bbc.co.uk/id/signin", 'locale' : "en-GB", 'policyname' : "", 'ptrt' : "https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/" }); /* ]]> */ </script><script type="text/javascript"> (function () { if (! window.require) { throw new Error('idcta: could not find require'); } var map = {}; map['idapp-1'] = 'https://web.archive.org/web/20201112024303/https://static.bbci.co.uk/idapp/0.63.23/modules/idapp/idapp-1'; map['idcta/idcta-1'] = 'https://web.archive.org/web/20201112024303/https://static.bbci.co.uk/id/0.23.4/modules/idcta/idcta-1'; require({paths: map}); define('id-config', {"idapp":{"version":"0.63.23","hostname":"ssl.bbc.co.uk","insecurehostname":"www.bbc.co.uk","tld":"bbc.co.uk"},"idtranslations":{"version":"0.29.1"},"identity":{"baseUrl":"https:\/\/web.archive.org\/web\/20201112024303\/https:\/\/talkback.live.bbc.co.uk\/identity"},"pathway":{"name":null,"staticAssetUrl":"https:\/\/web.archive.org\/web\/20201112024303\/http:\/\/static.bbci.co.uk\/idapp\/0.63.23\/modules\/idapp\/idapp-1\/View.css"}}); })(); </script><link rel="alternate" type="application/atom+xml" title="Atom" href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/atom.xml"><link rel="alternate" type="application/rss+xml" title="RSS" href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/rss.xml"><!-- Comments Module Static Assets --><link rel="stylesheet" rev="stylesheet" href="/web/20201112024303cs_/http://www.bbc.co.uk/staticarchive/b171f6295dafa594e000486294caf5ef2e356648.css"><script src="/web/20201112024303js_/http://www.bbc.co.uk/staticarchive/9fded8c38030f7e4fa43d9cc9c0033b2315234ef.js" type="text/javascript"></script><!--[if lte IE 7]> <link rel="stylesheet" rev="stylesheet" href="https://static.bbci.co.uk/modules/comments/2.6.19/css/comments-ie6-7.css"/> <![endif]--><style type="text/css"> @import '/web/20201112024303cs_/http://www.bbc.co.uk/staticarchive/6e19cb98ed19c044c78020031b13199c99fa7633.css'; </style><!--[if lte IE 7]> <style type="text/css"> @import '/guidance/style/pg_external_ie.css?r895178'; </style> <![endif]--><!--[if IE 6]> <style type="text/css"> @import '/guidance/style/pg_external_ie6.css?r895178'; </style> <![endif]--><script type="text/javascript" src="https://web.archive.org/web/20201112024303js_/https://www.bbc.co.uk/guidance/script/js/pg-gb.js?r1112733"></script><script type="text/javascript" src="/web/20201112024303js_/http://www.bbc.co.uk/staticarchive/296b7e9b01b56142aec1bfa4760e2eb86073b802.js"></script><script type="text/javascript" src="/web/20201112024303js_/http://www.bbc.co.uk/staticarchive/880927e055ea2d75cc32254b7274b0e4a04822c2.js"></script><link rel="stylesheet" href="/web/20201112024303cs_/http://www.bbc.co.uk/staticarchive/3c2b27e8596edca82a396f84e4c6a991b49acc9e.css" type="text/css"><link rel="stylesheet" href="/web/20201112024303cs_/http://www.bbc.co.uk/staticarchive/3f22e626d9c302da131c20df3cd9b6fe5bc59b92.css" type="text/css"><script type="text/javascript" src="https://web.archive.org/web/20201112024303js_/https://www.bbc.co.uk/dnaimages/components/commentbox/gloader/commentbox.js"></script><script type="text/javascript" src="https://web.archive.org/web/20201112024303js_/https://www.bbc.co.uk/glow/gloader.js"></script><script type="text/javascript"> gloader.load( ["glow", "1", "glow.net"], { async: true, onLoad: function(glow) { if (window.dna) { glow.ready(function(){ dna.lang.register(glow); }) } if (typeof identity !== 'undefined') { glow.events.addListener(identity,'login',function(){ window.location.reload(); }); } } } ); </script><style type="text/css"> #dna_commentbox_holder{display: block;} #dna_commentbox_holder_error{display: none;} </style><!-- DNA Comments --><link rel="stylesheet" media="screen" href="/web/20201112024303cs_/http://www.bbc.co.uk/staticarchive/8db1272f67d2a84959a2f118e59c89632f24e33f.css" type="text/css"><!-- /DNA Comments --><link rel="stylesheet" href="/web/20201112024303cs_/http://www.bbc.co.uk/staticarchive/d534b1b19db5dfdf8b37b5f7688cf47788cbbd95.css" type="text/css"><!-- If Opt Out code --><!-- End If Opt Out code --><script type="text/javascript" src="/web/20201112024303js_/http://www.bbc.co.uk/staticarchive/83f5bedfaaaae12a1220a872db0629fb6b14a507.js"></script></head><body class="sky blogs bbc-internet-blog"> <script type="text/javascript">/*<![CDATA[*/ bbcFlagpoles_istats = 'ON'; istatsTrackingUrl = '//web.archive.org/web/20201112024303/http://sa.bbc.co.uk/bbc/bbc/s?name=SET-COUNTER&app_type=web&ml_name=SSI&ml_version=0.23.0&language=en-GB'; /*]]>*/</script><script type="text/javascript" src="https://web.archive.org/web/20201112024303js_/https://static.bbci.co.uk/archive_stats/modules/stats-1.0.0.js"></script> <div id="blq-container" class="blq-lang-en-GB blq-gvl-2-8 blq-id-identitystatusbar"> <div id="blq-pre-mast" lang="en-GB"> <!-- Pre mast --> </div> <script type="text/html" id="blq-bbccookies-tmpl"><![CDATA[ <div id="bbccookies-prompt" class="bbccookies-d"> <h2> Cookies on the BBC website </h2> <p> We use cookies to ensure that we give you the best experience on our website.<span class="bbccookies-international-message"> We also use cookies to ensure we show you advertising that is relevant to you.</span> If you continue without changing your settings, we'll assume that you are happy to receive all cookies on the BBC website. However, if you would like to, you can <a href="/privacy/cookies/managing/cookie-settings.html">change your cookie settings</a> at any time. </p> <ul> <li id="bbccookies-continue"> <button type="button" id="bbccookies-continue-button">Continue</button> </li> <li id="bbccookies-more"><a href="/privacy/cookies/bbc">Find out more</a></li></ul> </div> ]]></script><script type="text/javascript">/*<![CDATA[*/ (function(){if(bbccookies._showPrompt()){var i=document,b=i.getElementById("blq-pre-mast"),f=i.getElementById("blq-global"),h=i.getElementById("blq-container"),c=i.getElementById("blq-bbccookies-tmpl"),a,g,e;if(b&&i.createElement){a=i.createElement("div");a.id="bbccookies";e=c.innerHTML;e=e.replace("<"+"![CDATA[","").replace("]]"+">","");a.innerHTML=e;if(f){f.insertBefore(a,b)}else{h.insertBefore(a,b)}g=i.getElementById("bbccookies-continue-button");g.onclick=function(){a.parentNode.removeChild(a);return false};bbccookies._setPolicy()}}})(); /*]]>*/</script><span id="blq-mast-background"></span> <div id="blq-container-inner" lang="en-GB"> <div id="blq-acc" class="blq-rst"> <p id="blq-mast-home" class="blq-no-images"><a href="/web/20201112024303/http://www.bbc.co.uk/" hreflang="en-GB"> <span id="blq-blocks-wrapper"> <span class="blq-home">British Broadcasting Corporation</span><img src="/web/20201112024303im_/http://www.bbc.co.uk/staticarchive/2e00d1d53e9c3bd91993196aa19a1d88589969f0.png" alt="BBC" id="blq-blocks" width="84" height="24"><span class="blq-span">Home</span> </span> </a></p> <p class="blq-hide"><strong><a id="page-top">Accessibility links</a></strong></p> <ul id="blq-acc-links"><li><a href="#blq-content">Skip to content</a></li> <li><a href="#blq-local-nav">Skip to local navigation</a></li> <li><a href="#blq-nav-main">Skip to bbc.co.uk navigation</a></li> <li><a href="#blq-search">Skip to bbc.co.uk search</a></li> <li><a href="/web/20201112024303/http://www.bbc.co.uk/accessibility/">Accessibility Help</a></li> </ul></div> <div id="blq-main" class="blq-clearfix"> <div id="archived-mothball-message" style=" background:url(/web/20201112024303im_/http://www.bbc.co.uk/globalresources/mothball-images/bg.jpg) 0 0 repeat-x #fbfbfb; "> <a href="/web/20201112024303/http://www.bbc.co.uk/globalresources/mothballing" style=" "> This page has been archived and is no longer updated. <span style=" display:block; font-size:0.5em; padding:10px 0 0 70px; font-weight:bold; "> <span style=" color:#1A75BB; margin-left:100px; ">Find out more about page archiving.</span> </span> </a> </div><div id="blq-content"> <div style="display:none;"> </div> <div id="image"> <a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/" title="BBC Internet Blog homepage"> <img src="/web/20201112024303im_/http://www.bbc.co.uk/staticarchive/f5cb7f1375675fc422c0bee980eff046d6a2998b.jpg" alt="BBC Internet Blog"></a> </div> <!--main content starts here--> <div id="content"> <div class="main content"> <!--contents starts here--> <div class="content-left"> <div class="entry_navigation"> <a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/2012/03/bbc_red_button_blog_31st_march.html">« Previous</a> <span class="separator">|</span> <a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/">Main</a> <span class="separator">|</span> <a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/2012/04/blue_room_digital_easter_egg.html">Next » </a> </div> <div class="post" id="entry-305584"> <h1>Delivering the digital Olympics: 24 live streams via the red button</h1> <div class="meta"> <div class="flt-r" style="width:180px"> <p style="text-align:right"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/2012/04/olympics_24_streams.html" title="Comments made about this entry." rel="comments">Comments </a></p> <div class="flt-r bbc-st bbc-st-slim bbc-st-colour bbc-st-light"> <a href="/web/20201112024303/http://www.bbc.co.uk/modules/sharetools/share?url=http%3A%2F%2Fwww.bbc.co.uk%2Fblogs%2Fbbcinternet%2F2012%2F04%2Folympics_24_streams.html&appId=news">Share this page</a> </div> </div> <div style="float:left; width:420px"> <p>Post categories: <a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/sport/" rel="tag" title="">BBC Sport</a><span class="delimiter">, </span><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/iptv/" rel="tag" title="">Connected TV</a><span class="delimiter">, </span><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/red_button/" rel="tag" title="">red button</a> </p> <p class="user-pic"> <a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/phil_fearnley/"> <img class="author_pic" src="/web/20201112024303im_/http://www.bbc.co.uk/staticarchive/333f23810659e1252c9746df8c7308580489dbc9.png" width="50" alt="Phil Fearnley"></a> <span class="vcard author"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/phil_fearnley/">Phil Fearnley</a></span> <span class="separator">|</span> <abbr class="published" title="2012-04-03T10:11:15+00:00">10:11 UK time, Tuesday, 3 April 2012</abbr> </p> </div> <div class="cleardiv"><!-- clearing --></div> </div> <div class="post_content"> <div class="imgCaptionCenter" style="text-align: center; display: block; "><img class="mt-image-center" style="margin: 0 auto 5px;" src="/web/20201112024303im_/http://www.bbc.co.uk/staticarchive/f23d36a8098d9e21833f109c06d53b9fe2738137.jpg" alt="Black and white photo of office with cabinets of 1950s electronics" width="595" height="336"><p style="margin: 0px auto 20px; width: 595px; color: #666666; font-size: 11px;">Vision switching centre in Broadcasting House, during the <span style="text-decoration: line-through;">1952</span> 1953 coronation of Queen Elizabeth. Phil Fearnley hopes that the Olympics will do for digital and connected TV what the coronation did for analogue TV.</p> </div> <p>In August last year, Roger Mosey, the BBC’s Director for 2012, and I set out <a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/2011/09/bbc_online_and_preparing_for_t.html">our editorial and digital ambitions</a> for the BBC’s coverage of the Games at the Media Guardian Edinburgh International TV Festival. We have come a long way since then, and over the past year, my team has been bringing those digital ambitions to life.</p> <p>One of the key elements of that strategy is to bring our audiences <a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/sporteditors/2011/07/countdown_continues_as_olympic_1.html">over 2,500 hours of live sport online</a> via 24 High Definition streams - every sport, from every venue on every day – across four screens: PC, mobile, tablet and connected TV.</p> <p>Today, we have announced plans which allow cable and satellite providers to deliver the same 24 streams that will be available on the BBC Sport website, via the BBC Red Button service and corresponding EPG channels. <a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/rogermosey/">Roger Mosey has blogged about this</a>, and I wanted to outline how this will work technically in a little more detail.</p> <div id="more" class="asset-more"> <p>Using these brand new red button services and via the standard EPG platform listings, viewers will be able to switch seamlessly between 24 SD or HD channels. Pressing red on any BBC TV channel will enable audiences to find and watch the events they like, when they like, through simple five button navigation (up, down, left, right, OK). The channels on each red button service will only show the Olympics sports as they are taking place, as well as highlighting what is coming up later.</p> <p>We want our audiences to intrinsically feel that they are part of a family of BBC digital Olympics products, no matter what platform they are on – PC, mobile, tablet or TV. The design of these new red button services reflects that, and adapts around the capabilities of the various platforms and their set top boxes.</p> <p>The red button services will be built by the platform operators themselves in line with BBC product, technical and UX designs, to ensure that consistency, standardisation and ease of use.</p> <p>Our Digital Olympic services for TV extend beyond the satellite and cable platform plans we have announced today, and we intend to go into more detail on this in the coming weeks. While it is significantly more complex to design and deliver standard services for connected TV, we are working hard to make sure our audiences have as much choice and access as possible on all platforms, alongside our core digital offer on the BBC Sport website.</p> <p>Our vision for BBC Online is as a single service, made up of ten products (including News, Sport, Weather, iPlayer) across four screens (PC, mobile, tablet and connected TV) - <a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/aboutthebbc/2011/06/connected-storytelling-one-service-ten-products-four-screens.shtml">our 1-10-4 strategy</a>.</p> <p>Our announcement today is clearly focussed on the TV platform. However, over time the lines are starting to blur between IP and broadcast channels, and between platform boundaries. Today's announcement ensures that 24 channels are available on all BBC online platforms in the UK, but also on traditional TV platforms, and as red button services.</p> <p>We have already started to deliver aspects of the digital Olympics. Our <a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/2012/">portal for the games</a> showcases the best video, news, and content from the BBC and forms the main digital gateway into the BBC's 2012 and Olympic coverage.</p> <p>The <a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/sport/0/olympics/2012/">Olympic pages on the newly re-launched BBC Sports site</a> are already proving extremely popular as the number of Olympic sport test events happen. We are also hugely excited by what we are testing in our "labs" at the moment and look forward to sharing more of this with you very soon.</p> <p>Broadcast television’s first big moment was the coronation in 1953, which brought the nation together around the TV screen for the first time. Our aspiration is that 2012 will do for digital and connected televisions what the coronation did for TV. I hope and believe when the dust has settled on the Olympic Games you will agree with me.</p> <p><em>Phil Fearnley is the General Manager, News and Knowlege, BBC Future Media</em></p> </div> <div class="bbc-st bbc-st-slim bbc-st-colour bbc-st-light"> <a href="/web/20201112024303/http://www.bbc.co.uk/modules/sharetools/share?url=http%3A%2F%2Fwww.bbc.co.uk%2Fblogs%2Fbbcinternet%2F2012%2F04%2Folympics_24_streams.html&appId=news">Share this page</a> </div> <div class="cleardiv"></div> </div> <link rel="stylesheet" rev="stylesheet" href="/web/20201112024303cs_/http://www.bbc.co.uk/staticarchive/b171f6295dafa594e000486294caf5ef2e356648.css"><link rel="stylesheet" rev="stylesheet" href="/web/20201112024303cs_/http://www.bbc.co.uk/staticarchive/bdc8e6063cc77eae5dd70863b70699ca669df7f2.css"><!--[if lte IE 7]> <link rel="stylesheet" rev="stylesheet" href="https://static.bbci.co.uk/modules/comments/2.6.19/css/comments-ie6-7.css"/> <![endif]--><script type="text/javascript"> (function(){ gloader.load( ["glow", "1", "glow.net"], { async: true, onLoad: function(glow) { glow.ready(function() { commentsParams = { version : '2.6.19', bbc_id_env : 'ssl.bbc.co.uk', base_non_secure_url : 'https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/modules/comments/', base_secure_url : 'https://web.archive.org/web/20201112024303/https://ssl.bbc.co.uk/modules/comments/', ajax_load_url : 'https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/modules/comments/index/getcomments/', ajax_preview_url : 'https://web.archive.org/web/20201112024303/https://ssl.bbc.co.uk/modules/comments/index/preview/', user_auth_url : 'https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/modules/comments/getauth/', translations_url : 'https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/modules/comments/getjstranslations/', items_per_page : 100, sort_order : 'Ascending', sort_by : 'Created', filter : 'none', current_page : 1, page_count : 1, comment_count : 21, site_name : 'blog101', forum_id : 'movabletype101_305584', title : 'Delivering the digital Olympics: 24 live streams via the red button', preset : 'blog', parent_uri : 'https://web.archive.org/web/20201112024303/https://www-sis.bbc.net.uk/blogs/bbcinternet/2012/04/olympics_24_streams.html', postFreq : 0, character_limit : 0, loc : 'en-GB', timezone : 'Europe/London', policy_uri : 'comment', allow_not_signed_in_commenting : '', rtl : false, textarea_height : '40px' ,logged_in : false }; glow.net.loadScript("/staticarchive/9fded8c38030f7e4fa43d9cc9c0033b2315234ef.js", { useCache : true }); }); } } ); })(); </script><a name="comments"></a> <div id="comments" class="comments comments_container preset_blog"> <a name="dna-comments"></a> <h3>Comments <a href="#postcomment" title="Skip to post a comment form" accesskey="8" class="dna-commentbox-logged-in dna-commentbox-add-comment-cta" style="display: none;">Post your comment</a></h3> <div class="dna-user-signin-panel"> <div class="dna-commentbox-logged-out"> <p class="dna-commentbox-userstate"> <a href="https://web.archive.org/web/20201112024303/https://ssl.bbc.co.uk/users/signin?target_resource=comment&ptrt=http%3A%2F%2Fwww-sis.bbc.net.uk%2Fblogs%2Fbbcinternet%2F2012%2F04%2Folympics_24_streams.html#comments" class="identity-login">Sign in</a> or <a href="https://web.archive.org/web/20201112024303/https://ssl.bbc.co.uk/users/register?target_resource=comment&ptrt=http%3A%2F%2Fwww-sis.bbc.net.uk%2Fblogs%2Fbbcinternet%2F2012%2F04%2Folympics_24_streams.html%23comments">register</a> to comment. </p> </div> <div class="dna-commentbox-logged-in dna-logged-in-fragment" style="display: none;"> </div> </div> <div> <div class="dna-comment-list"> <ul class="collections forumthreadposts"><li class=" " id="comment_112168095"> <h4 class="comments_comment_number"><span class="dna-hide">Comment number </span>1.</h4> <cite class="comments_user_info"> At <a class="time" name="comment1" href="https://web.archive.org/web/20201112024303/https://www-sis.bbc.net.uk/blogs/bbcinternet/2012/04/olympics_24_streams.html?postId=112168095">10:58</a> 3rd Apr 2012, <span class="vcard"><span class="fn"><a href="/web/20201112024303/http://www.bbc.co.uk/blogs/profile.shtml?userid=15216143" class="comment_username_205911484756771846">hpengwyn</a></span></span> wrote: </cite> <div class="comment-text"><div> <p>Not to be a wet blanket, but aren't the number of streams on satellite going down after the Olympics?</p> </div></div> <div class="dna-comments-comment-footer"> <p class="flag comment_complain_205911484756771846"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/dna/blog101/comments/UserComplaintPage?hostsource=uk&PostID=112168095&s_start=1" class="popup">Complain about this comment<span class="dna-hide"> (Comment number 1)</span></a></p> </div> </li> <li class=" " id="comment_112168236"> <h4 class="comments_comment_number"><span class="dna-hide">Comment number </span>2.</h4> <cite class="comments_user_info"> At <a class="time" name="comment2" href="https://web.archive.org/web/20201112024303/https://www-sis.bbc.net.uk/blogs/bbcinternet/2012/04/olympics_24_streams.html?postId=112168236">11:12</a> 3rd Apr 2012, <span class="vcard"><span class="fn"><a href="/web/20201112024303/http://www.bbc.co.uk/blogs/profile.shtml?userid=1587105" class="comment_username_1286721">Tiger2000</a></span></span> wrote: </cite> <div class="comment-text"><div> <p>I just hope that the desing of the pages for the streaming services is better then the recent changes to the BBC News and BBC Sport pages, they are now a complete mess with simple things like football scores very hard to find.</p> </div></div> <div class="dna-comments-comment-footer"> <p class="flag comment_complain_1286721"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/dna/blog101/comments/UserComplaintPage?hostsource=uk&PostID=112168236&s_start=1" class="popup">Complain about this comment<span class="dna-hide"> (Comment number 2)</span></a></p> </div> </li> <li class=" " id="comment_112168263"> <h4 class="comments_comment_number"><span class="dna-hide">Comment number </span>3.</h4> <cite class="comments_user_info"> At <a class="time" name="comment3" href="https://web.archive.org/web/20201112024303/https://www-sis.bbc.net.uk/blogs/bbcinternet/2012/04/olympics_24_streams.html?postId=112168263">11:15</a> 3rd Apr 2012, <span class="vcard"><span class="fn"><a href="/web/20201112024303/http://www.bbc.co.uk/blogs/profile.shtml?userid=11888066" class="comment_username_223555">derek500</a></span></span> wrote: </cite> <div class="comment-text"><div> <p>Does this mean the BBC is going to rent six extra transponders on Astra for the duration of the games?<br><br>If you're going to do this, can we have at least one full time 3d channel?</p> </div></div> <div class="dna-comments-comment-footer"> <p class="flag comment_complain_223555"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/dna/blog101/comments/UserComplaintPage?hostsource=uk&PostID=112168263&s_start=1" class="popup">Complain about this comment<span class="dna-hide"> (Comment number 3)</span></a></p> </div> </li> <li class=" " id="comment_112168361"> <h4 class="comments_comment_number"><span class="dna-hide">Comment number </span>4.</h4> <cite class="comments_user_info"> At <a class="time" name="comment4" href="https://web.archive.org/web/20201112024303/https://www-sis.bbc.net.uk/blogs/bbcinternet/2012/04/olympics_24_streams.html?postId=112168361">11:24</a> 3rd Apr 2012, <span class="vcard"><span class="fn"><a href="/web/20201112024303/http://www.bbc.co.uk/blogs/profile.shtml?userid=15216165" class="comment_username_205914557705223175">roline</a></span></span> wrote: </cite> <div class="comment-text"><div> <p>Will this include the Virgin TiVo service? I recently got a TiVo box and was very disappointed to discover that there is NO Red Button service on it at all, even though there had been on the V+. I'm going to be beyond disappointed if I can't watch the full Olympic coverage on it.</p> </div></div> <div class="dna-comments-comment-footer"> <p class="flag comment_complain_205914557705223175"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/dna/blog101/comments/UserComplaintPage?hostsource=uk&PostID=112168361&s_start=1" class="popup">Complain about this comment<span class="dna-hide"> (Comment number 4)</span></a></p> </div> </li> <li class=" " id="comment_112168363"> <h4 class="comments_comment_number"><span class="dna-hide">Comment number </span>5.</h4> <cite class="comments_user_info"> At <a class="time" name="comment5" href="https://web.archive.org/web/20201112024303/https://www-sis.bbc.net.uk/blogs/bbcinternet/2012/04/olympics_24_streams.html?postId=112168363">11:24</a> 3rd Apr 2012, <span class="vcard"><span class="fn"><a href="/web/20201112024303/http://www.bbc.co.uk/blogs/profile.shtml?userid=1056931" class="comment_username_235167">Jordan D</a></span></span> wrote: </cite> <div class="comment-text"><div> <p>And for those of us on Freeview, this Games has less coverage (4 channels, not all full time) than at the last Games.<br><br>How long is content going to remain on the iPlayer? Will it be recordable?</p> </div></div> <div class="dna-comments-comment-footer"> <p class="flag comment_complain_235167"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/dna/blog101/comments/UserComplaintPage?hostsource=uk&PostID=112168363&s_start=1" class="popup">Complain about this comment<span class="dna-hide"> (Comment number 5)</span></a></p> </div> </li> <li class=" " id="comment_112168579"> <h4 class="comments_comment_number"><span class="dna-hide">Comment number </span>6.</h4> <cite class="comments_user_info"> At <a class="time" name="comment6" href="https://web.archive.org/web/20201112024303/https://www-sis.bbc.net.uk/blogs/bbcinternet/2012/04/olympics_24_streams.html?postId=112168579">11:45</a> 3rd Apr 2012, <span class="vcard"><span class="fn"><a href="/web/20201112024303/http://www.bbc.co.uk/blogs/profile.shtml?userid=12516885" class="comment_username_9065">PlatinumPlatypus</a></span></span> wrote: </cite> <div class="comment-text"><div> <p>Roline, it says the channels will also be available through the standard EPG. Jordan D, couldn't agree more but Freeview is just not set up to handle this. Going to be relying on the Internet a lot this summer.</p> </div></div> <div class="dna-comments-comment-footer"> <p class="flag comment_complain_9065"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/dna/blog101/comments/UserComplaintPage?hostsource=uk&PostID=112168579&s_start=1" class="popup">Complain about this comment<span class="dna-hide"> (Comment number 6)</span></a></p> </div> </li> <li class=" " id="comment_112168772"> <h4 class="comments_comment_number"><span class="dna-hide">Comment number </span>7.</h4> <cite class="comments_user_info"> At <a class="time" name="comment7" href="https://web.archive.org/web/20201112024303/https://www-sis.bbc.net.uk/blogs/bbcinternet/2012/04/olympics_24_streams.html?postId=112168772">12:02</a> 3rd Apr 2012, <span class="vcard"><span class="fn"><a href="/web/20201112024303/http://www.bbc.co.uk/blogs/profile.shtml?userid=1034885" class="comment_username_223061">Keep F1 on the BBC</a></span></span> wrote: </cite> <div class="comment-text"><div> <p>@Phil Fearnley<br><br>Will enough room be kept after the Olympics for BBC1,2,3/CBBC,4/CBeebies,News 24 to each have a HD channel and an HD interactive stream for sports or 3D?<br><br>ITV now has all 4 main channels in HD and Channel 4 aims to bring More 4 and Film 4 alongside Channel 4 and E4 in HD.<br><br>If other PSB broadcasters can do this shouldn't the BBC do this taking up the chance it has now?<br><br>If others feel the same please ask the same question so the BBC will answer back as now is the best chance of the BBC being able to go all HD using some of these channels after the Olympics finish.</p> </div></div> <div class="dna-comments-comment-footer"> <p class="flag comment_complain_223061"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/dna/blog101/comments/UserComplaintPage?hostsource=uk&PostID=112168772&s_start=1" class="popup">Complain about this comment<span class="dna-hide"> (Comment number 7)</span></a></p> </div> </li> <li class=" " id="comment_112168854"> <h4 class="comments_comment_number"><span class="dna-hide">Comment number </span>8.</h4> <cite class="comments_user_info"> At <a class="time" name="comment8" href="https://web.archive.org/web/20201112024303/https://www-sis.bbc.net.uk/blogs/bbcinternet/2012/04/olympics_24_streams.html?postId=112168854">12:09</a> 3rd Apr 2012, <span class="vcard"><span class="fn"><a href="/web/20201112024303/http://www.bbc.co.uk/blogs/profile.shtml?userid=1034885" class="comment_username_223061">Keep F1 on the BBC</a></span></span> wrote: </cite> <div class="comment-text"><div> <p>BBC1 and BBC2 England, Scotland, Wales and NI, BBC3/CBBC, BBC4/CBeebies, News 24 and an interactive channel for sports or 3D would only need 12 streams.<br><br>The BBC currently has only 2 but if it can run 24 then it could run 12 although this would mean BBC1 regions would have to wait until it becomes cheaper to offer the BBC1 regions.</p> </div></div> <div class="dna-comments-comment-footer"> <p class="flag comment_complain_223061"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/dna/blog101/comments/UserComplaintPage?hostsource=uk&PostID=112168854&s_start=1" class="popup">Complain about this comment<span class="dna-hide"> (Comment number 8)</span></a></p> </div> </li> <li class=" " id="comment_112168896"> <h4 class="comments_comment_number"><span class="dna-hide">Comment number </span>9.</h4> <cite class="comments_user_info"> At <a class="time" name="comment9" href="https://web.archive.org/web/20201112024303/https://www-sis.bbc.net.uk/blogs/bbcinternet/2012/04/olympics_24_streams.html?postId=112168896">12:13</a> 3rd Apr 2012, <span class="vcard"><span class="fn"><a href="/web/20201112024303/http://www.bbc.co.uk/blogs/profile.shtml?userid=7543209" class="comment_username_224661">Trev</a></span></span> wrote: </cite> <div class="comment-text"><div> <p>At last some good news from the BBC for Olympic fans. 24 HD channels is good news but I suspect they will be low definition at low bitrates. Its a pitty that not more of the 3D coverage is being made available. It also demostrates how much better satellite is over terestrial.<br><br>The last Olympic coverage suffered from too much chat and not enough action. Lets hope the BBC will reduce the chat this time.</p> </div></div> <div class="dna-comments-comment-footer"> <p class="flag comment_complain_224661"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/dna/blog101/comments/UserComplaintPage?hostsource=uk&PostID=112168896&s_start=1" class="popup">Complain about this comment<span class="dna-hide"> (Comment number 9)</span></a></p> </div> </li> <li class=" " id="comment_112169001"> <h4 class="comments_comment_number"><span class="dna-hide">Comment number </span>10.</h4> <cite class="comments_user_info"> At <a class="time" name="comment10" href="https://web.archive.org/web/20201112024303/https://www-sis.bbc.net.uk/blogs/bbcinternet/2012/04/olympics_24_streams.html?postId=112169001">12:21</a> 3rd Apr 2012, <span class="vcard"><span class="fn"><a href="/web/20201112024303/http://www.bbc.co.uk/blogs/profile.shtml?userid=2227952" class="comment_username_37917">Bill Taylor</a></span></span> wrote: </cite> <div class="comment-text"><div> <p>Just an impassioned plea: The BBC HD channel was once the gold standard for not over-compressed HD picture quality and good 5.1 DD sound productions. This was after a long test period where the optimal compression rates and the value of 5.1 sound was determined. Then BBD got new video compression capability and significantly reduced the video bandwidth used. I and some others complained that BBC HD was no longer the gold standard. After much exchange I had to accept that my needs for HD were in the minority, a minority that the BBC could not pamper. So I had to accept the lower HD picture quality.<br><br>Please BBC do not make things worse by compromising PQ to get more from the available bandwidth (transmission and BBC digital infrastructure)<br><br>Please ask Andy Questead for further information if he is still with the BBC and allowed to publicly comment.</p> </div></div> <div class="dna-comments-comment-footer"> <p class="flag comment_complain_37917"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/dna/blog101/comments/UserComplaintPage?hostsource=uk&PostID=112169001&s_start=1" class="popup">Complain about this comment<span class="dna-hide"> (Comment number 10)</span></a></p> </div> </li> <li class=" " id="comment_112171720"> <h4 class="comments_comment_number"><span class="dna-hide">Comment number </span>11.</h4> <cite class="comments_user_info"> At <a class="time" name="comment11" href="https://web.archive.org/web/20201112024303/https://www-sis.bbc.net.uk/blogs/bbcinternet/2012/04/olympics_24_streams.html?postId=112171720">16:40</a> 3rd Apr 2012, <span class="vcard"><span class="fn"><a href="/web/20201112024303/http://www.bbc.co.uk/blogs/profile.shtml?userid=9191631" class="comment_username_197309">angrymartin</a></span></span> wrote: </cite> <div class="comment-text"><div> <p>Is this on freesat, or sky only?</p> </div></div> <div class="dna-comments-comment-footer"> <p class="flag comment_complain_197309"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/dna/blog101/comments/UserComplaintPage?hostsource=uk&PostID=112171720&s_start=1" class="popup">Complain about this comment<span class="dna-hide"> (Comment number 11)</span></a></p> </div> </li> <li class=" " id="comment_112172122"> <h4 class="comments_comment_number"><span class="dna-hide">Comment number </span>12.</h4> <cite class="comments_user_info"> At <a class="time" name="comment12" href="https://web.archive.org/web/20201112024303/https://www-sis.bbc.net.uk/blogs/bbcinternet/2012/04/olympics_24_streams.html?postId=112172122">17:26</a> 3rd Apr 2012, <span class="vcard"><span class="fn"><a href="/web/20201112024303/http://www.bbc.co.uk/blogs/profile.shtml?userid=14385942" class="comment_username_1669344">Alex Cockell</a></span></span> wrote: </cite> <div class="comment-text"><div> <p>I know it's not very long - but could you ensure it's all visible to Connected TVs and the like?</p> </div></div> <div class="dna-comments-comment-footer"> <p class="flag comment_complain_1669344"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/dna/blog101/comments/UserComplaintPage?hostsource=uk&PostID=112172122&s_start=1" class="popup">Complain about this comment<span class="dna-hide"> (Comment number 12)</span></a></p> </div> </li> <li class=" " id="comment_112174261"> <h4 class="comments_comment_number"><span class="dna-hide">Comment number </span>13.</h4> <cite class="comments_user_info"> At <a class="time" name="comment13" href="https://web.archive.org/web/20201112024303/https://www-sis.bbc.net.uk/blogs/bbcinternet/2012/04/olympics_24_streams.html?postId=112174261">22:21</a> 3rd Apr 2012, <span class="vcard"><span class="fn"><a href="/web/20201112024303/http://www.bbc.co.uk/blogs/profile.shtml?userid=15216987" class="comment_username_205996714121656327">berniebadger</a></span></span> wrote: </cite> <div class="comment-text"><div> <p>Your 4-screen strategy doesn't seem to account for broadcast TV, which is what this post starts off about. So shouldn't it be a 5-screen strategy?<br><br>And BBC Red Button isn't BBC Online, so you're talking about two services not one. So really you have a 2-10-5 strategy, not a 1-10-4 strategy, yes?<br><br>And what about connected radio. Maybe make it a 3-10-6 strategy just in case.</p> </div></div> <div class="dna-comments-comment-footer"> <p class="flag comment_complain_205996714121656327"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/dna/blog101/comments/UserComplaintPage?hostsource=uk&PostID=112174261&s_start=1" class="popup">Complain about this comment<span class="dna-hide"> (Comment number 13)</span></a></p> </div> </li> <li class=" " id="comment_112174825"> <h4 class="comments_comment_number"><span class="dna-hide">Comment number </span>14.</h4> <cite class="comments_user_info"> At <a class="time" name="comment14" href="https://web.archive.org/web/20201112024303/https://www-sis.bbc.net.uk/blogs/bbcinternet/2012/04/olympics_24_streams.html?postId=112174825">07:09</a> 4th Apr 2012, <span class="vcard"><span class="fn"><a href="/web/20201112024303/http://www.bbc.co.uk/blogs/profile.shtml?userid=15049109" class="comment_username_183317486252063492">marcus1972</a></span></span> wrote: </cite> <div class="comment-text"><div> <p>A simple question.<br><br>Will I be able to watch any Olympic event live on my TV, I have freesat, via the red button and/or the BBC Website?<br><br>Or, to guarantee that all events will be available to be watched live, I will need a mixture of Freesat, Freeview and SKY? <br><br>Thanks</p> </div></div> <div class="dna-comments-comment-footer"> <p class="flag comment_complain_183317486252063492"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/dna/blog101/comments/UserComplaintPage?hostsource=uk&PostID=112174825&s_start=1" class="popup">Complain about this comment<span class="dna-hide"> (Comment number 14)</span></a></p> </div> </li> <li class=" notables " id="comment_112176229"> <h4 class="comments_comment_number"><span class="dna-hide">Comment number </span>15.</h4> <cite class="comments_user_info"> At <a class="time" name="comment15" href="https://web.archive.org/web/20201112024303/https://www-sis.bbc.net.uk/blogs/bbcinternet/2012/04/olympics_24_streams.html?postId=112176229">10:52</a> 4th Apr 2012, <span class="vcard"><span class="fn"><a href="/web/20201112024303/http://www.bbc.co.uk/blogs/profile.shtml?userid=11648404" class="comment_username_9863">Nick Reynolds</a></span></span> wrote: </cite> <div class="comment-text"><div> <p>hi - people commenting here may be interested in <a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/profile.shtml?userid=11652656">comments by Roger Mosey</a> on his associated blog post which may answer some of your questions.<br><br>Thanks</p> </div></div> <div class="dna-comments-comment-footer"> <p class="flag comment_complain_9863"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/dna/blog101/comments/UserComplaintPage?hostsource=uk&PostID=112176229&s_start=1" class="popup">Complain about this comment<span class="dna-hide"> (Comment number 15)</span></a></p> </div> </li> <li class=" " id="comment_112187516"> <h4 class="comments_comment_number"><span class="dna-hide">Comment number </span>16.</h4> <cite class="comments_user_info"> At <a class="time" name="comment16" href="https://web.archive.org/web/20201112024303/https://www-sis.bbc.net.uk/blogs/bbcinternet/2012/04/olympics_24_streams.html?postId=112187516">15:07</a> 5th Apr 2012, <span class="vcard"><span class="fn"><a href="/web/20201112024303/http://www.bbc.co.uk/blogs/profile.shtml?userid=15218350" class="comment_username_206292166700950022">AngryBeads</a></span></span> wrote: </cite> <div class="comment-text"><div> <p>So I pressed the link to read the 1-10-4 article and was presented with an embedded Slideshare presentation, which my ipad advised me is a "the format is not yet supported". So I decided to watch some short news clips on the BBC Sport website. Once I'd worked out where the scores had been hidden (under a date-arbitrary drop down menu) and found the clip I wanted to see, guess what? Yup. Flash. That would be the format even Adobe have stopped developing for mobile. It's 2012 and if this is the best the BBC can offer online, my hopes for streaming Olympic video is not high. 60 million iPads will be sold this year. Does anyone at the BBC Internet team even own one?</p> </div></div> <div class="dna-comments-comment-footer"> <p class="flag comment_complain_206292166700950022"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/dna/blog101/comments/UserComplaintPage?hostsource=uk&PostID=112187516&s_start=1" class="popup">Complain about this comment<span class="dna-hide"> (Comment number 16)</span></a></p> </div> </li> <li class=" " id="comment_112188268"> <h4 class="comments_comment_number"><span class="dna-hide">Comment number </span>17.</h4> <cite class="comments_user_info"> At <a class="time" name="comment17" href="https://web.archive.org/web/20201112024303/https://www-sis.bbc.net.uk/blogs/bbcinternet/2012/04/olympics_24_streams.html?postId=112188268">16:25</a> 5th Apr 2012, <span class="vcard"><span class="fn"><a href="/web/20201112024303/http://www.bbc.co.uk/blogs/profile.shtml?userid=15216165" class="comment_username_205914557705223175">roline</a></span></span> wrote: </cite> <div class="comment-text"><div> <p>@Nick Reynolds<br><br>The comments by Roger Mosey on coverage only seem to cover Freeview and Freesat. Is there any information at all for Virgin Media or Sky subscribers? I should point out that we pay our licence fee too, and so should also be entitled to this coverage.<br><br>@AngryBeads<br><br>I agree. It's high time the BBC Sport (and other BBC web properties) worked out how to stream video in a format available to all platforms. Plenty of other sites do it, why is the BBC lagging behind so badly?</p> </div></div> <div class="dna-comments-comment-footer"> <p class="flag comment_complain_205914557705223175"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/dna/blog101/comments/UserComplaintPage?hostsource=uk&PostID=112188268&s_start=1" class="popup">Complain about this comment<span class="dna-hide"> (Comment number 17)</span></a></p> </div> </li> <li class=" " id="comment_112189062"> <h4 class="comments_comment_number"><span class="dna-hide">Comment number </span>18.</h4> <cite class="comments_user_info"> At <a class="time" name="comment18" href="https://web.archive.org/web/20201112024303/https://www-sis.bbc.net.uk/blogs/bbcinternet/2012/04/olympics_24_streams.html?postId=112189062">17:55</a> 5th Apr 2012, <span class="vcard"><span class="fn"><a href="/web/20201112024303/http://www.bbc.co.uk/blogs/profile.shtml?userid=15218681" class="comment_username_206324764345223426">Paul Marshall</a></span></span> wrote: </cite> <div class="comment-text"><div> <p>Ah, pedantic point here: the Queen's Coronation was 1953, not 1952! <br><br>FYI, we're putting together a rebuild of one of the Marconi OB trucks ('scanner' in BBC speak) used for the Coronation.<br><br>See: www.projectvivat.co.uk<br><br>We really need to update the website, it's coming on quite well now!</p> </div></div> <div class="dna-comments-comment-footer"> <p class="flag comment_complain_206324764345223426"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/dna/blog101/comments/UserComplaintPage?hostsource=uk&PostID=112189062&s_start=1" class="popup">Complain about this comment<span class="dna-hide"> (Comment number 18)</span></a></p> </div> </li> <li class=" " id="comment_112200481"> <h4 class="comments_comment_number"><span class="dna-hide">Comment number </span>19.</h4> <cite class="comments_user_info"> At <a class="time" name="comment19" href="https://web.archive.org/web/20201112024303/https://www-sis.bbc.net.uk/blogs/bbcinternet/2012/04/olympics_24_streams.html?postId=112200481">12:08</a> 7th Apr 2012, <span class="vcard"><span class="fn"><a href="/web/20201112024303/http://www.bbc.co.uk/blogs/profile.shtml?userid=15220041" class="comment_username_206644795915136261">Manoj Singh</a></span></span> wrote: </cite> <div class="comment-text"><div> <p class="comment-text-moderation"> <span class="comment_moderated_username_206644795915136261">This</span> comment was removed because the moderators found it broke the house rules. <a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/moderation.shtml" target="_blank">Explain</a>. </p> </div></div> <div class="dna-comments-comment-footer"> <p class="flag comment_complain_206644795915136261"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/dna/blog101/comments/UserComplaintPage?hostsource=uk&PostID=112200481&s_start=1" class="popup">Complain about this comment<span class="dna-hide"> (Comment number 19)</span></a></p> </div> </li> <li class=" notables " id="comment_112223738"> <h4 class="comments_comment_number"><span class="dna-hide">Comment number </span>20.</h4> <cite class="comments_user_info"> At <a class="time" name="comment20" href="https://web.archive.org/web/20201112024303/https://www-sis.bbc.net.uk/blogs/bbcinternet/2012/04/olympics_24_streams.html?postId=112223738">13:07</a> 10th Apr 2012, <span class="vcard"><span class="fn"><a href="/web/20201112024303/http://www.bbc.co.uk/blogs/profile.shtml?userid=14904748" class="comment_username_152462444147073284">Ian McDonald</a></span></span> wrote: </cite> <div class="comment-text"><div> <p>@Paul (#18):<br><br>Well spotted. That mistake was mine, not Phil's, and I've corrected it. Good luck with <a href="https://web.archive.org/web/20201112024303/https://projectvivat.co.uk/">Project Vivat</a>.</p> </div></div> <div class="dna-comments-comment-footer"> <p class="flag comment_complain_152462444147073284"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/dna/blog101/comments/UserComplaintPage?hostsource=uk&PostID=112223738&s_start=1" class="popup">Complain about this comment<span class="dna-hide"> (Comment number 20)</span></a></p> </div> </li> <li class=" " id="comment_112225330"> <h4 class="comments_comment_number"><span class="dna-hide">Comment number </span>21.</h4> <cite class="comments_user_info"> At <a class="time" name="comment21" href="https://web.archive.org/web/20201112024303/https://www-sis.bbc.net.uk/blogs/bbcinternet/2012/04/olympics_24_streams.html?postId=112225330">15:42</a> 10th Apr 2012, <span class="vcard"><span class="fn"><a href="/web/20201112024303/http://www.bbc.co.uk/blogs/profile.shtml?userid=15217708" class="comment_username_206147124044468230">usernamefood</a></span></span> wrote: </cite> <div class="comment-text"><div> <p>Look like the old Sky box will be going out of the loft, Rather that then Freeview coverage</p> </div></div> <div class="dna-comments-comment-footer"> <p class="flag comment_complain_206147124044468230"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/dna/blog101/comments/UserComplaintPage?hostsource=uk&PostID=112225330&s_start=1" class="popup">Complain about this comment<span class="dna-hide"> (Comment number 21)</span></a></p> </div> </li> </ul><div class="ieclear"> </div> </div> </div> <div class="dna-comments-footer"> <p class="dna-commentbox-nocomments"> <span class="forumclosed">This entry is now closed for comments</span> </p> </div> </div> <script type="text/javascript"> /* fix to make new permalinks backwards compatible */ var hash=location.hash; if (hash) { var postId = hash.match(/P([0-9]*)/); if (postId && typeof(postId) == 'object' && postId[1]) { var ele = document.getElementById('comment_' + postId[1]); if (ele) { ele.className = 'target_comment'; window.location = '#comment_' + postId[1]; } else { window.location = location.pathname + '?postId=' + postId[1] + '#comment_' + postId[1]; } } } var captchafixfunc = function() { if (typeof(comments) == 'object' && typeof(comments.loadPage) == 'function') { comments.destroyRecaptcha = function() { return true; } clearInterval(captchafix); delete(captchafix) } } var captchafix = setInterval("captchafixfunc()", 1000); </script></div> </div> <!--contents ends here--> <!-- sidebar starts here --> <div class="sidebar"> <p class="jump"><a href="#jump_more">Jump to more content from this blog</a></p> <div class="block block-one about"> <div class="wrap1"> <div class="wrap2"> <div class="wrap3"> <div class="title"><h3>About this blog</h3></div> <div class="inner"> Staff from the BBC's online and technology teams talk about BBC Online, BBC iPlayer, and the BBC's digital and mobile services. The blog is reactively moderated. Posts are normally closed for comment after three months. Your host is Eliza Kessler. <div class="cleardiv"><!--clearing--></div> <p style="margin:10px 0 0 0!important">For the latest updates across BBC blogs, <br><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs">visit the Blogs homepage</a>.</p> <div class="cleardiv"><!--clearing--></div> </div> </div> </div> </div> </div> <div class="block rss block-one"> <div class="wrap1"> <div class="wrap2"> <div class="wrap3"> <div class="title"><h3>Subscribe to BBC Internet Blog</h3></div> <div class="inner"> <p>You can stay up to date with BBC Internet Blog via these feeds.</p> <p class="rss_link first"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/rss.xml">BBC Internet Blog Feed</a><span>(RSS)</span></p> <p class="rss_link"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/atom.xml">BBC Internet Blog Feed</a><span>(ATOM)</span></p> <p>If you aren't sure what RSS is you'll find <a href="https://web.archive.org/web/20201112024303/https://news.bbc.co.uk/1/hi/help/3223484.stm">our beginner's guide to RSS</a> useful.</p> </div> </div> </div> </div> </div> <div class="block block-three delicious"> <div class="wrap1"> <div class="wrap2"> <div class="wrap3"> <div class="title"><h3>BBC Online in the news and blogs</h3></div> <div class="inner"> <!--delicious code goes here--> <style type="text/css"> .delicious-posts ul {list-style-type:none; margin: 0 0 1em 0; padding: 0 } .delicious-tag,.delicious-extended {font-size:smaller} .delicious-extended{margin:0;padding:0 0 0.25em 0} .module-list-item .delicious-posts ul{margin:0;padding:0} .module-list-item .delicious-posts h2, .module-list-item .delicious-posts li:first-child{margin-top:0} </style><div class="delicious-posts" id="delicious-posts-bbceditorsblog"> <h2 class="delicious-banner sidebar-title"> <a href="https://web.archive.org/web/20201112024303/https://delicious.com/bbceditorsblog">My Delicious Bookmarks</a> </h2> <ul><li class="delicious-post delicious-odd"> <a class="delicious-link" href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/dna/mbpointsofview/NF1951566?thread=8407455">BBC weather..</a> <p class="delicious-extended">From BBC Points of View Messageboard</p> </li> <li class="delicious-post delicious-even"> <a class="delicious-link" href="https://web.archive.org/web/20201112024303/https://www.boards.ie/vbulletin/showthread.php?t=2056857380">Only BBC channels not coming in properly?</a> <p class="delicious-extended">From Boards IE</p> </li> <li class="delicious-post delicious-odd"> <a class="delicious-link" href="https://web.archive.org/web/20201112024303/https://www.mediauk.com/article/34387/who-is-grasping-the-opportunity-with-social-media?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+JamesCridlandsBlog+%28James+Cridland%27s+blog%29&utm_content=Google+Reader">Who is grasping the opportunity with social media?</a> <p class="delicious-extended">From Media UK</p> </li> <li class="delicious-post delicious-even"> <a class="delicious-link" href="https://web.archive.org/web/20201112024303/https://nickreynoldsatwork.wordpress.com/2013/01/14/the-value-of-user-generated-content-notes-1-the-price-of-love/">The “value” of “user generated content”</a> <p class="delicious-extended">From Nick Reynolds at Work</p> </li> <li class="delicious-post delicious-odd"> <a class="delicious-link" href="https://web.archive.org/web/20201112024303/https://forums.digitalspy.co.uk/showthread.php?p=63662771">bbc iplayer, 4od, demand 5</a> <p class="delicious-extended">From Digital Spy Forum</p> </li> </ul></div> <!--delicious code goes here--> </div> <div class="bottom"> <p>Links to conversations and stories about the BBC's online activities. The links on this blog and its <a href="https://web.archive.org/web/20201112024303/https://delicious.com/bbccouk">delicious</a> stream are chosen by Eliza Kessler and Nick Reynolds. Follow <a href="https://web.archive.org/web/20201112024303/https://twitter.com/bbcinterntlinks">@bbcinternetlinks</a> on Twitter.</p> </div> </div> </div> </div> </div> <div class="block block-three flickr"> <div class="wrap1"> <div class="wrap2"> <div class="wrap3"> <div class="title"><h3>Follow on Twitter</h3></div> <div class="inner"> <br><a href="https://web.archive.org/web/20201112024303/https://twitter.com/AboutTheBBC">About The BBC</a><br><br><a href="https://web.archive.org/web/20201112024303/https://twitter.com/bbccouk">BBC Internet Blog</a><br><br><a href="https://web.archive.org/web/20201112024303/https://twitter.com/bbcinterntlinks">bbc internet links</a><br><br><a href="https://web.archive.org/web/20201112024303/https://twitter.com/BBCiPlayer">BBC iPlayer</a> <br><br><a href="https://web.archive.org/web/20201112024303/https://twitter.com/BBCRedButton">BBC Red Button</a> <br><br><a href="https://web.archive.org/web/20201112024303/https://twitter.com/bbcblueroom">BBC Blue Room</a> <br><br><a href="https://web.archive.org/web/20201112024303/https://twitter.com/BBCRD">BBC R&D</a><br><br><a href="https://web.archive.org/web/20201112024303/https://twitter.com/RalphRivera">Ralph Rivera</a><br></div> </div> </div> </div> </div> <div class="block block-three flickr"> <div class="wrap1"> <div class="wrap2"> <div class="wrap3"> <div class="title"><h3>BBC Blogs and Boards</h3></div> <div class="inner"> <ul><li><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/aboutthebbc/">About the BBC</a></li> <li><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/theeditors/">The Editors at BBC News</a></li> <li><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/dna/mbpointsofview/F1951574">Points of View Messageboard</a></li> <li><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/radio4/">Radio 4 blog</a></li> <li><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/5live/">5 Live blog</a></li> <li><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/radio/">BBC Radio blog</a></li> <li><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/researchanddevelopment/">BBC Research and Development blog</a></li> <li><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/tv/">BBC TV blog</a></li> </ul><ul><li><a href="https://web.archive.org/web/20201112024303/https://iplayerhelp.external.bbc.co.uk/help/announcements/programme_latest_issues">BBC iPlayer: Latest Programme Issues</a></li> </ul></div> <div class="bottom"> <p>Find all BBC bloggers on the <a href="https://web.archive.org/web/20201112024303/https://bbc.co.uk/blogs/" title="blogs">blog homepage</a></p> </div> </div> </div> </div> </div> </div> <!-- sidebar ends here --> </div> <div class="cleardiv"><!--clearing div--></div> </div> <!--main content ends here--> <div class="cleardiv"><!--clearing div--></div> <div id="explore"> <div class="more content"> <h2><a name="jump_more"></a>More from this blog...</h2> <!--grids--> <div class="grids"> <div class="unit topical"> <div class="title"><h3>Topical posts on this blog</h3></div> <div class="inner"> <div id="beingdiscussedNow"> <h2>Being Discussed Now</h2> <ul class="dna-list"><li><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/2012/01/whats_on_bbc_red_button_masterclass_january.html">What's On BBC Red Button 28th January - 5th February</a><span>(1)</span></li> <li><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/2013/01/iplayer_christmas_2012.html">Christmas 2012 on BBC iPlayer </a><span>(5)</span></li> <li><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/2013/01/antiques_roadshow_play-along_a.html">New Antiques Roadshow play-along app</a><span>(11)</span></li> <li><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/2012/12/iplayer_radio_traffic.html">BBC iPlayer Radio: two months on</a><span>(24)</span></li> <li><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/2012/12/android_update.html">Android: An update </a><span>(121)</span></li> <li><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/2013/01/sport_app.html">The BBC Sport iPhone app </a><span>(116)</span></li> <li><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/blogbbcinternet/posts/torch_relay">torch_relay</a><span>(1)</span></li> <li><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/blogbbcinternet/posts/connected_studio_now">connected_studio_now</a><span>(2)</span></li> <li><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/2011/06/your_paintings_opening_up_the.html">Your Paintings: Opening up the nation's art collection</a><span>(1)</span></li> <li><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/2012/12/start-ups_digital_media_trends.html">Start-ups, digital media trends and the BBC</a><span>(3)</span></li> </ul></div> </div> </div> <div class="unit archives"> <!--block item - dark green top box--> <div class="title"><h3>Archives</h3></div> <div class="inner"> <p><strong>Past twelve months</strong></p> <ul><li><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/2013/01/">January 2013 (11)</a></li> <li><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/2012/12/">December 2012 (18)</a></li> <li><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/2012/11/">November 2012 (16)</a></li> <li><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/2012/10/">October 2012 (12)</a></li> <li><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/2012/09/">September 2012 (14)</a></li> <li><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/2012/08/">August 2012 (19)</a></li> <li><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/2012/07/">July 2012 (14)</a></li> <li><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/2012/06/">June 2012 (21)</a></li> <li><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/2012/05/">May 2012 (23)</a></li> <li><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/2012/04/">April 2012 (13)</a></li> <li><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/2012/03/">March 2012 (19)</a></li> <li><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/2012/02/">February 2012 (13)</a></li> </ul><p class="all"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/archives.html">complete archive</a></p> </div> <!--end item - dark green top box--> </div> <div class="unit tags"> <!--block item - dark green top box--> <div class="title"><h3>Categories</h3></div> <div class="inner"> <p>These are some of the popular topics this blog covers.</p> <ul class="tags"><li class="rank-16"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/3dtv/">3dtv</a></li> <li class="rank-32"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/accessibility/">accessibility</a></li> <li class="rank-14"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/strategy_review/">accountability</a></li> <li class="rank-5"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/audiences/">audiences</a></li> <li class="rank-4"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/awards/">awards</a></li> <li class="rank-1"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/bbc_academy/">bbc academy</a></li> <li class="rank-2"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/bbc_alba/">bbc alba</a></li> <li class="rank-23"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/archive/">bbc archive</a></li> <li class="rank-2"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/bbc_college_of_journalism/">bbc college of journalism</a></li> <li class="rank-15"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/bbc_id/">bbc id</a></li> <li class="rank-91"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/news/">bbc news</a></li> <li class="rank-191"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/bbconline/">bbc online</a></li> <li class="rank-47"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/sport/">bbc sport</a></li> <li class="rank-2"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/bbc_three/">bbc three</a></li> <li class="rank-18"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/bbc_trust/">bbc trust</a></li> <li class="rank-15"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/bbc_world_service/">bbc world service</a></li> <li class="rank-10"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/beta/">beta</a></li> <li class="rank-36"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/blogs/">blogs</a></li> <li class="rank-12"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/cbbc/">cbbc</a></li> <li class="rank-16"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/children/">children</a></li> <li class="rank-33"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/iptv/">connected tv</a></li> <li class="rank-19"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/digital_democracy/">digital public space</a></li> <li class="rank-14"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/drm/">drm</a></li> <li class="rank-12"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/freeview/">freeview</a></li> <li class="rank-9"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/freeview_hd/">freeview hd</a></li> <li class="rank-82"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/hdtv/">hdtv</a></li> <li class="rank-44"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/homepage/">homepage</a></li> <li class="rank-154"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/research_and_development/">innovation</a></li> <li class="rank-8"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/ipv6/">internet protocol</a></li> <li class="rank-225"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/iplayer/">iplayer</a></li> <li class="rank-23"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/bbc_iplayer_press_pack/">iplayer press pack</a></li> <li class="rank-12"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/bbc_learning/">learning</a></li> <li class="rank-7"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/media_literacy/">media literacy</a></li> <li class="rank-108"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/mobile/">mobile</a></li> <li class="rank-5"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/moderation/">moderation</a></li> <li class="rank-20"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/music/">music</a></li> <li class="rank-11"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/open_post/">open post</a></li> <li class="rank-23"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/opensource/">open source</a></li> <li class="rank-39"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/openstandards/">open standards</a></li> <li class="rank-14"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/podcasts/">podcasts</a></li> <li class="rank-60"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/radio/">radio</a></li> <li class="rank-55"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/audioandmusic/">radio & music</a></li> <li class="rank-10"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/radio_1/">radio 1</a></li> <li class="rank-2"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/radio_2/">radio 2</a></li> <li class="rank-4"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/radio_3/">radio 3</a></li> <li class="rank-26"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/radio_4_1/">radio 4</a></li> <li class="rank-5"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/5_live/">radio 5 live</a></li> <li class="rank-2"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/6_music/">radio 6 music</a></li> <li class="rank-141"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/red_button/">red button</a></li> <li class="rank-156"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/round_up/">round up</a></li> <li class="rank-20"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/search/">search</a></li> <li class="rank-67"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/social_media/">social</a></li> <li class="rank-24"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/external_relationships/">stakeholders</a></li> <li class="rank-12"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/streaming/">streaming</a></li> <li class="rank-9"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/tablet/">tablet</a></li> <li class="rank-19"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/television/">television</a></li> <li class="rank-3"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/radioplayer/">uk radioplayer</a></li> <li class="rank-50"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/uxd/">user experience & design</a></li> <li class="rank-9"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/visualisation/">visualisation</a></li> <li class="rank-13"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/weather/">weather</a></li> <li class="rank-14"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/project_canvas/">youview</a></li> </ul></div> <!--end item - dark green top box--> </div> <div class="unit authors"> <div class="title"><h3>Latest contributors</h3></div> <div class="inner"> <ul><li><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/chris_russell/">Chris Russell</a></li> <li><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/yasser_rashid/">Yasser Rashid</a></li> <li><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/chris_kimber/">Chris Kimber</a></li> <li><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/chris_sizemore/">Chris Sizemore</a></li> <li><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/andy_quested/">Andy Quested</a></li> <li><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/richard_smith/">Richard Smith</a></li> <li><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/dave_price/">Dave Price</a></li> <li><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/richard_robbins/">Richard Robbins</a></li> <li><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/tess_foster/">Tess Foster</a></li> <li><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/andrew_pipes/">Andrew Pipes</a></li> <li><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/eliza_kessler/">Eliza Kessler</a></li> <li><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/james_aslett/">James Aslett</a></li> <li><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/lucie_mclean/">Lucie Mclean</a></li> <li><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/tom_williams/">Tom Williams</a></li> <li><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/sorcha_clifford/">Sorcha Clifford</a></li> <li><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/helene_sears/">Helene Sears</a></li> <li><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/blogs/bbcinternet/mike_brown/">Mike Brown</a></li> </ul></div> </div> </div> <!-- end grids--> </div> </div> </div> <script type="text/javascript" src="/web/20201112024303js_/http://www.bbc.co.uk/staticarchive/a6d9e652f6ae17eb1e582e3c58afb64e417a7216.js"></script><script type="text/javascript">set_latest_blog(101);</script><!--MT global footer start--></div> <div id="blq-mast" class="blq-rst blq-default-domestic blq-new-nav" lang="en-GB"> <div id="blq-sign-in"> <div id="id-status" class="blq-id-v4"> <div class="id-out id-gel"> <h2 class="blq-hide">BBC iD</h2> <a href="https://web.archive.org/web/20201112024303/https://ssl.bbc.co.uk/id/status" id="blq-idstatus-link"> <span class="id-icon"> <span></span> </span> <span id="blq-idstatus-text"> BBC iD </span> <span class="id-spinner"></span> <span class="blq-dropdown-arrow"> <span></span> </span> </a> </div> <div id="id-status-nav"> <div class="id-in blq-rst"> <ul><li> <a name="idDash" class="blq-nogo has-ptrt idDash" href="https://web.archive.org/web/20201112024303/https://ssl.bbc.co.uk/id/settings"> Settings </a> </li> <li> <a name="idSignout" class="blq-nogo has-ptrt idSignout" href="https://web.archive.org/web/20201112024303/https://ssl.bbc.co.uk/id/signout"> Sign out </a> </li> </ul></div> </div> </div> </div> <form method="get" id="blq-search-form" action="https://web.archive.org/web/20201112024303/https://search.bbc.co.uk/search" accept-charset="utf-8"> <p id="blq-nav-search"> <input type="hidden" name="go" value="toolbar"><input type="hidden" name="uri" value="/blogs/bbcinternet/2012/04/olympics_24_streams.html"><label for="blq-search" class="blq-hide">Search term:</label> <input id="blq-search" type="text" name="q" value="" maxlength="128"><input id="blq-search-btn" type="submit" value="Search"></p> </form> <h2 class="blq-hide">BBC navigation</h2> <ul id="blq-nav-main" class="blq-not-uk"><li id="blq-nav-n"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/news/" hreflang="en-GB">News</a></li> <li id="blq-nav-s"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/sport/" hreflang="en-GB">Sport</a></li> <li id="blq-nav-w"><a href="https://web.archive.org/web/20201112024303/https://www.bbc.co.uk/weather/" hreflang="en-GB">Weather</a></li> <li id="blq-nav-i"> <a href="/web/20201112024303/http://www.bbc.co.uk/iplayer/" hreflang="en-GB">iPlayer</a> </li> <li id="blq-nav-t"><a href="/web/20201112024303/http://www.bbc.co.uk/tv/" hreflang="en-GB">TV</a></li> <li id="blq-nav-r"><a href="/web/20201112024303/http://www.bbc.co.uk/radio/" hreflang="en-GB">Radio</a></li> <li id="blq-nav-m"><a href="#blq-nav">More…</a></li> </ul></div> <div id="blq-nav" class="blq-blue"> <div id="blq-nav-links" class="blq-clearfix" lang="en-GB"> <div id="blq-nav-links-inner"> <ul class="blq-nav-sub blq-first"><li><a href="/web/20201112024303/http://www.bbc.co.uk/cbbc/">CBBC</a></li> <li><a href="/web/20201112024303/http://www.bbc.co.uk/cbeebies/">CBeebies</a></li> <li><a href="/web/20201112024303/http://www.bbc.co.uk/comedy/">Comedy</a></li> <li><a href="/web/20201112024303/http://www.bbc.co.uk/food/">Food</a></li> <li><a href="/web/20201112024303/http://www.bbc.co.uk/history/">History</a></li> </ul><ul class="blq-nav-sub"><li><a href="/web/20201112024303/http://www.bbc.co.uk/learning/">Learning</a></li> <li><a href="/web/20201112024303/http://www.bbc.co.uk/music/">Music</a></li> <li><a href="/web/20201112024303/http://www.bbc.co.uk/science/">Science</a></li> <li><a href="/web/20201112024303/http://www.bbc.co.uk/nature/">Nature</a></li> <li><a href="/web/20201112024303/http://www.bbc.co.uk/local/">Local</a></li> </ul><ul class="blq-nav-sub blq-last"><li><a href="/web/20201112024303/http://www.bbc.co.uk/northernireland/">Northern Ireland</a></li> <li><a href="/web/20201112024303/http://www.bbc.co.uk/scotland/">Scotland</a></li> <li><a href="/web/20201112024303/http://www.bbc.co.uk/wales/">Wales</a></li> <li id="blq-az"><a href="/web/20201112024303/http://www.bbc.co.uk/a-z/">Full A-Z<span class="blq-hide"> of BBC sites</span></a></li> </ul></div> </div> </div> <!--[if IE 6]> <div id="blq-ie6-upgrade"> <p> <span>You're using the Internet Explorer 6 browser to view the BBC website. Our site will work much better if you change to a more modern browser. It's free, quick and easy.</span> <a href="https://www.browserchoice.eu/">Find out more <span>about upgrading your browser</span> here…</a> </p> </div> <![endif]--> <div id="blq-foot" lang="en-GB" class="blq-rst blq-clearfix blq-foot-grey"> <div id="blq-footlinks"> <h2 class="blq-hide">BBC links</h2> <ul><li class="blq-footlinks-row"> <ul class="blq-footlinks-row-list"><li><a href="https://web.archive.org/web/20201112024303/https://m.bbc.co.uk/">Mobile site</a></li> <li><a href="/web/20201112024303/http://www.bbc.co.uk/terms/">Terms of Use</a></li> <li><a href="/web/20201112024303/http://www.bbc.co.uk/aboutthebbc/">About the BBC</a></li> </ul></li> <li class="blq-footlinks-row"> <ul class="blq-footlinks-row-list"><li><a href="/web/20201112024303/http://www.bbc.co.uk/privacy/">Privacy</a></li> <li><a href="/web/20201112024303/http://www.bbc.co.uk/accessibility/">Accessibility Help</a></li> </ul></li> <li class="blq-footlinks-row"> <ul class="blq-footlinks-row-list"><li><a href="/web/20201112024303/http://www.bbc.co.uk/privacy/cookies/about">Cookies</a></li> <li><a href="/web/20201112024303/http://www.bbc.co.uk/contact/">Contact the BBC</a></li> </ul></li> <li class="blq-footlinks-row"> <ul class="blq-footlinks-row-list"><li><a href="/web/20201112024303/http://www.bbc.co.uk/guidance/">Parental Guidance</a></li> </ul></li> </ul></div> <div id="blq-foot-blocks" class="blq-footer-image-light"><img src="/web/20201112024303im_/http://www.bbc.co.uk/staticarchive/a8e42f8fe987b7cc9bf2d43b74b2c74b2448d2e3.png" width="84" height="24" alt="BBC"></div> <p id="blq-disclaim"><span id="blq-copy">BBC © 2014</span> <a href="/web/20201112024303/http://www.bbc.co.uk/help/web/links/">The BBC is not responsible for the content of external sites. Read more.</a></p> <div id="blq-obit"><p><strong>This page is best viewed in an up-to-date web browser with style sheets (CSS) enabled. While you will be able to view the content of this page in your current browser, you will not be able to get the full visual experience. Please consider upgrading your browser software or enabling style sheets (CSS) if you are able to do so.</strong></p></div> </div> </div> </div> <script type="text/javascript"> if (typeof require !== 'undefined') { require(['istats-1'], function(istats){ istats.track('external', { region: document.getElementById('blq-main') }); istats.track('download', { region: document.getElementById('blq-main') }); }); } </script></body></html><!-- FILE ARCHIVED ON 02:43:03 Nov 12, 2020 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 11:07:34 Nov 28, 2024. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). --> <!-- playback timings (ms): captures_list: 1.378 (2) exclusion.robots: 0.057 (2) exclusion.robots.policy: 0.03 (2) esindex: 0.026 (2) cdx.remote: 14.104 (2) LoadShardBlock: 1383.246 (6) PetaboxLoader3.datanode: 271.175 (12) PetaboxLoader3.resolve: 158.019 (3) load_resource: 218.968 (3) loaddict: 78.097 (3) -->