<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Channel 9 - Entries tagged with Enterprise</title>
    <atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Tags/enterprise/RSS"/>
    <itunes:summary></itunes:summary>
    <itunes:author>Microsoft</itunes:author>
    <itunes:subtitle></itunes:subtitle>
    <image>
      <url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
      <title>Channel 9 - Entries tagged with Enterprise</title>
      <link>http://channel9.msdn.com/Tags/enterprise</link>
    </image>
    <itunes:image href=""/>
    <itunes:category text="Technology"/>
    <description>Channel 9 keeps you up to date with the latest news and behind the scenes info from Microsoft that developers love to keep up with. From LINQ to SilverLight – Watch videos and hear about all the cool technologies coming and the people behind them.</description>
    <link>http://channel9.msdn.com/Tags/enterprise</link>
    <language>en</language>
    <pubDate>Sun, 12 Feb 2012 17:48:43 GMT</pubDate>
    <lastBuildDate>Sun, 12 Feb 2012 17:48:43 GMT</lastBuildDate>
    <generator>Rev9</generator>
    <c9:totalResults>6</c9:totalResults>
    <c9:pageCount>1</c9:pageCount>
    <c9:pageSize>25</c9:pageSize>
  <item>
      <title>Project Starlight: Multicast Plug-in for Silverlight</title>
      <description><![CDATA[ <p>It’s <a shape="rect" href="http://streamingmedia.com/east/index.asp" target="_blank" shape="rect">Streaming Media East</a> this week. Alas, I’m racing towards a book deadline, and so am skipping the show for the first time in years. I miss it; it’s long been one my favorite shows of the year, and an extremely productive place to meet with customers, partners, as well as a family reunion for us grizzled veterans of digital media.</p><p>But a bunch of the rest of the Silverlight media team are there. They’re demoing our big news, but I can at least write about it.</p><p>And that news is the <a shape="rect" href="http://www.qumu.com/products/silverlight.htm" target="_blank" shape="rect">Qumu Multicast Plug-in for Silverlight</a> and&nbsp; <a shape="rect" href="http://projectstarlight.codeplex.com/" target="_blank" shape="rect">Project Starlight</a>, which bring <a shape="rect" href="http://technet.microsoft.com/en-us/library/bb676130.aspx" target="_blank" shape="rect">Windows Media multicast</a> support to Silverlight.</p><ul><li>Silverlight Team Blog <a shape="rect" href="http://team.silverlight.net/announcements/multicast-comes-to-silverlight/" target="_blank" shape="rect">announcement</a> </li><li>Qumu <a shape="rect" href="http://qumu.com/newsroom/news-releases/2009/silverlightplugin.htm" target="_blank" shape="rect">announcement</a> </li></ul><h1>What is it?</h1><p>The Multicast Plug-in for Silverlight is a set of native code browser plugins (ActiveX or NSAPI) developed by <a shape="rect" href="http://www.qumu.com/index.html" target="_blank" shape="rect">Qumu</a> that enable Silverlight to access multicast streams from <a shape="rect" href="http://www.iis.net/extensions/WindowsMediaServices" target="_blank" shape="rect">Windows Media Services</a>. Versions are available for <a shape="rect" href="http://www.microsoft.com/silverlight/resources/install.aspx#sysreq" target="_blank" shape="rect">all supported Silverlight browsers</a> on both Mac and Windows.</p><h1>Why?</h1><p>Windows Media has long been the leading media platform in the enterprise, and a big part of that has been our support for multicast. Multicast is basically required to do big live corporate events on a LAN/WAN given their network topology. Proxy caching from Smooth Streaming is great for scaling up consumer content delivery, but Enterprises generally don’t have proxy caches inside the WAN. So, to date Silverlight wasn’t a good fit for corporate events.</p><p>But Silverlight itself has been very compelling for the enterprise, and they’ve been itching to take the rich presentations they’ve been able to do for on demand and use them for live. And Silverlight can do some great stuff there:</p><ul><li>Multi-camera views for multi-location events </li><li>Synchronized slides and other multimedia assets </li><li>Integrated chat, voting, and other feedback to break out of one-way only communication </li><li>More robust cross-platform embedding for the Mac users in graphics or video departments </li></ul><p>Both Microsoft and Qumu have had many, many requests from our corporate, education, and government customers for multicast in Silverlight, and thus the best of both worlds. Qumu developed Starlight with support from Microsoft.</p><h1>What modifications are needed to support this?</h1><p>There’s no changes on the server or networking side required – that was a core goal of the project.</p><p>The Plug-in is accessed via MediaStreamSource, and so will need some code added there. It’s the same API for all platform/browsers, and the necessary source code is provided as part of Starlight.</p><p>The biggest task is to get the components installed on all the machines. It is supported by the standard enterprise deployment tools like <a shape="rect" href="http://technet.microsoft.com/en-us/wsus/default.aspx" target="_blank" shape="rect">WSUS</a>.</p><h1>How does Starlight get deployed?</h1><p>It’s a native code browser component, and so will require administrator access to install. This is the biggest work item in most cases. Since multicast is of most interest inside enterprises and other large LAN/WAN configurations, the majority of the machines that would run it are managed desktops. Thus the IT departments for the organization will need add it to their standard build.</p><h1>What does Starlight cost? What’s the license?</h1><p>The Starlight binaries are free downloads. Source code is also available under a license compatible with <a shape="rect" href="http://www.microsoft.com/opensource/licenses.mspx#Ms-PL" target="_blank" shape="rect">MS-PL</a>, which allows very broad modification and then redistribution of those modifications.</p><p>I’m looking forward to see what other partners can do by extending Starlight to enable new content types and scenarios.</p><h1>When and where can I get it?</h1><p>The binaries and source code should be available for <a shape="rect" href="http://projectstarlight.codeplex.com/Release/ProjectReleases.aspx" target="_blank" shape="rect">download at Codeplex</a> in the next few days.</p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/enterprise/RSS&WT.dl=0&WT.entryid=Entry:RSSView:64e042d43a784d8682d59e1000b1f8f2">]]></description>
      <comments>http://channel9.msdn.com/Blogs/benwagg/Project-Starlight-Multicast-Plug-in-for-Silverlight</comments>
      <itunes:summary> It’s Streaming Media East this week. Alas, I’m racing towards a book deadline, and so am skipping the show for the first time in years. I miss it; it’s long been one my favorite shows of the year, and an extremely productive place to meet with customers, partners, as well as a family reunion for us grizzled veterans of digital media.But a bunch of the rest of the Silverlight media team are there. They’re demoing our big news, but I can at least write about it.And that news is the Qumu Multicast Plug-in for Silverlight and&amp;nbsp; Project Starlight, which bring Windows Media multicast support to Silverlight.Silverlight Team Blog announcement Qumu announcement What is it?The Multicast Plug-in for Silverlight is a set of native code browser plugins (ActiveX or NSAPI) developed by Qumu that enable Silverlight to access multicast streams from Windows Media Services. Versions are available for all supported Silverlight browsers on both Mac and Windows.Why?Windows Media has long been the leading media platform in the enterprise, and a big part of that has been our support for multicast. Multicast is basically required to do big live corporate events on a LAN/WAN given their network topology. Proxy caching from Smooth Streaming is great for scaling up consumer content delivery, but Enterprises generally don’t have proxy caches inside the WAN. So, to date Silverlight wasn’t a good fit for corporate events.But Silverlight itself has been very compelling for the enterprise, and they’ve been itching to take the rich presentations they’ve been able to do for on demand and use them for live. And Silverlight can do some great stuff there:Multi-camera views for multi-location events Synchronized slides and other multimedia assets Integrated chat, voting, and other feedback to break out of one-way only communication More robust cross-platform embedding for the Mac users in graphics or video departments Both Microsoft and Qumu have had many, many requests from our corporate, education</itunes:summary>
      <link>http://channel9.msdn.com/Blogs/benwagg/Project-Starlight-Multicast-Plug-in-for-Silverlight</link>
      <pubDate>Mon, 11 May 2009 19:07:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/benwagg/Project-Starlight-Multicast-Plug-in-for-Silverlight</guid>      
      <dc:creator>Ben Waggoner</dc:creator>
      <itunes:author>Ben Waggoner</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/benwagg/Project-Starlight-Multicast-Plug-in-for-Silverlight/RSS</wfw:commentRss>
      <category>CodePlex</category>
      <category>IIS</category>
      <category>Silverlight</category>
      <category>Silverlight 2</category>
      <category>Enterprise</category>
      <category>multicast</category>
      <category>Qumu</category>
      <category>Windows Media Services</category>
    </item>
  <item>
      <title>Millions of Servers Coming to the Cloud</title>
      <description><![CDATA[ <p>At the <a href="http://www.microsoft.com/events/teched2008/developer/default.mspx">TechEd Conference</a>, Bill Gates gave his last speech as a Microsoft full-time employee and one of the topics he discussed was Microsoft’s vision for cloud computing. (Full transcript is <a href="http://www.microsoft.com/presspass/exec/billg/speeches/2008/06-03teched.mspx">here</a>.) In the speech, Gates spoke of Microsoft’s plan to have “many millions” of servers in the cloud, running all the services that traditional I.T. shops run today like Exchange, SQL Server, BizTalk, and more. These Microsoft cloud services will come in three different options – free,&nbsp; ad-supported, and commercial (fee-based), he said. One has to wonder how this will position the I.T. guys in the future – it looks like their role will be changing. Whereas before, I.T. needed to know how to set up, install, manage, and support the servers in their organization, it seems like the new I.T. guy will be more a facilitator, helping a company pick out the best cloud services for the business and handling the administrative aspects of setting them up. This work will be less “geeky” than before, but still just as critical to a business’s success. It should be really interesting to watch as these things change the way the business world runs.</p><p>(img courtesy of <a href="http://microsoftireland.spaces.live.com/Blog/cns!1024FF975ACC773B!250.entry">News from Microsoft Ireland</a>)</p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/enterprise/RSS&WT.dl=0&WT.entryid=Entry:RSSView:26b787469d3d47099c819e0d00e4ed4e">]]></description>
      <comments>http://channel9.msdn.com/Blogs/coolstuff/Millions-of-Servers-Coming-to-the-Cloud</comments>
      <itunes:summary> At the TechEd Conference, Bill Gates gave his last speech as a Microsoft full-time employee and one of the topics he discussed was Microsoft’s vision for cloud computing. (Full transcript is here.) In the speech, Gates spoke of Microsoft’s plan to have “many millions” of servers in the cloud, running all the services that traditional I.T. shops run today like Exchange, SQL Server, BizTalk, and more. These Microsoft cloud services will come in three different options – free,&amp;nbsp; ad-supported, and commercial (fee-based), he said. One has to wonder how this will position the I.T. guys in the future – it looks like their role will be changing. Whereas before, I.T. needed to know how to set up, install, manage, and support the servers in their organization, it seems like the new I.T. guy will be more a facilitator, helping a company pick out the best cloud services for the business and handling the administrative aspects of setting them up. This work will be less “geeky” than before, but still just as critical to a business’s success. It should be really interesting to watch as these things change the way the business world runs.(img courtesy of News from Microsoft Ireland)</itunes:summary>
      <link>http://channel9.msdn.com/Blogs/coolstuff/Millions-of-Servers-Coming-to-the-Cloud</link>
      <pubDate>Mon, 16 Jun 2008 09:13:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/coolstuff/Millions-of-Servers-Coming-to-the-Cloud</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/320/on10_34052f6f-6c0f-42f3-b132-cc4e2f4cc667.jpg" height="0" width="0"/>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/85/on10_5abd08a7-5414-4bb4-98ee-397da42ede35.jpg" height="64" width="85"/>      
      <dc:creator>Sarah Perez</dc:creator>
      <itunes:author>Sarah Perez</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/coolstuff/Millions-of-Servers-Coming-to-the-Cloud/RSS</wfw:commentRss>
      <category>Bill Gates</category>
      <category>Cloud</category>
      <category>Cloud Computing</category>
      <category>Tech.Ed</category>
      <category>business</category>
      <category>Enterprise</category>
      <category>data centers</category>
    </item>
  <item>
      <title>Identity Management Beta Released</title>
      <description><![CDATA[This one’s for the IT Pros – a new beta of <a href="http://www.microsoft.com/ILM">Identity Lifecycle Manager</a> has been released – the <a href="http://www.microsoft.com/windowsserver/ilm2/default.mspx">ILM beta</a> helps your users better manage their multiple identities across network resources via a solution that provides identity synchronization, certificate &amp; password management, and user provisioning all from one single solution that works on Microsoft Windows as well as other systems. This solution lets users manage their own identities so the bottom line is that this means less calls to the helpdesk for forgotten passwords! The self-service solution lets users manage their own passwords. <em>Sigh</em>. I wish we had been using this when I was in I.T…of course, if we had been using this, I might still <em>be </em>in I.T. <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/enterprise/RSS&WT.dl=0&WT.entryid=Entry:RSSView:04204ac3320440ec83db9e0e0019af53">]]></description>
      <comments>http://channel9.msdn.com/Blogs/coolstuff/Identity-Management-Beta-Released</comments>
      <itunes:summary>This one’s for the IT Pros – a new beta of Identity Lifecycle Manager has been released – the ILM beta helps your users better manage their multiple identities across network resources via a solution that provides identity synchronization, certificate &amp;amp; password management, and user provisioning all from one single solution that works on Microsoft Windows as well as other systems. This solution lets users manage their own identities so the bottom line is that this means less calls to the helpdesk for forgotten passwords! The self-service solution lets users manage their own passwords. Sigh. I wish we had been using this when I was in I.T…of course, if we had been using this, I might still be in I.T.</itunes:summary>
      <link>http://channel9.msdn.com/Blogs/coolstuff/Identity-Management-Beta-Released</link>
      <pubDate>Fri, 13 Jun 2008 19:39:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/coolstuff/Identity-Management-Beta-Released</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/320/on10_87b98d85-0a05-4905-9cd4-ef2cdc14571c.jpg" height="0" width="0"/>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/85/on10_6ced739a-9171-41b5-9a19-5e2b10430a24.jpg" height="64" width="85"/>      
      <dc:creator>Sarah Perez</dc:creator>
      <itunes:author>Sarah Perez</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/coolstuff/Identity-Management-Beta-Released/RSS</wfw:commentRss>
      <category>ILM</category>
      <category>IT</category>
      <category>Enterprise</category>
      <category>passwords</category>
    </item>
  <item>
      <title>Enterprise Deployment resources for Silverlight</title>
      <description><![CDATA[Most of the examples here for Silverlight media have been focused on consumer content, and that's been the bulk of our broader marketing story so far. But we are Microsoft, and so enterprise is a huge portion of our bread and butter, and we want to see Silverlight be as successful inside enterprises as it's becoming in the consumer world.<br><br>Silverlight has a lot to offer the enterprise. Among the usual Silverlight scenarios, we've seen growing interest in using Silverlight for doing corporate training, since it offers such rich mechanisms to mix video and audio with quizzes and other content.<br><br>I've had a bunch of questions about how we're going to support Silverlight deployment in the enterprise. My colleague <a href="http://blogs.msdn.com/tims">Tim Sneath </a>has had a couple of great blog posts I want to crib from. In particular, don't miss the link to the&nbsp;<a href="http://download.microsoft.com/download/7/8/d/78da8ec9-8801-42e5-89e5-3809386f1316/Silverlight%20Deployment%20Guide.doc">Silverlight Enterprise Deployment Guide</a>.<br><br><blockquote dir="ltr"><h2><a href="http://blogs.msdn.com/tims/archive/2007/09/28/deploying-silverlight-in-the-enterprise.aspx">Deploying Silverlight in the Enterprise</a></h2><p class="postcontent" dir="ltr">As more and more Silverlight sites become available, enterprise administrators are starting to ask for guidance on how Silverlight should be deployed in a corporate environment. Obviously, at one level it's as straightforward as executing the installer, but there are typically a whole ton of questions that need answering: </p><ul><li>What files and registry keys does Silverlight install? </li><li>Will Silverlight break any existing applications? </li><li>What are the command-line switches to configure installation? </li><li>How do I deploy Silverlight through SMS or System Center? </li><li>How is Silverlight serviced and updated? </li><li>How do you configure Silverlight settings via Group Policy? </li></ul><p dir="ltr">Fortunately, one of my colleagues, <a href="http://blogs.technet.com/extreme/default.aspx">David Tesar</a> has kindly come to the rescue and written a very comprehensive white paper that answers all these questions plus many more. The <a href="http://download.microsoft.com/download/7/8/d/78da8ec9-8801-42e5-89e5-3809386f1316/Silverlight%20Deployment%20Guide.doc">Silverlight Enterprise Deployment Guide</a> is available for download now. We gave the white paper a trial run ourselves when Microsoft IT used SMS to deploy Silverlight internally. Download it and send it to your systems administrator today - it's worth their time to read.</p><a href="http://blogs.msdn.com/tims/archive/2008/01/22/making-silverlight-easier-for-systems-administrators-to-install.aspx"><blockquote dir="ltr"><h2>Making Silverlight Easier for Systems Administrators to Install</h2></blockquote></a></blockquote><blockquote dir="ltr"><p class="postcontent">...we've made a few changes to the installation process to enable systems administrators to deploy Silverlight into enterprise environments more easily.<br>...Silverlight is available as an optional update for Windows XP and Windows Server 2003 via the <a href="http://technet.microsoft.com/en-us/wsus/default.aspx">Windows Server Update Services</a> tool (and, inevitably, <a href="http://update.microsoft.com/">Microsoft Update</a>, since WSUS relies on Microsoft Update as its source for updates).</p><p class="postcontent">Many customers have requested help with deploying Silverlight internally, and this change will hopefully be welcomed by enterprises who want to distribute Silverlight within their organizations using their established management tools. By adding it as an optional update, enterprises can control the roll-out of Silverlight within their organizations and schedule its installation as a background task so that the perceptible impact is minimal, and ensure that end-users can view Silverlight content without requiring administrative rights to install the plug-in.</p><p class="postcontent">I'm really glad this is now available: the need for administrator rights to install a web plug-in is not unique to Silverlight, of course, but it's been raised a number of times as a potential blocker to enterprise adoption. Having this available will solve that problem and make it far easier for enterprise administrators to control deployment of Silverlight to their users.</p></blockquote> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/enterprise/RSS&WT.dl=0&WT.entryid=Entry:RSSView:dd69869033dd400ea2289e1000b10a0a">]]></description>
      <comments>http://channel9.msdn.com/Blogs/benwagg/Enterprise-Deployment-resources-for-Silverlight</comments>
      <itunes:summary>Most of the examples here for Silverlight media have been focused on consumer content, and that&#39;s been the bulk of our broader marketing story so far. But we are Microsoft, and so enterprise is a huge portion of our bread and butter, and we want to see Silverlight be as successful inside enterprises as it&#39;s becoming in the consumer world.Silverlight has a lot to offer the enterprise. Among the usual Silverlight scenarios, we&#39;ve seen growing interest in using Silverlight for doing corporate training, since it offers such rich mechanisms to mix video and audio with quizzes and other content.I&#39;ve had a bunch of questions about how we&#39;re going to support Silverlight deployment in the enterprise. My colleague Tim Sneath has had a couple of great blog posts I want to crib from. In particular, don&#39;t miss the link to the&amp;nbsp;Silverlight Enterprise Deployment Guide.Deploying Silverlight in the EnterpriseAs more and more Silverlight sites become available, enterprise administrators are starting to ask for guidance on how Silverlight should be deployed in a corporate environment. Obviously, at one level it&#39;s as straightforward as executing the installer, but there are typically a whole ton of questions that need answering: What files and registry keys does Silverlight install? Will Silverlight break any existing applications? What are the command-line switches to configure installation? How do I deploy Silverlight through SMS or System Center? How is Silverlight serviced and updated? How do you configure Silverlight settings via Group Policy? Fortunately, one of my colleagues, David Tesar has kindly come to the rescue and written a very comprehensive white paper that answers all these questions plus many more. The Silverlight Enterprise Deployment Guide is available for download now. We gave the white paper a trial run ourselves when Microsoft IT used SMS to deploy Silverlight internally. Download it and send it to your systems administrator today - it&#39;s worth their time to r</itunes:summary>
      <link>http://channel9.msdn.com/Blogs/benwagg/Enterprise-Deployment-resources-for-Silverlight</link>
      <pubDate>Mon, 02 Jun 2008 16:58:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/benwagg/Enterprise-Deployment-resources-for-Silverlight</guid>      
      <dc:creator>Ben Waggoner</dc:creator>
      <itunes:author>Ben Waggoner</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/benwagg/Enterprise-Deployment-resources-for-Silverlight/RSS</wfw:commentRss>
      <category>Deployment</category>
      <category>Silverlight</category>
      <category>Enterprise</category>
    </item>
  <item>
      <title>LG - Nortel</title>
      <description><![CDATA[<a>LG-Nortel </a>is a joint venture of LG Electronics and Nortel. Established in 2005, LG-Nortel provides leading edge telecommunications equipment and network solutions, spanning wired and wireless technologies, to service provider and enterprise customers in Korea and around the world. LG-Nortel is also actively developing next generation solutions for global markets, with over 1,000 skilled R&amp;D engineers currently focused on wireless broadband technology evolution and the development of powerful new product lines. <p>&nbsp;</p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/enterprise/RSS&WT.dl=0&WT.entryid=Entry:RSSView:e42bde86606f4c98add19e0f000ec090">]]></description>
      <comments>http://channel9.msdn.com/Blogs/Tina/LG-Nortel</comments>
      <itunes:summary>LG-Nortel is a joint venture of LG Electronics and Nortel. Established in 2005, LG-Nortel provides leading edge telecommunications equipment and network solutions, spanning wired and wireless technologies, to service provider and enterprise customers in Korea and around the world. LG-Nortel is also actively developing next generation solutions for global markets, with over 1,000 skilled R&amp;amp;D engineers currently focused on wireless broadband technology evolution and the development of powerful new product lines. &amp;nbsp;</itunes:summary>
      <itunes:duration>528</itunes:duration>
      <link>http://channel9.msdn.com/Blogs/Tina/LG-Nortel</link>
      <pubDate>Tue, 15 May 2007 15:07:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/Tina/LG-Nortel</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/content/on10/entries/preview/nortel_large_on10.jpg" height="240" width="320"/>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/content/on10/entries/previewsmall/nortel_small_on10.jpg" height="64" width="85"/>
      <media:group>
        <media:content url="http://download.microsoft.com/download/6/4/7/64764696-9e7e-4040-bedf-da07a567f134/Nortel_2MB_on10.wmv" expression="full" duration="528" fileSize="113176698" type="video/x-ms-wmv" medium="video"/>
        <media:content url="http://download.microsoft.com/download/6/4/7/64764696-9e7e-4040-bedf-da07a567f134/Nortel_on10.mp4" expression="full" duration="528" fileSize="32048597" type="video/mp4" medium="video"/>
        <media:content url="http://download.microsoft.com/download/6/4/7/64764696-9e7e-4040-bedf-da07a567f134/Nortel_on10.wmv" expression="full" duration="528" fileSize="31153120" type="video/x-ms-wmv" medium="video"/>
        <media:content url="http://download.microsoft.com/download/6/4/7/64764696-9e7e-4040-bedf-da07a567f134/Nortel_Zune_on10.wmv" expression="full" duration="528" fileSize="42392684" type="video/x-ms-wmv" medium="video"/>
        <media:content url="http://on10.net/videos/Nortel_on10.asx" expression="full" duration="528" fileSize="104" type="video/x-ms-wmv" medium="video"/>
      </media:group>      
      <enclosure url="http://download.microsoft.com/download/6/4/7/64764696-9e7e-4040-bedf-da07a567f134/Nortel_on10.wmv" length="31153120" type="video/x-ms-wmv"/>
      <dc:creator>Tina</dc:creator>
      <itunes:author>Tina</itunes:author>
      <slash:comments>6</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/Tina/LG-Nortel/RSS</wfw:commentRss>
      <category>Seattle</category>
      <category>Enterprise</category>
      <category>LG-Nortel</category>
      <category>Joint Venture</category>
    </item>
  <item>
      <title>Polycom - It&#39;s business week here at Channel 10</title>
      <description><![CDATA[ <p><a>Polycom, Inc</a>. is the worldwide leader in unified collaborative communications (UCC) that maximize the efficiency and productivity of people and organizations by integrating the broadest array of high definition video, wired and wireless voice, and content solutions to deliver the ultimate collaborative experience. Polycom’s high quality, standards-based conferencing and collaboration solutions are easy to deploy and manage, as well as intuitive to use. Supported by an open architecture, they integrate seamlessly with leading telephony, workplace wireless telephony, and presence-based networks. With its market driving technologies, best-in-class products, alliance partnerships, and world-class service, Polycom is the smart choice for organizations seeking proven solutions and a competitive advantage from on-demand communications and collaboration.</p><p></p><p>&nbsp;</p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/enterprise/RSS&WT.dl=0&WT.entryid=Entry:RSSView:2589a88549224239bd4b9e0f000ebaec">]]></description>
      <comments>http://channel9.msdn.com/Blogs/Tina/Polycom-Its-business-week-here-at-Channel-10</comments>
      <itunes:summary> Polycom, Inc. is the worldwide leader in unified collaborative communications (UCC) that maximize the efficiency and productivity of people and organizations by integrating the broadest array of high definition video, wired and wireless voice, and content solutions to deliver the ultimate collaborative experience. Polycom’s high quality, standards-based conferencing and collaboration solutions are easy to deploy and manage, as well as intuitive to use. Supported by an open architecture, they integrate seamlessly with leading telephony, workplace wireless telephony, and presence-based networks. With its market driving technologies, best-in-class products, alliance partnerships, and world-class service, Polycom is the smart choice for organizations seeking proven solutions and a competitive advantage from on-demand communications and collaboration.&amp;nbsp;</itunes:summary>
      <itunes:duration>552</itunes:duration>
      <link>http://channel9.msdn.com/Blogs/Tina/Polycom-Its-business-week-here-at-Channel-10</link>
      <pubDate>Mon, 14 May 2007 16:48:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/Tina/Polycom-Its-business-week-here-at-Channel-10</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/content/on10/entries/preview/polycom_large_on10.jpg" height="240" width="320"/>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/content/on10/entries/previewsmall/polycom_small_on10.jpg" height="64" width="85"/>
      <media:group>
        <media:content url="http://download.microsoft.com/download/a/2/9/a293e8ae-1e42-4d65-b04b-10f5f1e39447/Polycom_2MB_on10.wmv" expression="full" duration="552" fileSize="134376842" type="video/x-ms-wmv" medium="video"/>
        <media:content url="http://download.microsoft.com/download/a/2/9/a293e8ae-1e42-4d65-b04b-10f5f1e39447/Polycom_on10.wmv" expression="full" duration="552" fileSize="34680834" type="video/x-ms-wmv" medium="video"/>
        <media:content url="http://download.microsoft.com/download/a/2/9/a293e8ae-1e42-4d65-b04b-10f5f1e39447/Polycom_s_on10.mp4" expression="full" duration="552" fileSize="35722679" type="video/mp4" medium="video"/>
        <media:content url="http://download.microsoft.com/download/a/2/9/a293e8ae-1e42-4d65-b04b-10f5f1e39447/Polycom_Zune_on10.wmv" expression="full" duration="552" fileSize="44344830" type="video/x-ms-wmv" medium="video"/>
        <media:content url="http://on10.net/videos/Polycom_on10.asx" expression="full" duration="552" fileSize="105" type="video/x-ms-wmv" medium="video"/>
      </media:group>      
      <enclosure url="http://download.microsoft.com/download/a/2/9/a293e8ae-1e42-4d65-b04b-10f5f1e39447/Polycom_on10.wmv" length="34680834" type="video/x-ms-wmv"/>
      <dc:creator>Tina</dc:creator>
      <itunes:author>Tina</itunes:author>
      <slash:comments>6</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/Tina/Polycom-Its-business-week-here-at-Channel-10/RSS</wfw:commentRss>
      <category>Seattle</category>
      <category>Polycom</category>
      <category>Enterprise</category>
      <category>conferencing</category>
    </item>    
</channel>
</rss>
