<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet title="XSL_formatting" type="text/xsl" href="/blogs/shared/nolsol.xsl"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>

<title>
BBC Internet Blog
 - 
John O' Donovan
</title>
<link>https://bbcbreakingnews.pages.dev/blogs/bbcinternet/</link>
<description>Staff from the BBC&apos;s online and technology teams talk about BBC Online, BBC iPlayer, and the BBC&apos;s digital and mobile services. The blog is reactively moderated. Posts are normally closed for comment after three months. Your host is Eliza Kessler. </description>
<language>en</language>
<copyright>Copyright 2012</copyright>
<lastBuildDate>Tue, 27 Jul 2010 22:00:00 +0000</lastBuildDate>
<generator>http://www.sixapart.com/movabletype/?v=4.33-en</generator>
<docs>http://blogs.law.harvard.edu/tech/rss</docs> 


<item>
	<title>BBC News website&apos;s content management and publishing systems</title>
	<description><![CDATA[<p>As part of the BBC News site refresh we have been making substantial changes to the underlying systems that manage and publish the content.</p>

<p>The BBC has one of the oldest and largest websites on the internet and one of the goals of the update to the News site was to also update some of the core systems that manage content for all our interactive services.</p>

<p>In this post I'll highlight a few areas where we have made some important changes. </p>

<h3>CPS</h3>

<p>The CPS is the system that manages content production for BBC News, BBC Sport and over 100 other websites across the BBC. It also produces the content for multi-platform journalism, such as the BBC Mobile services and <a href="https://bbcbreakingnews.pages.dev/digital/tv/tv_interactive.shtml">Interactive TV/Red Button services</a> and even content for the mighty Old Skool <a href="http://en.wikipedia.org/wiki/Ceefax">Ceefax</a> is born in the CPS. </p>

<p>If the <a href="https://bbcbreakingnews.pages.dev/">BBC website</a> is one of the largest and oldest on the internet, then the CPS has been around nearly as long. As a rule of thumb, if you remember <a href="https://bbcbreakingnews.pages.dev/cult/classic/bagpuss/">Bagpuss</a> you are older than the CPS. If you grew up watching <a href="https://bbcbreakingnews.pages.dev/cbeebies/teletubbies/">Teletubbies</a>, you probably are not.</p>

<p>Let's not confuse old with legacy though. The CPS has been constantly evolving and we should say, that when looking at the requirements for the new News site and other services, we did consider whether we should take a trip to the <a href="http://en.wikipedia.org/wiki/Content_management_system">Content Management System</a> (CMS) Showroom and see what shiny new wheels we could get. </p>

<p>However there is an interesting thing about the CPS - most of our users (of which there are over 1,200) think it does a pretty good job [checks inbox for complaints]. Now I'm not saying they have a picture of it next to their kids on the mantelpiece at home, but compared to my experience with many organisations and their CMS, that is something to value highly. </p>

<p>The latest version of the CPS - version 6 - underpins the new News site and has made substantial changes to systems and workflow, but it is still focused on the task of managing content which fits into a general journalistic pattern. It does not try to be all things to all people, and this in no doubt plays some part in its success.</p>

<p>There have been a number of requests from people asking to see more of the CPS but as there is a lot of detail to go into, I'll just focus on a few headline points for now. We will be doing a more in depth blog post on it soon.</p>

<h3>Moving to a more structured approach</h3>

<p>Some of the major changes in approach are in the Client which is a .NET 3.5 client, taking full advantage of <a href="http://en.wikipedia.org/wiki/Windows_Presentation_Foundation">WPF</a>. The screenshot below shows an example image from the CPS which illustrates some new features. </p>

<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="https://bbcbreakingnews.pages.dev/blogs/bbcinternet/img/cps-crop.png"><img alt="cps-crop.png" src="https://bbcbreakingnews.pages.dev/blogs/bbcinternet/assets_c/2010/07/cps-crop-thumb-595x506.png" width="595" height="506" class="mt-image-left" style="float: left; margin: 0 20px 20px 0;" /></a></span>

<p>This shows a snapshot of a story editing window. Around this are site navigation and other tools (like Search). </p>

<p>As you can see there is a component based structure to the story content with a Video, Introduction and Quote shown. These components are predefined and can be dragged in and added to the story showing that the CPS is not primarily a <a href="http://en.wikipedia.org/wiki/WYSIWYG">WYSIWYG</a> editor. The CPS focuses on content structure because in a world where you are publishing to many platforms that have hugely different rendering possibilities WYSIWYG becomes a pointless feature but there are previews showing the output.</p>

<p>Previously, users could add HTML and Custom CPS tags directly into the story body to control the content presentation and the components, similar to the way you would insert code into your content on Wikis and Blogs. This causes a lot of problems for quality and content structure though, so now these things are managed as components where the user can change the content and behaviour of the component in a controlled manner. We will come on to the importance of that next.</p>

<h3>HTML Standards</h3>

<p>Another part of the CPS that changed considerably was the way content is published. 
Requirements over the years have caused features to be added organically to the way content is published, leaving it a bit messy with a lot of layout based on <a href="http://www.w3schools.com/html/html_tables.asp">HTML tables</a>. A key goal here was to improve the technical quality of content produced and <a href="https://bbcbreakingnews.pages.dev/guidelines/futuremedia/technical/xhtml_integrity.shtml#doctype">support standards</a> as we move from 
&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;
 to &lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"&gt;
</p>

<p>For example, we are aiming for fully valid pages to be published based on the <a href="http://validator.w3.org/">W3C Validation Checker</a>.</p>

<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="https://bbcbreakingnews.pages.dev/blogs/bbcinternet/img/valid.png"><img alt="valid.png" src="https://bbcbreakingnews.pages.dev/blogs/bbcinternet/assets_c/2010/07/valid-thumb-595x44.png" width="595" height="44" class="mt-image-left" style="float: left; margin: 0 20px 20px 0;" /></a></span>

<p>If you look at some of the older pages published you will see they don't pass this test, and some pages, such as <a href="http://news.bbc.co.uk/sport2/hi/olympic_games/default.stm">http://news.bbc.co.uk/sport2/hi/olympic_games/default.stm</a>, produce a lot of errors:</p>

<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="https://bbcbreakingnews.pages.dev/blogs/bbcinternet/img/validationerrors.html" onclick="window.open('https://bbcbreakingnews.pages.dev/blogs/bbcinternet/img/validationerrors.html','popup','width=1037,height=166,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="https://bbcbreakingnews.pages.dev/blogs/bbcinternet/assets_c/2010/07/validationerrors-thumb-595x95.png" width="595" height="95" alt="validationerrors.png" class="mt-image-left" style="float: left; margin: 0 20px 20px 0;" /></a></span>

<p>Ouch!</p>

<p>This is especially tricky to fix where the CPS is pulling in content from other systems or services which don't comply with these standards, but though there is still some work to do here, generally we should be down to 0 or very few errors now. </p>

<p>You will also see in the image above, that older stories are based on the <a href="http://en.wikipedia.org/wiki/ISO/IEC_8859-1">iso-8859-1</a> character set, whereas new stories will all be <a href="http://en.wikipedia.org/wiki/UTF-8">UTF-8</a> encoded for better international support.</p>

<h3>Semantic Structure</h3>

<p>We will also no longer be using tables to layout the content, instead we will be rendering the pages using CSS layout and only using tables for data.</p>

<p>There are lots of reasons to do this, but some include making the content more efficient, more standards compliant and faster to render. It also allows us to publish semantic XHTML, which means that content blocks are better marked up to describe what they are and has benefits like creating a better header structure to help screen readers. </p>

<p>Better structure also means you will see a more consistent presentation of stories in <a href="http://www.google.co.uk/">Google</a> and search engines with, for example, story dates and author information showing more clearly.</p>

<p>This reflects a new content model which is now largely based around a simple and generic data model of assets and groups of assets which are typed (meaning we don't just manage blocks of content, we use <a href="http://en.wikipedia.org/wiki/Metadata">metadata</a> to describe what is in the blocks of content) and publishing through templates and services based around <a href="http://velocity.apache.org">Velocity</a>.</p>

<p>Again this is about supporting content standards better as described here for making better use of <a href="https://bbcbreakingnews.pages.dev/guidelines/futuremedia/technical/semantic_markup.shtml#headings">headings</a> and <a href="https://bbcbreakingnews.pages.dev/guidelines/futuremedia/technical/semantic_markup.shtml#lists">lists</a>.</p>

<p>Take this example showing how a component is put together.</p>

<div class="blq-clearfix">
 <span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="betterheaderseg.png" src="https://bbcbreakingnews.pages.dev/blogs/bbcinternet/img/betterheaderseg.png" width="313" height="272" class="mt-image-left" style="float: left; margin: 0 20px 20px 0;" /></span></div>

<p>Previously the HTML would have looked something like this:</p>

<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="https://bbcbreakingnews.pages.dev/blogs/bbcinternet/img/betterheaders01.html" onclick="window.open('https://bbcbreakingnews.pages.dev/blogs/bbcinternet/img/betterheaders01.html','popup','width=755,height=345,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="https://bbcbreakingnews.pages.dev/blogs/bbcinternet/img/betterheaders01-thumb-595x271.png" width="595" height="271" alt="betterheaders01.png" class="mt-image-left" style="float: left; margin: 0 20px 20px 0;" /></a></span>
 

<p>But now it is much more structured and would look something like this with headers clearly marking out the sections of content:</p>

<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="https://bbcbreakingnews.pages.dev/blogs/bbcinternet/img/betterheaders02.png"><img alt="betterheaders02.png" src="https://bbcbreakingnews.pages.dev/blogs/bbcinternet/img/betterheaders02-thumb-595x370.png" width="595" height="370" class="mt-image-left" style="float: left; margin: 0 20px 20px 0;" /></a></span>


<p>Using CSS for layout also makes a big difference to our HTML and makes for a better separation of layout and content. This rather messy layout...</p>

<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="https://bbcbreakingnews.pages.dev/blogs/bbcinternet/img/betterlayout01.html" onclick="window.open('https://bbcbreakingnews.pages.dev/blogs/bbcinternet/img/betterlayout01.html','popup','width=943,height=583,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="https://bbcbreakingnews.pages.dev/blogs/bbcinternet/img/betterlayout01-thumb-595x367.png" width="595" height="367" alt="betterlayout01.png" class="mt-image-left" style="float: left; margin: 0 20px 20px 0;" /></a></span>
 

<p>becomes</p>

<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="https://bbcbreakingnews.pages.dev/blogs/bbcinternet/img/betterlayout02.html" onclick="window.open('https://bbcbreakingnews.pages.dev/blogs/bbcinternet/img/betterlayout02.html','popup','width=956,height=285,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="https://bbcbreakingnews.pages.dev/blogs/bbcinternet/img/betterlayout02-thumb-595x177.png" width="595" height="177" alt="betterlayout02.png" class="mt-image-left" style="float: left; margin: 0 20px 20px 0;" /></a></span>

<p>The table elements used in the first example are gone and the layout relies on CSS to manage the positioning of content.</p>

<h3>URL Structure</h3>

<p>Finally a quick note on the change in our URL structure where you may have noticed a couple of significant changes. These are the tip of an iceberg of substantial changes we have made to our networks and infrastructure also part of this relaunch.</p>

<p>The first is that our News URLs have moved from the http://news.bbc.co.uk  to <a href="https://bbcbreakingnews.pages.dev/news/">https://bbcbreakingnews.pages.dev/news/</a> in order to consolidate our domains. As part of the News site changes this involved us making significant updates to our networking infrastructure to allow better sharing of content across our domains. Moving all our URLs onto the <a href="https://bbcbreakingnews.pages.dev/">https://bbcbreakingnews.pages.dev/</a> domain also consolidates some differences which are there largely for reasons no longer necessary.</p>

<p>All URLs should redirect to the appropriate place, but if you do find any broken URLs please let us know.</p>

<p>We also wanted to simplify our URL structure removing much of the baggage in the previous structure for managing different types of content and editions of the website.</p>

<p>Now the structure is basically:</p>

<p><a href="https://bbcbreakingnews.pages.dev/">https://bbcbreakingnews.pages.dev/</a> [SITE] / [SECTION] - [SUBSECTION] - [STORY-ID]</p>

<p>For example:</p>

<p><a href="https://bbcbreakingnews.pages.dev/news/uk-politics-10721364">https://bbcbreakingnews.pages.dev/news/uk-politics-10721364</a></p>

<p>This has made URLS shorter and simpler.</p>

<p>We considered making even shorter URLs - you will have seen some stories were published this way while we transitioned the site to the new design, such as:</p>

<p><a href="https://bbcbreakingnews.pages.dev/news/10250603">https://bbcbreakingnews.pages.dev/news/10250603</a></p>

<p>The changes we have made will allow us to make URLs more flexible, and there is more work to do yet on how we might use even shorter URLs (such as https://bbcbreakingnews.pages.dev/10250603) and longer more descriptive ones https://bbcbreakingnews.pages.dev/story-about-something-interesting.</p> 

<p>If you would like to know more about any of this, then let me know by leaving a comment.</p>

<p>Thanks for reading.</p>

<p><em>John O'Donovan is Chief Technical Architect, Journalism and Knowledge, BBC Future Media & Technology.</em> </p>]]></description>
         <dc:creator>John O' Donovan 
John O' Donovan
</dc:creator>
	<link>https://bbcbreakingnews.pages.dev/blogs/bbcinternet/2010/07/bbc_news_websites_content_mana.html</link>
	<guid>https://bbcbreakingnews.pages.dev/blogs/bbcinternet/2010/07/bbc_news_websites_content_mana.html</guid>
	<category>BBC News</category>
	<pubDate>Tue, 27 Jul 2010 22:00:00 +0000</pubDate>
</item>

<item>
	<title>The World Cup and a call to action around Linked Data</title>
	<description><![CDATA[<p>Underneath the surface of the <a href="http://news.bbc.co.uk/sport1/hi/football/world_cup_2010/default.stm">BBC World Cup web site </a>there is a revolution going on in the technology and workflow being used to manage and publish our content. To some extent we have been doing this in stealth mode as we figure out a lot of challenges, but as we approach the World Cup Final we'd like to explain some more about what we have changed and why this is an important engagement for us in the development of the <a href="http://en.wikipedia.org/wiki/Semantic_Web">Semantic Web </a> and support for the use of <a href="http://www.readwriteweb.com/archives/linked_data_is_blooming_why_you_should_care.php">Linked Data </a>. </p>

<p>For some time, we have been working on utilising Metadata and Linked Data to organise and manage the site dynamically, culminating in the World Cup 2010 site which uses Linked Data to manage how content is published. We have also had some <a href="http://www.guardian.co.uk/help/insideguardian/2010/jan/25/news-linked-data-summit">News Linked Data discussions</a> with other news organisations thinking about how to bring a critical mass to the development of the Semantic Web and what benefits it can bring. </p>

<p>The World Cup site is our first major statement on how we think this can work for mass market media and a showcase for the benefits it brings.</p>

<p>First some background on the World Cup site.</p>

<p>The World Cup site is a large site with over 700 aggregation pages (called index pages) designed to lead you on to the thousands of story pages and content which make up the whole site. Examples of index pages range from the <a href="http://news.bbc.co.uk/sport1/hi/football/world_cup_2010/groups_and_teams">Groups and Fixtures page </a> through to <a href="http://news.bbc.co.uk/sport1/hi/football/world_cup_2010/groups_and_teams/team/netherlands">detailed pages for each team </a> or <a href="http://news.bbc.co.uk/sport1/hi/football/world_cup_2010/groups_and_teams/team/netherlands/wesley_sneijder">player</a>.</p>

<p>Normally, managing all these index pages for the World Cup would not be possible as each of these needs to be curated by an editor, setting up automation rules or keeping it up to date with latest stories and information. To put the scale of this task in perspective, the World Cup site has more index pages than the rest of the <a href="http://news.bbc.co.uk/sport">Sport site</a>! </p>

<p>So how is this possible? Clearly some form of automation is required, but search technologies and previous methods for doing this have proven to be inaccurate and there is no point in having all these pages if the quality of them is perceived to be low. You don't want to get content mixed up between different players with the same surname, for example. </p>

<p>The key change is we are using some advanced methods for analysing content and deciding how to tag this content with precise metadata linked to uniquely identified concepts (a concept usually being a person, place or thing). In the case of the world cup we are interested in players, teams, matches, etc... but the principle can be easily applied to anything. To do this we are using some technology from IBM (Languageware) and Ontotext (BigOWLIM) and a high level view of the process is shown in Fig 1, but we will be following up this post with more details about how this all works.</p>

<p><img alt="meta_process_world_cup.jpg" src="https://bbcbreakingnews.pages.dev/blogs/bbcinternet/img/meta_process_world_cup.jpg" width="595" height="331" /></p>

<p><strong>Pushing the Boundaries</strong></p>

<p>Though there are lots of dynamically published sites on the internet, the difference here is in the use of <a href="http://www.slideshare.net/iandavis/30-minute-guide-to-rdf-and-linked-data">RDF and Linked Data </a>to build and manage the site. This is incredibly flexible and we are only just starting to explore the possibilities of how this allows us to present and share content. Though we have been using RDF and linked data on some other sites (such as BBC Programmes, BBC Wildlife finder, Winter Olympics) we believe this is the first large scale, mass media site to be using concept extraction, RDF and a Triple store to deliver content.</p>

<p>Another way to think about all this, is that we are not publishing pages, but publishing content as assets which are then organised by the metadata dynamically into pages, but could be re-organised into any format we want much more easily than we could before.</p>

<p><img alt="world_cup_publishing.jpg" src="https://bbcbreakingnews.pages.dev/blogs/bbcinternet/img/world_cup_publishing.jpg" width="595" height="328" /></p>

<p><strong>So why is this important?</strong></p>

<p>The principles behind this are the ones at the foundation of the next phase of the internet, sometimes called the Semantic Web, sometimes called Web 3.0. The goal is to be able to more easily and accurately aggregate content, find it and share it across many sources. From these simple relationships and building blocks you can dynamically build up incredibly rich sites and navigation on any platform. </p>

<p>There is also a change in editorial workflow for creating content and managing the site. This changes from publishing stories and index pages, to one where you publish content and check the suggested tags are correct. The index pages are published automatically. This process is what assures us of the highest quality output, but still saves large amounts of time in managing the site and makes it possible for us to efficiently run so many pages for the World Cup.</p>

<p>To make all this possible there has been fantastic support from the Sport team, engaging with new tools and workflows. We are all looking forward to the London Olympics, where there will be over 12,000 athletes and index pages to manage and so without this type of technology, we will not be able to showcase and maximise all the content we have.</p>

<p><strong>A call to action</strong></p>

<p>We'd like to engage further in the development of Linked Data and feel we have a role to play in supporting this important new view of how content is published and shared. The methods talked about here will become the basis for more and more of our content publishing and we fully appreciate the work many people are doing in this area to make this possible.</p>

<p>There is a vision for the future here with more time spent on creating and sharing content and less on managing it. However we have had to overcome many problems in getting this far and many of these issues are related to organising and cleaning up data. Due to all the technical and data challenges we have not yet been able to expose all our data as RDF, for example, though we will start doing this soon. </p>

<p>As more content has Linked Data principles applied to it (as <a href="http://en.wikipedia.org/wiki/Linked_Data">outlined here </a>, then these problems will become less significant and the vision of a Semantic Web moves closer. Importantly, what we have been able to show with the World Cup, is that the technology behind this is ready to deliver large scale products. </p>

<p>This is more than just a technical exercise - we have delivered real benefits back to the business as well as establishing a future model for more dynamic publishing which we think will allow us to make best use of our content and also use Linked Data to more accurately share this content and<a href="http://paidcontent.org/article/419-interactive-chart-where-uk-newspaper-websites-get-their-traffic/"> link out to other sites and content</a>, a key goal for the BBC.</p>

<p>We look forward to seeing the use of <a href="https://bbcbreakingnews.pages.dev/blogs/bbcinternet/linked_data/">Linked Data</a> grow as we move towards a more Semantic Web.</p>

<p><em>John O'Donovan is Chief Technical Architect, Journalism and Knowledge, BBC Future Media & Technology. Read the follow up post, <a href="https://bbcbreakingnews.pages.dev/blogs/bbcinternet/2010/07/bbc_world_cup_2010_dynamic_sem.html">BBC World Cup 2010 dynamic semantic publishing</a> on the Internet blog.</em></p>]]></description>
         <dc:creator>John O' Donovan 
John O' Donovan
</dc:creator>
	<link>https://bbcbreakingnews.pages.dev/blogs/bbcinternet/2010/07/the_world_cup_and_a_call_to_ac.html</link>
	<guid>https://bbcbreakingnews.pages.dev/blogs/bbcinternet/2010/07/the_world_cup_and_a_call_to_ac.html</guid>
	<category>BBC Sport</category>
	<pubDate>Fri, 09 Jul 2010 13:37:59 +0000</pubDate>
</item>

<item>
	<title>Issues on News and Sport Video &amp; Audio Playback</title>
	<description><![CDATA[<p>We have had a few issues across the News and Sports websites (and other areas of the BBC website) which has affected video / audio playback, the ticker used at the top of some pages and picture galleries. </p>

<p>It was caused by an update to some shared libraries used across the BBC. The problem with these libraries was quickly rectified, but unfortunately some of the corruption caused by these changes have been cached across multiple networks and in browser caches, which has caused intermittent and continuing issues from yesterday evening to this morning.</p>

<p>Support teams have been working on this and we believe this has now been fixed, but apologies for any inconvenience caused. If you are still experiencing problems then let us know, but before you do, please try clearing your browser cache to see if this rectifies the issue (some details here if you are not sure how to do this - <a href="http://www.google.co.uk/search?source=ig&hl=en&rlz=&q=how+to+clear+your+browser+cache&meta=lr%3D&aq=f&oq=">How to clear your browser Cache</a>). </p>

<p><em>John O'Donovan is Chief Technical Architect, FM&T Journalism</em></p>]]></description>
         <dc:creator>John O' Donovan 
John O' Donovan
</dc:creator>
	<link>https://bbcbreakingnews.pages.dev/blogs/bbcinternet/2009/06/we_have_had_a_few.html</link>
	<guid>https://bbcbreakingnews.pages.dev/blogs/bbcinternet/2009/06/we_have_had_a_few.html</guid>
	<category>BBC News</category>
	<pubDate>Fri, 12 Jun 2009 17:14:01 +0000</pubDate>
</item>

<item>
	<title>(Em)Bedding In</title>
	<description><![CDATA[<p>It seems like a long time since we <a href="https://bbcbreakingnews.pages.dev/blogs/bbcinternet/2008/03/embedded_media_on_news_and_spo.html">launched embedded video </a>across the BBC News site. </p>

<p>Seems strange to <a href="http://news.bbc.co.uk/1/hi/help/7277283.stm#embeddedtroubleshooting">view it </a>any other way now. An outstanding question has been how and when will we enable the ability to have video embedded in other sites. </p>

<p>Well,  finally you can do it. </p>

<p>For some videos (starting with those in the <a href="http://news.bbc.co.uk/1/hi/technology/default.stm">News Technology section</a>), we have started to roll out the Embed function.</p>

<p>It's taken a while because there have been a huge number of tricky little issues to sort out and most of these have been complex business issues around rights, terms and conditions, etc... But at last through the fog, a simple and subtle change finally emerges. </p>

<p><img alt="embed.jpg" src="https://bbcbreakingnews.pages.dev/blogs/bbcinternet/img/embed.jpg" width="119" height="71" />When you roll over the Share button at the bottom of the embedded Flash player, you will now get an Embed option which allows you to take the embed code and embed the video on your site. </p>

<p>Some example video links to play with are:</p>

<p><a href="http://news.bbc.co.uk/1/hi/technology/7925307.stm"><strong>Chinook Helecopter Story</strong></a></p>

<p><a href="http://news.bbc.co.uk/1/hi/technology/7927818.stm"><strong>Internet football fans</strong></a></p>

<p><a href="http://news.bbc.co.uk/1/hi/technology/7936204.stm"><a href="http://"><strong>Bafta Video Game Awards</strong></a></a></p>

<p><object width="430" height="354"><param name="movie" value="http://news.bbc.co.uk/player/emp/2.10.7938_7967/player.swf"></param><param name="allowFullScreen" value="true"></param><param  name="allowScriptAccess" value="always"></param><param name="FlashVars"  value="config_settings_showUpdatedInFooter=true&playlist=http://news.bbc.co.uk/media/emp/7930000/7936300/7936399.xml&config=http://news.bbc.co.uk/player/emp/config/default.xml?1.3.105_2.10.7938_7967_20090310160409&config_settings_language=default&config_settings_showFooter=true&config_plugin_fmtjLiveStats_pageType=eav6"></param><embed src="http://news.bbc.co.uk/player/emp/2.10.7938_7967/player.swf" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="430" height="354"  FlashVars="config_settings_showUpdatedInFooter=true&playlist=http://news.bbc.co.uk/media/emp/7930000/7936300/7936399.xml&config=http://news.bbc.co.uk/player/emp/config/default.xml?1.3.105_2.10.7938_7967_20090310160409&config_settings_language=default&config_settings_showFooter=true&config_plugin_fmtjLiveStats_pageType=eav6"></embed></object></p>

<p>As you can see, as well as the video there is a description panel under the video. This will roll out to more areas of the site after this initial phase and there are different flavours of embedded widget which will be made available.</p>

<p>There will remain some content which we won't be able to allow you to be embedded and viewed off site or<a href="http://news.bbc.co.uk/1/hi/help/7277283.stm#rights"> outside the UK</a>, mainly for rights reasons. </p>

<p>This year we are focussing on a number of projects which will make our content more open including some major changes to the News and Sport website content management and publishing systems. </p>

<p>I'd be Interested to hear how you would like to see our syndication and content sharing develop.</p>

<p><em>John O'Donovan is Chief Technical Architect, FM&T Journalism</em></p>]]></description>
         <dc:creator>John O' Donovan 
John O' Donovan
</dc:creator>
	<link>https://bbcbreakingnews.pages.dev/blogs/bbcinternet/2009/03/embedding_in.html</link>
	<guid>https://bbcbreakingnews.pages.dev/blogs/bbcinternet/2009/03/embedding_in.html</guid>
	<category>BBC News</category>
	<pubDate>Wed, 11 Mar 2009 13:29:13 +0000</pubDate>
</item>

<item>
	<title>BBC iPlayer Local Radio Integration</title>
	<description><![CDATA[<p><strong>Local Radio: You are waiting for one, then along come 40 all at once...</strong></p>

<p>In the depths of <a href="https://bbcbreakingnews.pages.dev/blogs/bbcinternet/2008/11/moving_on_from_the_broadcast_e.html">Fortress BBC</a>, BBC Nations and Regions (part of BBC Journalism) is proud to announce that we have finally unleashed the hounds of Local Radio into BBC iPlayer and beyond. (Also see <a href="https://bbcbreakingnews.pages.dev/blogs/bbcinternet/2008/12/making_bbc_iplayer_local.html">this post </a>from James Hewines).</p>

<p>Local Radio integration has been a long time coming and here is some background describing why this has been complicated to deliver.</p>

<p><a href="http://www.flickr.com/photos/bbccouk/3082438628/" title="bbclocalradio1 by bbccouk, on Flickr"><img src="http://farm4.static.flickr.com/3096/3082438628_bdf15c83b3_o.jpg" width="430" height="289" alt="bbclocalradio1" /></a></p>

<p>Previously the Pop-up radio player was driven by a feed derived from our EPG metadata called What's On (editor's note; see <a href="https://bbcbreakingnews.pages.dev/blogs/bbcinternet/2008/12/whats_on_is_off.html">this post </a>about the closure of What's On). </p>

<p>This feed was limited in the format it was produced in and the richness of the data within it so was being switched off. Priority number one therefore was to find a new and more appropriate way to generate this data which could also be integrated with<a href="https://bbcbreakingnews.pages.dev/iplayer/"> BBC iPlayer</a>, <a href="https://bbcbreakingnews.pages.dev/programmes">/programmes </a>and other services.</p>

<p>The data required to drive services like BBC iPlayer is more detailed than that required for an EPG, and make no mistake that metadata is expensive to look after. And if you don't look after it, caress it and love it, like a badly behaved <a href="http://metapet.net/faq-site.html">MetaPet</a> it will just as likely bite you on the MetaBum. So the challenge was, how do you create all the metadata required to feed a rich and structured metadata standard across a huge number of local radio stations in a cost effective way?</p>

<p><a href="http://www.flickr.com/photos/bbccouk/3082435498/" title="bbclocalradio2 by bbccouk, on Flickr"><img src="http://farm4.static.flickr.com/3139/3082435498_3d80d61d09_o.jpg" width="430" height="334" alt="bbclocalradio2" /></a></p>

<p>Bear in mind that different<a href="https://bbcbreakingnews.pages.dev/local/"> Local </a>Radio stations have varied levels of support, depending on the size of the operation and the scale of BBC presence in the local area where they are based. This means that schedules were provided in a variety of different formats from each station. A cost effective way of pulling all this together was required, and a gateway to publish this information onwards needed to be built.</p>

<p>The answer was to look at establishing a more centralised schedule collation service and use a tool from <a href="http://www.uniqueinteractive.com/">Unique Interactive</a>
to bring together a more detailed schedule. This tool was used for driving some of our EPG and DAB text data for radio, but the opportunity was there to do more.</p>

<p>Suddenly of course, you will see we are no longer purely in the land of software. We are now into setting up new processes, re-engineering the business chain and finding people to use these tools to put together a consolidated data view of a Local Radio schedule which could drive interactive services. This is an area in which I am aware of the challenges after my Tour of Duty on BBC iPlayer. Designing the metadata is only part of the problem - you need to push back into the content production chain the process of creating and managing the metadata to make it consistent, reliable, relevant, etc. It's not easy and it takes a lot of effort and commitment.</p>

<p>Ian Myatt, who has been one of the driving forces behind this development, would say this, if he were here...</p>

<p><blockquote>The migration of all 40 local radio stations is a massive achievement that has involved numerous teams across the BBC. We've had to take a detailed look at scheduling processes across the stations and introduced a more consistent approach with minimum disruption to existing workflows. Our Birmingham based New Media Support Team now receive weekly schedules from all our stations and are responsible for entering details onto a scheduling tool that then feeds directly into the programme information system behind /programmes and BBC iPlayer</blockquote></p>

<p>So much for technology then. Most of this is about people and process.</p>

<p>Pulling all this schedule data together can now be controlled and managed centrally in a single tool for all these stations. Where does it go next?</p>

<p>A bit of background on Schedules. Schedules can have a very long lifespan, being planned many months in advance of TX (<a href="http://en.wikipedia.org/wiki/Transmission_(telecommunications)">transmission</a>) so schedules tend to evolve over time. The level of detail increases as you get nearer to TX based on what you know about the content of programme slots in the schedule. </p>

<p>As TX gets closer, there are key points when data in a schedule has to be taken as a snapshot for publications such as <a href="http://www.radiotimes.com/">Radio Times </a>and further points where it has to be published to other systems. But it might change right down to the moment a programme is broadcast and an audit process (Checking the As-Run) is used to make sure that the programme that went out was the one that we said we would broadcast. Sometimes programmes can get pulled at the last minute for reasons such as sporting events over running or breaking news.</p>

<p>At appropriate points, the data is synchronised from the Unique EPG Client to a central server which follows a delicate path to work through BBC Information Security restrictions. This data is then processed and sent back to PIPs, our home for Programme information, in a format it can process and understand. It can then be tweaked and managed using the Programme Information Tool which allows this data to be changed directly in PIPs as necessary. This includes making sure the data is accurate and that all the programme relationships to other data are correct. <a href="http://www.slideshare.net/jtweed/build-your-own-programmes/">There's some info about PIPs here</a>.</p>

<p>So it takes quite a lot of work to get here, but once you are the rest of the publishing chain is automatic. Programmes and data appear in iPlayer based on the metadata provided to this point, and here you can see the importance of getting the data reliable and consistent. For example if you spell programme names wrong, put the wrong genre against programmes or a series is not linked together then it automatically appears wrong to the end user. The importance of metadata is very apparent to the end user, thought they may not care to know much about it.</p>

<p>Finally you ask, where is the programme itself? </p>

<p>Well compared to the changes for metadata production, the media chain looks quite simple. Currently Local Radio follows the same process as it has previously and is mostly recorded off air into Real format by a system called BOB which lives in a semi detached house in Maidenhead. We will be changing this process soon to produce more formats for Local Radio, firstly to bring it into line with other audio programming as MP3 / Flash format. </p>

<p>A final interesting thought is that this process allows us an easier way to push information about non-broadcast material into PIPs. This could mean that content not in a TV schedule, such as the highlights package for a Football Match can be linked to the actual match as a version of the programme, making it easier to group together News and Sport programmes more effectively. For example, linking together:</p>

<p><ul>
	<li>a programme (e.g. a football match)</li>
	<li>versions of programmes (e.g. highlights)</li>
	<li>segments of programmes (e.g. a goal) </li>
	<li>and clips related to programmes (e.g. interviews after a match).</li>
</ul></p>

<p>The power of more metadata has yet to be realised. </p>

<p>So here they all are, a beauty parade of 40 new stations in iPlayer, publishing /programmes data and more to follow...<br>
<a href="https://bbcbreakingnews.pages.dev/iplayer/radio/bbc_radio_berkshire">
Berkshire</a><br>
<a href="https://bbcbreakingnews.pages.dev/iplayer/radio/bbc_radio_bristol">Bristol</a><br>
<a href="https://bbcbreakingnews.pages.dev/iplayer/radio/bbc_radio_cambridge">Cambridgeshire</a><br>
<a href="https://bbcbreakingnews.pages.dev/iplayer/radio/bbc_radio_cornwall">Cornwall</a><br>
<a href="https://bbcbreakingnews.pages.dev/iplayer/radio/bbc_radio_coventry_warwickshire">Coventry</a><br>
<a href="https://bbcbreakingnews.pages.dev/iplayer/radio/bbc_radio_cumbria">Cumbria</a><br>
<a href="https://bbcbreakingnews.pages.dev/iplayer/radio/bbc_radio_derby">Derby</a><br>
<a href="https://bbcbreakingnews.pages.dev/iplayer/radio/bbc_radio_devon">Devon</a><br>
<a href="https://bbcbreakingnews.pages.dev/iplayer/radio/bbc_radio_essex">Essex</a><br>
<a href="https://bbcbreakingnews.pages.dev/iplayer/radio/bbc_radio_gloucestershire">Gloucestershire</a><br>
<a href="https://bbcbreakingnews.pages.dev/iplayer/radio/bbc_radio_guernsey">Guernsey</a><br>
<a href="https://bbcbreakingnews.pages.dev/iplayer/radio/bbc_radio_hereford_worcester">Hereford and Worcester</a><br>
<a href="https://bbcbreakingnews.pages.dev/iplayer/radio/bbc_radio_humberside">Humberside</a><br>
<a href="https://bbcbreakingnews.pages.dev/iplayer/radio/bbc_radio_jersey">Jersey</a><br>
<a href="https://bbcbreakingnews.pages.dev/iplayer/radio/bbc_radio_kent">Kent</a><br>
<a href="https://bbcbreakingnews.pages.dev/iplayer/radio/bbc_radio_lancashire">Lancashire</a><br>
<a href="https://bbcbreakingnews.pages.dev/iplayer/radio/bbc_radio_leeds">Leeds</a><br>
<a href="https://bbcbreakingnews.pages.dev/iplayer/radio/bbc_radio_leicester">Leicester</a><br>
<a href="https://bbcbreakingnews.pages.dev/iplayer/radio/bbc_radio_lincolnshire">Lincolnshire</a><br>
<a href="https://bbcbreakingnews.pages.dev/iplayer/radio/bbc_london">London</a><br>
<a href="https://bbcbreakingnews.pages.dev/iplayer/radio/bbc_radio_manchester">Manchester</a><br>
<a href="https://bbcbreakingnews.pages.dev/iplayer/radio/bbc_radio_merseyside">Merseyside</a><br>
<a href="https://bbcbreakingnews.pages.dev/iplayer/radio/bbc_radio_newcastle">Newcastle</a><br>
<a href="https://bbcbreakingnews.pages.dev/iplayer/radio/bbc_radio_norfolk">Norfolk</a><br>
<a href="https://bbcbreakingnews.pages.dev/iplayer/radio/bbc_radio_northampton">Northampton</a><br>
<a href="https://bbcbreakingnews.pages.dev/iplayer/radio/bbc_radio_nottingham">Nottingham</a><br>
<a href="https://bbcbreakingnews.pages.dev/iplayer/radio/bbc_radio_oxford">Oxford</a><br>
<a href="https://bbcbreakingnews.pages.dev/iplayer/radio/bbc_radio_sheffield">Sheffield</a><br>
<a href="https://bbcbreakingnews.pages.dev/iplayer/radio/bbc_radio_shropshire">Shropshire</a><br>
<a href="https://bbcbreakingnews.pages.dev/iplayer/radio/bbc_radio_solent">Solent</a><br>
<a href="https://bbcbreakingnews.pages.dev/iplayer/radio/bbc_radio_somerset">Somerset</a><br>
<a href="https://bbcbreakingnews.pages.dev/iplayer/radio/bbc_southern_counties_radio">Southern Counties</a><br>
<a href="https://bbcbreakingnews.pages.dev/iplayer/radio/bbc_radio_stoke">Stoke</a><br>
<a href="https://bbcbreakingnews.pages.dev/iplayer/radio/bbc_radio_suffolk">Suffolk</a><br>
<a href="https://bbcbreakingnews.pages.dev/iplayer/radio/bbc_radio_swindon">Swindon</a><br>
<a href="https://bbcbreakingnews.pages.dev/iplayer/radio/bbc_tees">Tees</a><br>
<a href="https://bbcbreakingnews.pages.dev/iplayer/radio/bbc_three_counties_radio">Three Counties</a><br>
<a href="https://bbcbreakingnews.pages.dev/iplayer/radio/bbc_radio_wiltshire">Wiltshire</a><br>
<a href="https://bbcbreakingnews.pages.dev/iplayer/radio/bbc_wm">WM</a><br>
<a href="https://bbcbreakingnews.pages.dev/iplayer/radio/bbc_radio_york">York</a></p>

<p><em>John O'Donovan is Chief Architect, BBC FM&T Journalism</em></p>]]></description>
         <dc:creator>John O' Donovan 
John O' Donovan
</dc:creator>
	<link>https://bbcbreakingnews.pages.dev/blogs/bbcinternet/2008/12/bbc_iplayer_local_radio_integr.html</link>
	<guid>https://bbcbreakingnews.pages.dev/blogs/bbcinternet/2008/12/bbc_iplayer_local_radio_integr.html</guid>
	<category>iPlayer</category>
	<pubDate>Thu, 04 Dec 2008 14:20:42 +0000</pubDate>
</item>

<item>
	<title>Knowing When To &quot;Go&quot;</title>
	<description><![CDATA[<p>Recently, in response to feedback, we have been putting more external links onto the <a href="https://bbcbreakingnews.pages.dev/">BBC site </a>and have also started using tracking for external links on the BBC News sites.</p>

<p>Essentially the reason for tracking links is to allow us to report to the <a href="https://bbcbreakingnews.pages.dev/bbctrust/">BBC Trust </a>how many click-throughs we are generating to external sites so that they can accurately monitor this.</p>

<p>We have had some feedback that the way we are doing this has an unintended side effect ("<a href="http://onlinejournalismblog.com/2008/11/01/bbc-pledges-to-link-out-but-holds-back-the-google-juice/">BBC pledges to link out - but holds back the Google juice</a>"). </p>

<p>Strategically there is no intention to drink all the Google Juice. The reasons for this are less <a href="http://www.blogstorm.co.uk/greedy-bbc-blocks-external-links/1478/">sinister</a> and I thought it worth explaining.</p>

<p><a href="http://google.com/googlegulp"><img alt="Google Juice" src="https://bbcbreakingnews.pages.dev/blogs/bbcinternet/img/googlejuice.jpg" width="150" height="300" align="right"  /></a>The system the BBC uses for tracking external links has been around for years, but we only recently added this tracking to the external links on the Right Hand Side of the <a href="http://news.bbc.co.uk/">BBC News site</a>. You will find the /go/ tracking system in use across the BBC website and the way it redirects links is nothing new. You can see the mechanism working if you use a /go/ URL off the BBC site (e.g. <a href="https://bbcbreakingnews.pages.dev/go/bristol/content/features/2003/01/13/sayingaboutus.shtml/ext/_auto/-/http://www.venue.co.uk/">this</a>). (<strong>Editor's note 6.44 p.m.</strong>: To see the tracking mechanism in action, you need to be on a website that <em>isn't</em> the BBC. We suggest you copy this entire link into a new browser window or tab:
https://bbcbreakingnews.pages.dev/go/bristol/content/features/2003/01/13/
sayingaboutus.shtml/ext/_auto/-/http://www.venue.co.uk/ )</p>

<p>On the BBC site you don't get this delay, but you can see what it is doing - it is basically logging that you have clicked a link from he BBC to an external site by going to the intermediary page and then sends you on to this page. Many sites use similar mechanisms and have to deal with the side effects of this.</p>

<p>We are rolling out improvements to the way this works, as already used on some other parts of the website. Essentially we use <a href="http://en.wikipedia.org/wiki/JavaScript">JavaScript</a> to retain SEO ("<a href="http://en.wikipedia.org/wiki/Search_engine_optimization">Search Engine Optimisation</a>") and <a href="http://www.techzilo.com/what-is-google-juice/">Google juice </a>for external sites, while we will still be able to track external links. Search Engines, casual observers and those without JavaScript will still see the original URL. </p>

<p>So thanks for your comments but because of the workload around the US election, bear with us while we improve the way this works.</p>

<p>I can't speak for the history of /go/ tracking at the Beeb, but there is some more background in Martin Belam's post <a href="http://www.currybet.net/cbet_blog/2008/11/bbc_news_clumsy_linking.php">here</a> for those interested... </p>

<p><em>John O'Donovan is Chief Architect, BBC FM&T Journalism </em></p>

<p><small><p><em><a href="http://www.google.com/googlegulp/">Google Gulp</a> image courtesy of Google</em></p></small></p>]]></description>
         <dc:creator>John O' Donovan 
John O' Donovan
</dc:creator>
	<link>https://bbcbreakingnews.pages.dev/blogs/bbcinternet/2008/11/knowing_when_to_go_1.html</link>
	<guid>https://bbcbreakingnews.pages.dev/blogs/bbcinternet/2008/11/knowing_when_to_go_1.html</guid>
	<category>BBC Online</category>
	<pubDate>Wed, 05 Nov 2008 12:26:11 +0000</pubDate>
</item>

<item>
	<title>Election Party!</title>
	<description><![CDATA[<img alt="election_mobile.jpg" src="https://bbcbreakingnews.pages.dev/blogs/bbcinternet/img/election_mobile.jpg" width="109" height="202" align="right"/><p>We are working hard to ensure the <a href="http://news.bbc.co.uk/1/hi/in_depth/americas/2008/vote_usa_2008/default.stm">US Election </a>will be as hard to avoid as a dull and rainy New Year's Eve, so you may as well join us and watch it. Even better, stay up all night and go crazy with cookies and hot chocolate in your own election party, but make sure you research some US Presidential Trivia to annoy your friends and family.</p>
 
<p>The web site on election night should feel more dynamic than it has ever done before, thanks to a host of <a href="http://www.adobe.com/products/flashplayer/">Flash</a>, <a href="http://en.wikipedia.org/wiki/AJAX">AJAX</a> and <a href="http://www.json.org/">JSON</a> features updating results, tickers and maps in real time. You can see an example of how the homepage will look on the night below. It has all been put together by an extensive team too numerous to list here, but you know who you are.</p>

<p><a href="http://www.flickr.com/photos/bbccouk/3001772979/" title="newsfrontpageelection by bbccouk, on Flickr"><img src="http://farm4.static.flickr.com/3142/3001772979_ebfdffd02a_o.jpg" width="430" height="444" alt="newsfrontpageelection"  /></a></p>
 
<p>Over on the Editors Blog, <a href="https://bbcbreakingnews.pages.dev/blogs/theeditors/2008/11/us_election_coverage.html">Steve Herrmann has outlined</a> some of the features we will have running for the US election. In particular you may be wondering how the new "single" results system works and how the BBC calls the results as it gets them.</p>
 
<img alt="epsclient.jpg" src="https://bbcbreakingnews.pages.dev/blogs/bbcinternet/img/epsclient.jpg" width="210" height="169" align="right" /><p>Firstly, all the BBC Election results are driven off the Election Production System (EPS, right) being operated in Washington by the staff on the BBC Washington Results Desk along with the Interactive team running the EPS and other systems in Washington and the UK. This is the first time a single coordinated system has driven all outputs TV, Internet, Radio, etc... and it ensures that all outputs get the same information form the same source.</p>

<p>I've worked in the studio on election nights and the combination of adrenaline, coffee, fear of results or graphics not working and sheer exhaustion after 12 hours in a studio overnight mean it's one of the most satisfying and stressful experiences you can go through. In particular I remember being terrorised by a Floor Manager with an angry outlook on life as I kept trying to get in front of the cameras "by mistake". Anyway back to this century.</p>
 
<p>First I would recommend a review of how the BBC views elections US style. It's pretty straightforward, but there are a few surprises about <a href="http://news.bbc.co.uk/1/hi/world/americas/us_elections_2008/3736580.stm">how the US Electoral College works</a> and especially <a href="http://news.bbc.co.uk/1/hi/world/americas/us_elections_2008/7707124.stm">how the BBC results are validated</a> because some of the early results you will see are predictions rather than results.</p>
 
<p>OK - so you've read the background info and frankly now you know as much as me about how elections work in the US.</p>
 
<p>As results are gathered by the BBC from <a href="http://www.ap.org/">Associated Press</a> and other sources, the Results Desk will use the EPS input client to view the data and make a call about the result for any state. This client is more complicated than ones we have used before and allows viewing, editing and declaring of results. The Results Desk can also use the client to send messages and prepare for results coming in, sharing their insider information with journalists across the BBC. This service (called Newswire) is a crucial part of the intelligence and reporting on the night. Everyone working on the output will be monitoring it.</p>
 
<p>What does the results desk look like? It's a forest of screens with some human beings scattered between them looking busy and stressed. A bit like a bunch of frenzied stockbrokers (below).</p>

<a href="http://www.flickr.com/photos/bbccouk/3001780145/" title="resultsdesk2 by bbccouk, on Flickr"><img src="http://farm4.static.flickr.com/3166/3001780145_5d348a98d0_o.jpg" width="430" height="322" alt="resultsdesk2" /></a>
 
<p>Take particular note of the screen in the middle with the horizontal stripes on. This is the Presenter and Producer Dashboard and is one of the elements at the heart of our coverage. As results are entered and information is shared by the Results Desk, the producers and presenters around the BBC will watch this screen to receive this information.</p>
 
<p>Once the results desk decide to publish results, then a number of things happen. The TV output generates a graphic with the results or predictions published. The results on the web update, including the maps and tickers across the site showing latest results and information. Data and calculations are made so that the TV high end graphics can analyse the results - when you see David Dimbleby and Jeremy Vine playing with their graphics, the data has all come through the EPS. </p>
 
<p>Gareth Owen who developed the Results system and is running it on the night:</p>

<blockquote>This is the first time the BBC has come together to manage election results output centrally, with state-by-state winners declared directly into our system's desktop client by the team in Washington, live raw vote figures coming into our system from the AP in New York, and fast, bespoke output produced for every single BBC outlet via our systems in London"</blockquote>

<img alt="ceefax_election.jpg" src="https://bbcbreakingnews.pages.dev/blogs/bbcinternet/img/ceefax_election.jpg" width="202" height="147" align="right" /><p>And when we say every platform we really mean it, including TV, Radio, the web, Mobile services, Interactive TV and even Ceefax (right). World Service sites in different languages and Arabic TV are also all working off the same results. The typo has never had so much potential for speedy multi-platform evil.</p>
 
<p>On the night we are hoping to cater for engagement at many levels. From simple scoreboards and tickers on the Homepage and across the BBC News site, through to detailed analysis on interactive services and TV / Radio. </p>
 
<p>An interesting development is further enhancing our live multi-stream player which was used for the <a href="https://bbcbreakingnews.pages.dev/blogs/bbcinternet/2008/08/olympics_on_all_platforms.html">Olympics</a>. Through this, you will be able to engage with a BBC "Stream Of Consciousness" as events unfold. Multiple AV streams, results data, journalistic comment and anything else of interest will be squeezed into a<a href="http://news.bbc.co.uk/1/hi/world/americas/7700298.stm"> vibrant page </a>updating dynamically. You can send us comments and tell us your predictions through this as well.</p>
 
<p>The live experience around AV is something we are exploring more and more, and I hope the combination of outputs will give you all the access you desire to information about this important event.</p>
 
<p>See you on the other side...</p>

<p><em>John O'Donovan is Chief Technical Architect, FM&T Journalism.</em></p>]]></description>
         <dc:creator>John O' Donovan 
John O' Donovan
</dc:creator>
	<link>https://bbcbreakingnews.pages.dev/blogs/bbcinternet/2008/11/election_party.html</link>
	<guid>https://bbcbreakingnews.pages.dev/blogs/bbcinternet/2008/11/election_party.html</guid>
	<category>BBC News</category>
	<pubDate>Tue, 04 Nov 2008 12:34:35 +0000</pubDate>
</item>

<item>
	<title>Olympics: Numbers Update</title>
	<description><![CDATA[<p>I <a href="https://bbcbreakingnews.pages.dev/blogs/bbcinternet/2008/08/olympics_on_all_platforms.html">promised you an update</a> on numbers after the Olympics and here it is. The statistics are endless and with the analytics tools at my disposal I could prove that I am the rightful King of Sheba, so I'll just give a summary of some key messages.</p>

<p>Overall we served approx. 50m sport video streams during the Olympics. This averaged out at about 3m per day, but peaked at 5.5m on Tuesday 19th August. There were many athletes you were interested in and Chris Hoy and the cycling team, Rachel Adlington, Christine Ohuruogu, Usain Bolt and Michael Phelps were all athletes that generated large audiences.</p>

<p>As an example of what people were watching, here's what people watched (ie, started a video stream) or read (ie, viewed a web page) on Wednesday 20th when <a href="http://news.bbc.co.uk/sport1/hi/olympics/athletics/7572854.stm">Usain Bolt</a> was <a href="http://news.bbc.co.uk/sport1/hi/olympics/athletics/7572131.stm">winning the 200 metres</a>:<ul><li>200m <a href="http://news.bbc.co.uk/sport1/hi/olympics/athletics/7572131.stm">text story</a>: <strong>914,543</strong></li><li>200m video: <strong>501,943</strong></li><li>200m heats <a href="http://news.bbc.co.uk/sport1/hi/olympics/athletics/7570651.stm">text story</a>: <strong>61,257 </strong></li><li>100m video: <strong>54,357</strong></li><li>200m heats video: <strong>42,986</strong></li><li>200m interview video: <strong>33,500 </strong></li><li>100m <a href="http://news.bbc.co.uk/sport1/hi/olympics/athletics/7565203.stm">text story</a>: <strong>33,500 </strong></li></ul></p>

<p><a href="http://news.bbc.co.uk/sport1/hi/olympics/athletics/7572131.stm"><img alt="bolt.jpg" src="https://bbcbreakingnews.pages.dev/blogs/bbcinternet/img/bolt.jpg" width="430" height="352" /></a></p>

<p>We found that as much as 45% of the Olympics audience engaged with video from the Olympics site. The trend is more interesting in that in general you were keen to engage with video. Looking at how we promote AV, how we create clips and how we deliver them are all things to build on from the Olympics. </p>

<p>For example, the opening ceremony live stream was embedded on the News and Sport front pages, as well as the Olympics index. Around 80% played the stream on the Sport indexes, while 50% played the stream on the News index. In general, a quarter of the traffic which came to the Olympics site from the UK watched video (that is, those in the UK who can access the geographically rights-restricted streams).</p>

<p>My favourite statistic is that you watched nearly 9.7m hours of Olympic video on the website (yes, you did!) and regularly there were over 100,000 watching at the same time though the peak stayed at just under 200,000 across live and on demand videos.</p>

<p>How do the online and TV viewing experiences compare? Well, online you watched live video for about 15 minutes per day, and dipped in and out of on demand clips for about 3mins20sec per day. TV figures are in Roger Mosey's post <a href="https://bbcbreakingnews.pages.dev/blogs/sporteditors/2008/08/next_stop_london.html">here</a>.</p>

<p>The Chinese can't get enough of the Olympics, like <a href="https://bbcbreakingnews.pages.dev/blogs/sporteditors/2008/09/paralympic_fever.html">they don't want it to end</a> and it's interesting to note that even though they could not see the video, there was a large international audience on the BBC Olympics site, some watching the live text updates, some looking for story details.</p>

<p>As well as the glamour of the Olympics, day-to-day news gathering carried on and also on Wednesday 20th, we served 2.7m news AV clips, with a peak in demand following the Madrid plane crash.</p>

<p>These are all amazing figures and if you are interested in comparing different countries in Europe and how they engaged online, you can start by looking <a href="http://www.euractiv.com/en/infosociety/beijing-games-marked-surge-internet-viewers/article-174911">here</a>.</p>

<p>So another lesson? If this blog post had video in it, more of you would have read it... perhaps.</p>

<p>Thanks to you for enjoying the Olympics with us so much. Now go <a href="http://news.bbc.co.uk/sport1/hi/other_sports/disability_sport/default.stm">watch the Paralympics</a>... you can get back to work in October.</p>

<p><em>John O'Donovan is Chief Technical Architect, BBC FM&T Journalism.</em></p>]]></description>
         <dc:creator>John O' Donovan 
John O' Donovan
</dc:creator>
	<link>https://bbcbreakingnews.pages.dev/blogs/bbcinternet/2008/09/olympics_numbers_update.html</link>
	<guid>https://bbcbreakingnews.pages.dev/blogs/bbcinternet/2008/09/olympics_numbers_update.html</guid>
	<category>BBC Sport</category>
	<pubDate>Thu, 11 Sep 2008 11:57:05 +0000</pubDate>
</item>

<item>
	<title>Olympics On All Platforms</title>
	<description><![CDATA[<p>You may have noticed over the last few weeks that the <a href="http://news.bbc.co.uk/sport1/hi/olympics/default.stm">Olympics</a> has invaded our screens, websites, phones and life as never before. </p>

<p>The access to information and content has been unprecedented, and I thought you might be interested in some of the areas where we used some Olympics special sauce. </p>

<p>First, some (estimated) numbers to give a rough sense of scale. (NB: these figures are UK-only because the relevant media are just UK-available.)</p>

<p>I talked earlier in the year about <a href="https://bbcbreakingnews.pages.dev/blogs/bbcinternet/2008/03/embedded_media_on_news_and_spo.html">the launch of embedded video</a> and how this has provided a better platform for our media on the web. This has really come into perspective with the Beijing Olympics.</p>

<p><img alt="olympics_embedded_video.JPG" src="https://bbcbreakingnews.pages.dev/blogs/bbcinternet/img/olympics_embedded_video.JPG" width="430" height="254"  /></form></p>

<p>In Athens, we served about 2.5m video plays for the entire event. For the Beijing Olympics so far, we have served nearly 40m sport video streams via the web - and the games are not over yet, with a few big events still to come.</p>

<p>We have at times been serving nearly 200,000 concurrent streams including live video and video on-demand. Individual clips have regularly reached over 500,000. Over 6.5m hours of Olympics watched so far. Up to 5.5m Olympics videos watched each day, averaging just under 3m.</p>

<p>And this is just on the Sport site on the web - not to mention <a href="https://bbcbreakingnews.pages.dev/iplayer/categories/olympics">BBC iPlayer</a>, interactive TV and mobile platforms. Look out for updates with consolidated details after the games have finished.</p>

<p>Olympics? You love it.</p>

<p>What factors have created such a huge step forward in demand? You may have noticed that <a href="http://news.bbc.co.uk/1/hi/uk/7578878.stm">Team GB is third in the Olympics medal table</a>. We've double checked the calculations, and this isn't an error or a cunning conspiracy by sporting pundits. So Team GB has been magnificent and many of you have clicked to watch them run off with the GB haul of medals. (Technically speaking, they have in fact have swam, cycled, sailed or rowed away with most of them, but let's not split hairs.)</p>

<p>Certainly, the internet has grown up to support this level of use. Broadband is getting better. The easy accessibility of the embedded player is playing its part. And the time of day has meant that many of you may not have access to a TV and that the web is the only route - but then perhaps the on-demand nature means you prefer the web anyway?</p>

<p>There are no doubt other reasons as well - let me know what you think.</p>

<p>Our services around the Olympics have also seen some interesting developments.</p>

<p><a href="http://news.bbc.co.uk/sport1/hi/olympics/live_action/"><img alt="embedded_live_sporto.jpg" src="https://bbcbreakingnews.pages.dev/blogs/bbcinternet/img/embedded_live_sporto.jpg" width="430" height="179"  /></a></p>

<p>First, the <b>live video streams</b> have been hugely popular and we have been using them extensively across the site including a <a href="http://news.bbc.co.uk/sport1/hi/olympics/live_action/">multiscreen player</a> showing all the streams available in one place. This is an extension of the Embedded Media Player that allows you to choose which live stream the player is connected to and which redirects to this stream without a page refresh.</p>

<p>We have up to seven of these running at a time, based on the available streams of content. Sometimes they are live streams delivered from China; sometimes they are loops of key events or summaries. The video streams are encoded in real time to Flash On 2 VP6 video format by <strike>Viewcast Powerstream Pro cards</strike> <u>Viewcast's Niagara Pro Encoders </u>at 368Kbps which gives the best compromise for audience reach, delivery reliability, bandwidth usage and quality.</p>

<p><a href="https://bbcbreakingnews.pages.dev/iplayer/categories/olympics"><img alt="olympics_iplayer_grab.jpg" src="https://bbcbreakingnews.pages.dev/blogs/bbcinternet/img/olympics_iplayer_grab.jpg" width="430" height="114" /></a></p>

<p>Concurrently, the editorial teams have been picking about 10-20hrs of <a href="https://bbcbreakingnews.pages.dev/iplayer/categories/olympics">content</a> for <b>BBC iPlayer</b> each day which are sent as discreet files and encoded at a slightly higher quality (about 500Kbps). These are unusual because this is the first time we have put "off schedule" content into iPlayer - meaning content which is not in the schedule of the traditional linear TV channels (BBC ONE, BBC TWO, etc). These then link up with additional metadata added to the programme and channel information used in iPlayer so that these "off schedule" programmes are linked to programme information in iPlayer. There will be more of this to come over time as we look at which content best supplements the core TV schedule content we have in iPlayer.</p>

<p><a href="http://news.bbc.co.uk/sol/shared/bsp/hi/olympics2008/epg/html/epg.stm"><img alt="olympics_boxing_epg.jpg" src="https://bbcbreakingnews.pages.dev/blogs/bbcinternet/img/olympics_boxing_epg.jpg" width="430" height="164" /></form></a></p>

<p>Following the chain further back, you can see that we have <strong>an extensive guide</strong> to <a href="http://news.bbc.co.uk/sol/shared/bsp/hi/olympics2008/epg/html/epg.stm">what is on the various channels and services</a>. The coverage of events using multiple streams of video is more extensive than we have ever done before and to make this more finadable we have added more information to the TV schedules and Electronic Programme Guides to provide as much information about individual events. </p>

<p>Previously, you would often just see large blocks in the EPG showing "Olympics". Now you can see much more about the individual events. These data are what also drives the information showing what is on in the live streams (you can see an example feed <a href="https://bbcbreakingnews.pages.dev/bbcone/programmes/genres/sport/olympics/schedules.xml">here</a>).</p>

<p>In the longer term, we hope to be able to publish much more accurate running order information and to segment our programme content in News and Sport so that individual sections of programmes can be identified.</p>

<p><a href="https://bbcbreakingnews.pages.dev/programmes/b00cmsfl/comingup"><img alt="boxing_programmes.jpg" src="https://bbcbreakingnews.pages.dev/blogs/bbcinternet/img/boxing_programmes.jpg" width="430" height="185" /></form></a></p>

<p><b>Programme pages</b> are available for each sport from the drop down at the top of the EPG <a href="https://bbcbreakingnews.pages.dev/programmes/b00cmsfl/comingup">page</a>. These show listings of events for events by Sport and allow you to click through to the <a href="https://bbcbreakingnews.pages.dev/programmes/b00cs7sv">video</a>. Where available, you can follow these links through to the Olympics content in <a href="https://bbcbreakingnews.pages.dev/iplayer/episode/b00cs7sv/">BBC iPlayer</a> and the astute will notice the use of the same IDs for the media (the "b00cs7sv/" part at the end of both addresses).</p>

<p>There is a <b>red button</b> sports portal on four platforms (Freesat, Freeview, DSat and DCable) all showing a choice of live action, recorded highlights and integrated text updates. Again, these are benefiting from the improved programme information available, but they are delivered through separate infrastructure dedicated to these platforms. They are using the same streams as available on the web, but they don't all have all seven streams.</p>

<p><img alt="olympics_live_text.jpg" src="https://bbcbreakingnews.pages.dev/blogs/bbcinternet/img/olympics_live_text.jpg" width="430" height="187" "" /></p>

<p>On the <a href="http://news.bbc.co.uk/sport1/hi/olympics/live_action/7579347.stm">Olympics live action page</a>, underneath the multiscreen player, you will see the <b>Live Text</b> update. This allows journalists to provide a running commentary on the events occurring all around the Olympics while you are watching any one particular video stream. It's hugely addictive, largely down to the entertaining commentary and comments from the audience. </p>

<p>The key change on this feature is that the text updates without needing a page refresh. We have had a hugely positive response on this. It works by polling updates which are added to a <a href="http://www.json.org/">JSON</a> file and then placed in an animation queue which adds them to the page. It avoids the issue of how to deal with page refresh when the video is playing on the same page as well.</p>

<p><a href="http://news.bbc.co.uk/sport1/hi/olympics/7493757.stm"><img alt="honk_kong_map.jpg" src="https://bbcbreakingnews.pages.dev/blogs/bbcinternet/img/honk_kong_map.jpg" width="430" height="321"  /></a></p>

<p>The <b>map</b> <small>[<a href="http://news.bbc.co.uk/sport1/hi/olympics/7493757.stm">click here</a>]</small> has been an <a href="https://bbcbreakingnews.pages.dev/blogs/olympics/2008/07/creating_our_olympic_map.html">interesting experiment</a> using Microsoft Virtual Earth. Interesting, not only because we have been putting updates and blog posts on to it, but also because we have overlayed relevant venue information and enhanced rollovers. </p>

<p>Customising the maps has helped identify how we can manipulate maps more effectively and present a less generic face. There is some more detail on how this was done <a href="http://msdnrss.thecoderblogs.com/2008/07/16/bbc-sports-olympic-map/">here</a> and a blog post on how it was built <a href="https://bbcbreakingnews.pages.dev/blogs/olympics/2008/07/creating_our_olympic_map.html">here</a>.</p>

<p><a href="http://news.bbc.co.uk/sport1/hi/olympics/monkey/7479984.stm"><img alt="install_monkey130.png" src="https://bbcbreakingnews.pages.dev/blogs/bbcinternet/img/install_monkey130.png" width="130" height="111"  /></a><a href="http://news.bbc.co.uk/sport1/hi/olympics/monkey/7479984.stm">Monkey has been out and about</a> in the form of our Adobe AIR-based <b>desktop application</b> and, to be honest, he's been a bit <a href="http://www.psyked.co.uk/adobe/apollo/bbc-uses-air-to-install-a-list-of-swear-words-to-users-machines.htm">naughty</a>. </p>

<p>We <a href="http://www.psyked.co.uk/adobe/apollo/bbc-sports-air-application-removes-its-offensive-language.htm">washed his mouth out with soap and water</a> and he has behaved since and been downloaded by over 50,000 of you. Final numbers to be confirmed. If you are interested in why we are using AIR, you can see the start of our strategy <a href="https://bbcbreakingnews.pages.dev/blogs/bbcinternet/2008/07/free_range_widgets.html">here</a>.</p>

<p><b>Mobile</b> has been a challenge to get working but on those networks where we are able to stream, there has been mobile video available in both live and on-demand forms. Yep: you can watch video on your mobile showing a live stream over 3g and it works, as long as you stand in the right place. It looks pretty good too. </p>

<p><img alt="twitter_topics.png" src="https://bbcbreakingnews.pages.dev/blogs/bbcinternet/img/twitter_topics.png" width="175" height="140"  />There is more, such as <a href="https://bbcbreakingnews.pages.dev/blogs/olympics/">blogs</a>, <a href="https://bbcbreakingnews.pages.dev/radio/podcasts/olympics/">podcasting</a>, <a href="http://www.flickr.com/groups/bbcsportolympics/pool/">the Flickr pool</a>, <a href="http://twitter.com/bbcsport_tom">Twitter updates</a>, the <a href="http://news.bbc.co.uk/sol/shared/spl/hi/fun_and_games/games/heptathlon/heptathlon.stm">Denise Lewis Heptathlon</a>, <a href="https://bbcbreakingnews.pages.dev/bbchd/">HD TV</a>, <a href="https://bbcbreakingnews.pages.dev/bigscreens/olympicsmap.shtml">Big Screens coverage</a> around the UK, a <a href="https://bbcbreakingnews.pages.dev/topics/china">China 08 topic page</a>...</p>

<p>I'll stop there, but if you want more detail on the specifics of some of these products, then let me know and enjoy the last few days of coverage.</p>

<p><em>John O'Donovan is Chief Technical Architect, BBC FM&T Journalism</em>   </p>]]></description>
         <dc:creator>John O' Donovan 
John O' Donovan
</dc:creator>
	<link>https://bbcbreakingnews.pages.dev/blogs/bbcinternet/2008/08/olympics_on_all_platforms.html</link>
	<guid>https://bbcbreakingnews.pages.dev/blogs/bbcinternet/2008/08/olympics_on_all_platforms.html</guid>
	<category>BBC Sport</category>
	<pubDate>Fri, 22 Aug 2008 20:47:55 +0000</pubDate>
</item>

<item>
	<title>BBC LiveUpdate</title>
	<description><![CDATA[<p>It seems you can't move for widgets down on the BBC farm these days. You certainly can't have a product without one.</p>

<p>But it's not right, the way they are treated. Packed into websites and often given no sustenance other than poor quality, recycled feeds, they suffer a cramped existence and don't have the freedom to develop.</p>

<p>So we decided to start setting some of them free to roam the desktop.</p>

<p><strong>A free range widget</strong></p>

<p><a href="http://news.bbc.co.uk/sport1/hi/football/euro_2004/mini_motty/3806653.stm"><img alt="mini_motty.png" src="https://bbcbreakingnews.pages.dev/blogs/bbcinternet/img/mini_motty.png" width="90" height="155" /></a>As with all good ones, this idea is not new. We have had a <a href="http://news.bbc.co.uk/1/hi/help/3223354.stm">desktop ticker</a> and similar products like <a href="http://news.bbc.co.uk/sport1/hi/football/euro_2004/mini_motty/3806653.stm">Mini Motty</a> for some time; they're quite successful with hundreds of thousands of users. But there are some issues with the way they work. </p>

<p>Firstly, they only work on Windows and are built out of a variety of proprietary tools. We'd like these to work cross-platform but we need to build them differently to do so. They are also difficult to manage and expensive to maintain.</p>

<p>We considered a few approaches, but decided to grow our new widget out of <a href="http://www.adobe.com/products/flex/">Adobe Flex</a> and <a href="http://www.adobe.com/products/air/">Adobe AIR</a>. This is firstly because these tools met our requirements to work cross-platform and deliver the desktop experience we wanted, and also because they linked up with in-house skills in the team which manages them, making them simpler to manage.</p>

<p><img alt="air_ticker01.png" src="https://bbcbreakingnews.pages.dev/blogs/bbcinternet/img/air_ticker01.png" width="430" height="120" /></p>

<p>So here's the first of a number of desktop widgets the BBC will be releasing over the coming months. It's an example of how we could develop our current ticker. It's a <a href="http://en.wikipedia.org/wiki/Software_release_life_cycle#Beta">beta product</a>, so it will have some issues and it is also not fully accessible, but we'd like your thoughts and comments on how it works, what you like about it compared to our current ticker and what doesn't work so well.</p>

<p>You will need Adobe AIR to install and run the application. If this is not installed automatically, you can <a href="http://get.adobe.com/air/">download Adobe AIR from here</a>.</p>

<p><strong>And what does it do?</strong></p>

<p>Well, it runs as a desktop application in a similar way to the ticker showing the latest stories and also updating you if there is breaking news. It updates stories about once a minute and should be fairly low bandwidth, as it caches data downloaded. You can take it offline and - unlike the current ticker - it also contains images and summaries of stories.</p>

<p><img alt="air_ticker02.png" src="https://bbcbreakingnews.pages.dev/blogs/bbcinternet/img/air_ticker02.png" width="430" height="530"></p>

<p>You can have it running as a small application showing stories listed from News and Sport, or you can minimise so it just shows as a ticker, scrolling current stories.</p>

<p>You can open up the preferences to select which feeds you get and you can click the full story links to go to the website.</p>

<p><img alt="air_ticker03.png" src="https://bbcbreakingnews.pages.dev/blogs/bbcinternet/img/air_ticker03.png" width="430" height="530" /></p>

<p>You will see a BBC icon in your toolbar when the application is running and you can turn the application off from here. The first time it runs you will see the preferences window which allows you to configure the way the application works.</p>

<p><img alt="air_ticker04.png" src="https://bbcbreakingnews.pages.dev/blogs/bbcinternet/img/air_ticker04.png" width="430" height="240" /></p>

<p>And that's about it.</p>

<p><strong>Installation and feedback</strong></p>

<p><strike>You can download the application here <small>[<strong>NB Editor's Note 3.03pm</strong>: If downloading via Internet Explorer, you'll need to change the file extension from .zip to .air]</small>• (Editor's note 12.52 Thursday - you may also find<a href="http://labs.adobe.com/downloads/air_linux.html"> this download </a>useful if you're a Linux user)</strike></p>

<p><strong>N.B. Editors' note 19th May 2009 - this application is no longer a live prototype, so I have removed the link to download it.</strong></p>

<p>Send us your comments below or through <a href="http://backstage.bbc.co.uk/archives/2005/01/mailing_list.html">the Backstage list</a>.</p>

<p>Before you do, though, here are some of the known issues, caveats, disclaimers and apologies:<ul><li>Scroll arrows are missing on scrollbar</li><li>Can be slow to startup the first time: try clicking the News or Sport Tabs</li><li>Accessibility support is not fully developed.</li></ul></p>

<p>In terms of the last, we do take accessibility very seriously and would like to give some more detail on how this applies to this beta:</p>

<p><strong>Accessibility issues</strong></p>

<p>BBC Future Media & Technology's pilot widget application BBC LiveUpdate uses the Adobe AIR runtime, which is dependent on users downloading and installing a plugin to their desktop, but which unfortunately does not currently support screenreaders (or other software which relies on the <a href="http://msdn.microsoft.com/en-us/library/ms697707(VS.85).aspx">Microsoft Active Accessibility</a> layer for assistive technologies). </p>

<p>We're working with Adobe to make tools built with AIR more accessible than current products wherever possible and are committed to delivering accessible services.</p>

<p>As this is a beta product, there are also other limitations in how much we have been able to establish accessibility support in the following areas:<ul><li>Colour contrast cannot be altered</li><li>Text size cannot be altered</li><li>Lacks consistent alt text</li><li>Lacks Title attributes</li><li>Is not entirely tabbable.</li></ul></p>

<p>We are sorry if you are unable to use this BBC LiveUpdate widget fully - but the content within the BBC LiveUpdate desktop application is available through existing BBC services on bbc.co.uk.</p>

<p>If you would like to share your views with the BBC about accessibility and the BBC LiveUpdate widget, please do not hesitate to <a href="mailto:AccessibilityTeam@bbc.co.uk?subject=BBC%20LiveUpdate%20widget%20feedback">email the BBC Usability and Accessibility Team</a>.	 </p>

<p><em>John O'Donovan is Chief Architect, BBC FM&T Journalism.</em></p>

<p><em><strong>Editors' note</strong>: A tad more on accessibility in this statement from Adobe: <small>Adobe has a long history of its commitment to accessibility and Adobe AIR 1.0 currently provides support for developers to create applications that are accessible to users with special needs. AIR applications presently support many users with disabilities, such as users who are unable to use a mouse or who rely on textual equivalents for audio. AIR applications incorporate Adobe Flash, PDF, and HTML content, and Adobe support for assistive technologies for both Adobe Flash Player and Adobe Reader ensures that developers are able to deliver accessible experiences in the individual players. Adobe is continually reviewing with customers how to improve access to applications deployed on Adobe AIR for users with disabilities, in order to ensure that future versions of Adobe AIR support accessible experiences and meet emerging global accessibility standards. </small></em></p>]]></description>
         <dc:creator>John O' Donovan 
John O' Donovan
</dc:creator>
	<link>https://bbcbreakingnews.pages.dev/blogs/bbcinternet/2008/07/free_range_widgets.html</link>
	<guid>https://bbcbreakingnews.pages.dev/blogs/bbcinternet/2008/07/free_range_widgets.html</guid>
	<category>accessibility</category>
	<pubDate>Wed, 02 Jul 2008 08:57:29 +0000</pubDate>
</item>

<item>
	<title>News &amp; Sport Embedded Media</title>
	<description><![CDATA[<p>Yesterday we launched embedded media (see an example <a href="http://news.bbc.co.uk/1/hi/technology/7290322.stm">here</a>) across the <a href="http://news.bbc.co.uk/">BBC News</a> and <a href="http://news.bbc.co.uk/sport">Sport</a> sites. </p>

<p>We are starting with just <a href="http://news.bbc.co.uk/sport1/hi/rugby_union/7292448.stm">a few stories</a>, but over the next few weeks, we will be converting most of our video and audio to be embedded. </p>

<p><a href="http://news.bbc.co.uk/1/hi/technology/7290069.stm"><img alt="embedded_player_3d.png" src="https://bbcbreakingnews.pages.dev/blogs/bbcinternet/img/embedded_player_3d.png" width="430" height="302" /></a></p>

<p>We're using an embedded media player which, within the BBC, is known by the secret code name of the Embedded Media Player - or EMP. This is a new site-wide media player built by the Journalism and <A href="https://bbcbreakingnews.pages.dev/iplayer">iPlayer</a> teams. More about this further down.<br />
 <br />
"So what does this change on the site?", you may ask. </p>

<p>Currently, our audio and video appears in popup windows using Real or Windows Media formats, which you get to by clicking on the Watch / Video or Listen / Audio links that you see in stories. You can see some examples in <a href="http://news.bbc.co.uk/1/hi/england/manchester/7293405.stm">this story underneath the main picture</a>.<br />
 <br />
This approach has served us well, but it was apparent from trials we ran in the middle of last year <small>[<a href="http://news.bbc.co.uk/1/hi/sci/tech/6684381.stm">for example, here</a>]</small>, that in general, people find embedded media easier to engage with. No surprise there, as the unstoppable march of sites such as YouTube has proven. However, <a href="http://www.journalism.co.uk/2/articles/53407.php">Pete Clifton also talked about</a> how this may change the way we make video and provide added value to the stories it is associated with.<br />
 <br />
It has taken some time to put all the pieces in place to make this change, but there are a lot of moving parts to adapt without breaking anything that is being used on the live site. </p>]]><![CDATA[<p>For those who are interested, these media are created as clips (30sec - 3min long) and are submitted from all around the UK (and beyond) to a system called the MPS (Media Publishing System), which routes this media to the correct destination, transcoding it to the correct output format on the way. </p>

<p>Previously, this would be Windows and Real in both narrowband and nroadband versions for both formats. We also keep a higher quality copy so we can make further versions if required. Now we will only be making a Flash version for most video and audio, along with the archive copy. Life has just got a little simpler for us making the video and for the audience in engaging with it.<br />
 <br />
Once media are made available by the MPS, the CPS (Content Production System) is made aware of this and allows this video to be linked to stories. A big change here is that previously, the media were "hidden" in a popup console and not integrated with the site. With embedded media, each piece of media will have its own page (called a Media Asset Page or MAP - <a href="http://news.bbc.co.uk/1/hi/technology/7292600.stm">here's an example</a>).<br />
 <br />
Apart from our obvious Talent In Creating Acronyms (TICA), you will notice that the MAP will then act as a permalink to the video or audio and is the destination to use when linking back to media items in general, especially to display video at its full size of 512 pixels wide. This media can then be linked to one or more stories, where it is placed in context within the story and will be displayed at either 400 or 256 pixels wide sizes, depending on where it is placed.<br />
 <br />
Bearing in mind that there are hundreds of users of the MPS and CPS systems generating hundreds of media clips each week, it has taken time to adapt these substantial systems and start to train users in the changes that embedded media will bring. </p>

<p>Putting that little embedded player onto the site has sent ripples of change through all of BBC Journalism.<br />
 <br />
On top of this, we have built the EMP in collaboration with the iPlayer team to be a unified player for all video and audio. This has meant decommissioning some other players, but over time there is little reason to have multiple players with different technical approaches. This is all about creating a consistent and familiar user experience for as much of our audience as possible. The EMP is not the same as the one currently used in iPlayer though it may look similar. It is a new application and will support a variety of new features.</p>

<p>A significant change for our international users will be that they will now also have higher quality Flash-based media akin to that served in the UK, rather than lower quality streams of Real or Windows Media. If you are interested in how this all works, then let us know and we will explain in a future blog post.<br />
 <br />
So the EMP is a small but feature rich and complex little application. Once it is rolled out across the Journalism sites, it will then be rolled out across the iPlayer and other BBC sites, and so needs to support lots of features and scenarios. There will be more information on this soon. Note, you will eventually be able to syndicate and embed BBC video in your own sites.<br />
 <br />
There will be some exceptions to using the EMP for now, generally where the media experience is heavily stylised or embedded within interactive games. We are also not moving live streams over to Flash yet, but aim to do so by the summer.<br />
 <br />
So, embedded media at last: <a href="http://news.bbc.co.uk/1/hi/technology/7290069.stm">it may look like just a small lonely video on this page</a>, but it is the start of something big. The Technology and Sport sections is where we are rolling out the first changes to include embedded video over the next few weeks, so have a look and do let us know if you have any ideas about how you would like this to develop.</p>

<p>Cheers...</p>

<p><em>John O'Donovan is Chief Architect, BBC FM&T Journalism</em></p>]]></description>
         <dc:creator>John O' Donovan 
John O' Donovan
</dc:creator>
	<link>https://bbcbreakingnews.pages.dev/blogs/bbcinternet/2008/03/embedded_media_on_news_and_spo.html</link>
	<guid>https://bbcbreakingnews.pages.dev/blogs/bbcinternet/2008/03/embedded_media_on_news_and_spo.html</guid>
	<category>BBC News</category>
	<pubDate>Fri, 14 Mar 2008 11:30:16 +0000</pubDate>
</item>


</channel>
</rss>

 
