<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Media Type</title>
	<atom:link href="http://mediatype.ca/feed/" rel="self" type="application/rss+xml" />
	<link>http://mediatype.ca</link>
	<description>Thoughts on QNX and the state of Multi-Media</description>
	<lastBuildDate>Wed, 17 Nov 2010 12:47:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>BlackBerry Playbook</title>
		<link>http://mediatype.ca/2010/11/17/blackberry-playbook/</link>
		<comments>http://mediatype.ca/2010/11/17/blackberry-playbook/#comments</comments>
		<pubDate>Wed, 17 Nov 2010 12:47:02 +0000</pubDate>
		<dc:creator>dan</dc:creator>
				<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[QNX]]></category>

		<guid isPermaLink="false">http://mediatype.ca/?p=51</guid>
		<description><![CDATA[The QNX MM team has been hard at work on the blackberry playbook, things are starting to pay off as we get closer to the finish line. Check out a few of these videos from monday and tuesday this week. Jim Balsillie demoing QNX driving multiple use cases including video and camera: http://www.engadget.com/2010/11/16/blackberry-playbook-first-hands-on-video/]]></description>
			<content:encoded><![CDATA[<p>The QNX MM team has been hard at work on the blackberry playbook, things are starting to pay off as we get closer to the finish line.  Check out a few of these videos from monday and tuesday this week.</p>
<p><object width="640" height="390"><param name="movie" value="http://www.youtube.com/v/s72rGDUn2uo&#038;hl=en_GB&#038;feature=player_embedded&#038;version=3"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.youtube.com/v/s72rGDUn2uo&#038;hl=en_GB&#038;feature=player_embedded&#038;version=3" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="640" height="390"></embed></object></p>
<p>Jim Balsillie  demoing QNX driving multiple use cases including video and camera:<br />
<a href="http://www.engadget.com/2010/11/16/blackberry-playbook-first-hands-on-video/">http://www.engadget.com/2010/11/16/blackberry-playbook-first-hands-on-video/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mediatype.ca/2010/11/17/blackberry-playbook/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Shell Script to lookup QNX docs</title>
		<link>http://mediatype.ca/2010/07/27/shell-script-to-lookup-qnx-docs/</link>
		<comments>http://mediatype.ca/2010/07/27/shell-script-to-lookup-qnx-docs/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 13:57:40 +0000</pubDate>
		<dc:creator>dan</dc:creator>
				<category><![CDATA[QNX]]></category>

		<guid isPermaLink="false">http://mediatype.ca/?p=46</guid>
		<description><![CDATA[Here is a shell script that should run on any system with Python but I only tried it on Mac. It will lookup the QNX documentation for any library call you pass in on the command line. This is how you use it: qnxhelp printf And it will then open up a web browser with [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a shell script that should run on any system with Python but I only tried it on Mac.  It will lookup the QNX documentation for any library call you pass in on the command line.</p>
<p>This is how you use it:</p>
<pre>
  qnxhelp printf
</pre>
<p>And it will then open up a web browser with the docs for 6.4.1&#8242;s library page for printf.</p>
<p>Here is the script code for qnxhelp:</p>
<pre class="brush: python; title: ;">
#!/usr/bin/env python
import os, string, sys, webbrowser
if (len(sys.argv) != 2):
    print &quot;Usage:  %s &lt;command to lookup&gt;&quot; %(sys.argv[0])

else:
    word = sys.argv[1]
    char = word[:1]
    location = &quot;http://www.qnx.com/developers/docs/6.4.1/neutrino/lib_ref/%s/%s.html&quot; % (string.lower(char), string.lower(word))    webbrowser.open(location)
</pre>
]]></content:encoded>
			<wfw:commentRss>http://mediatype.ca/2010/07/27/shell-script-to-lookup-qnx-docs/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>RIM + QNX = Great News!</title>
		<link>http://mediatype.ca/2010/04/09/rim-qnx-great-news/</link>
		<comments>http://mediatype.ca/2010/04/09/rim-qnx-great-news/#comments</comments>
		<pubDate>Sat, 10 Apr 2010 02:47:25 +0000</pubDate>
		<dc:creator>dan</dc:creator>
				<category><![CDATA[QNX]]></category>

		<guid isPermaLink="false">http://mediatype.ca/?p=44</guid>
		<description><![CDATA[Pretty excited about the acquisition of QNX by RIM. I think that together there will be a lot of synergy going forward. OSNews had a great article that is worth a read: http://www.osnews.com/story/23134/Research_In_Motion_Buys_QNX_Software]]></description>
			<content:encoded><![CDATA[<p>Pretty excited about the acquisition of QNX by RIM.  I think that together there will be a lot of synergy going forward.</p>
<p>OSNews had a great article that is worth a read:  <a href="http://www.osnews.com/story/23134/Research_In_Motion_Buys_QNX_Software">http://www.osnews.com/story/23134/Research_In_Motion_Buys_QNX_Software</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mediatype.ca/2010/04/09/rim-qnx-great-news/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>QNX Dependency Mapping</title>
		<link>http://mediatype.ca/2009/11/19/qnx-dependency-mapping/</link>
		<comments>http://mediatype.ca/2009/11/19/qnx-dependency-mapping/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 15:29:53 +0000</pubDate>
		<dc:creator>dan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mediatype.ca/?p=39</guid>
		<description><![CDATA[I wrote a script that will take the output of &#8216;pidin fd&#8217; and generate a graphviz dot graph showing the dependencies at that point that each process has on others. Here is a sample output from a QNX Car M5 running on vmware: If you want to generate your own graph from your system you [...]]]></description>
			<content:encoded><![CDATA[<p>I wrote a script that will take the output of &#8216;pidin fd&#8217; and generate a graphviz dot graph showing the dependencies at that point that each process has on others.  Here is a sample output from a QNX Car M5 running on vmware:<br />
<a href="http://mediatype.ca/wp-content/uploads/2009/11/QNXCarM5Dependency_simple.png"><img src="http://mediatype.ca/wp-content/uploads/2009/11/QNXCarM5Dependency_simple_small.png" alt="QNXCarM5Dependency_simple_small.png" border="0" width="500" height="57" /></a></p>
<p>If you want to generate your own graph from your system you can do that from this page:<br />
<a href="http://dan.hld.ca/pidingraph.py">http://dan.hld.ca/pidingraph.py</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mediatype.ca/2009/11/19/qnx-dependency-mapping/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Connected Car &#8211; ngConnect</title>
		<link>http://mediatype.ca/2009/11/05/the-connected-car-ngconnect/</link>
		<comments>http://mediatype.ca/2009/11/05/the-connected-car-ngconnect/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 14:50:01 +0000</pubDate>
		<dc:creator>dan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mediatype.ca/?p=36</guid>
		<description><![CDATA[Here is a video showing something we&#8217;ve been working on at QNX.]]></description>
			<content:encoded><![CDATA[<p>Here is a video showing something we&#8217;ve been working on at QNX.</p>
<p><object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/7lvGQD2ryKU&#038;hl=en&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/7lvGQD2ryKU&#038;hl=en&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://mediatype.ca/2009/11/05/the-connected-car-ngconnect/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>QNX Car Milestone 3 Walkthrough</title>
		<link>http://mediatype.ca/2009/08/12/qnx-car-milestone-3-walkthrough/</link>
		<comments>http://mediatype.ca/2009/08/12/qnx-car-milestone-3-walkthrough/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 16:51:59 +0000</pubDate>
		<dc:creator>dan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mediatype.ca/?p=28</guid>
		<description><![CDATA[I put together this video so that you can see what our QNX Car reference platform looks like. This runs on QNX Neutrino and uses QNX Multimedia for the video and Flash Lite for the UI. If you want to try it join the QNX Car project and download the VMWare image.]]></description>
			<content:encoded><![CDATA[<p>I put together this video so that you can see what our QNX Car reference platform looks like.  This runs on QNX Neutrino and uses QNX Multimedia for the video and Flash Lite for the UI.</p>
<p>If you want to try it join the <a href="http://community.qnx.com/sf/projects/qnx_car">QNX Car project</a> and download the VMWare image.</p>
<p><object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/e9ozsBkkjz0&#038;hl=en&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/e9ozsBkkjz0&#038;hl=en&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://mediatype.ca/2009/08/12/qnx-car-milestone-3-walkthrough/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>QNX MM 1.2 is Released</title>
		<link>http://mediatype.ca/2009/05/27/qnx-mm-12-is-released/</link>
		<comments>http://mediatype.ca/2009/05/27/qnx-mm-12-is-released/#comments</comments>
		<pubDate>Wed, 27 May 2009 14:47:25 +0000</pubDate>
		<dc:creator>dan</dc:creator>
				<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[QNX]]></category>

		<guid isPermaLink="false">http://mediatype.ca/?p=26</guid>
		<description><![CDATA[Our team has finished Aviage MM 1.2. Its got some excellent features and new platforms that it supports. Notably: DVD-V playback Video file playback Microsoft Zune support Significant improvements to Album Art support Significant improvements to metadata synchronization speeds Additional playlists supported Faster startup, much less memory used RTP &#038; HTTP streaming TI OMAP3 Codec [...]]]></description>
			<content:encoded><![CDATA[<p>Our team has finished Aviage MM 1.2.  Its got some excellent features and new platforms that it supports.  Notably:</p>
<ul>
<li>DVD-V playback
<li>Video file playback
<li>Microsoft Zune support
<li>Significant improvements to Album Art support
<li>Significant improvements to metadata synchronization speeds
<li>Additional playlists supported
<li>Faster startup, much less memory used
<li>RTP &#038; HTTP streaming
<li>TI OMAP3 Codec Engine (audio decoders)
<li>Intel Performance Primitives codecs
</ul>
<p>There are lots of other improvements also.  We&#8217;ve been busy this past 6 months!</p>
<p>You can find more information about it here:<br />
<a href="http://www.qnx.com/products/middleware/multimedia.html">http://www.qnx.com/products/middleware/multimedia.html</a></p>
<p>This project is developed openly on <a href="http://community.qnx.com/sf/projects/multimedia">the foundry27 site</a> where you can <a href="http://community.qnx.com/sf/scm/do/listRepositories/projects.multimedia/scm">get source code</a> and <a href="http://community.qnx.com/sf/frs/do/viewSummary/projects.multimedia/frs">daily builds</a>.  If you&#8217;re looking to try it out you can do that for free with one of those <a href="http://community.qnx.com/sf/frs/do/viewSummary/projects.multimedia/frs">daily builds</a> on top of <a href="http://www.qnx.com/products/evaluation/">QNX Momentics 6.4.0 or 6.4.1</a>(soon to be released).</p>
]]></content:encoded>
			<wfw:commentRss>http://mediatype.ca/2009/05/27/qnx-mm-12-is-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Multimedia on Foundry27</title>
		<link>http://mediatype.ca/2009/04/02/multimedia-on-foundry27/</link>
		<comments>http://mediatype.ca/2009/04/02/multimedia-on-foundry27/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 00:45:07 +0000</pubDate>
		<dc:creator>dan</dc:creator>
				<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[QNX]]></category>

		<guid isPermaLink="false">http://mediatype.ca/?p=24</guid>
		<description><![CDATA[The multimedia project I work on at QNX is now available on foundry27. Foundry27 is QNX&#8217;s development portal where you can find software projects actively being developed. On the foundry27 site for multimedia you can get source code, documentation, forums and other great resources. The source code is the latest and greatest, updated every night [...]]]></description>
			<content:encoded><![CDATA[<p>The multimedia project I work on at QNX is now available on <a href="http://community.qnx.com/sf/projects/multimedia">foundry27</a>.  <a href="http://community.qnx.com/sf/projects/multimedia">Foundry27</a> is QNX&#8217;s development portal where you can find software projects actively being developed.</p>
<p>On the <a href="http://community.qnx.com/sf/projects/multimedia">foundry27 site for multimedia</a> you can get <a href="http://community.qnx.com/sf/scm/do/listRepositories/projects.multimedia/scm">source code</a>, documentation, forums and other great resources.  The<a href="http://community.qnx.com/sf/scm/do/listRepositories/projects.multimedia/scm"> source code</a> is the latest and greatest, updated every night at 2am and right after that a <a href="http://community.qnx.com/sf/frs/do/listReleases/projects.multimedia/frs.daily_builds">binary nightly build is available</a>.  If you want to <a href="http://community.qnx.com/sf/wiki/do/viewPage/projects.multimedia/wiki/SourceGuide">build the source, make sure to check our the source guide wiki page</a> that describes the straight forward process.</p>
<p>We put together a QNX video a while ago where I walk through at a high level what each of the components are.  Here it is:<br />
<object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/TWAN7iMM_M4&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/TWAN7iMM_M4&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://mediatype.ca/2009/04/02/multimedia-on-foundry27/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Audi turns to Nvidia for 3D navigation</title>
		<link>http://mediatype.ca/2009/01/30/audi-turns-to-nvidia-for-3d-navigation/</link>
		<comments>http://mediatype.ca/2009/01/30/audi-turns-to-nvidia-for-3d-navigation/#comments</comments>
		<pubDate>Fri, 30 Jan 2009 16:04:06 +0000</pubDate>
		<dc:creator>dan</dc:creator>
				<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[QNX]]></category>

		<guid isPermaLink="false">http://mediatype.ca/?p=22</guid>
		<description><![CDATA[QNX RTOS and multimedia are helping to drive this new infotainment system provided in the latest Audi&#8217;s. Audi turns to Nvidia for 3D navigation: &#8220; Audis new navigation system includes 3D textured buildings. (Credit: Audi) Audi&#8217;s new Q5 sports navigation graphics empowered by chip maker Nvidia, along with a radically updated dashboard interface, which Audi [...]]]></description>
			<content:encoded><![CDATA[<p>QNX RTOS and multimedia are helping to drive this new infotainment system provided in the latest Audi&#8217;s.</p>
<p><a href="http://reviews.cnet.com/8301-13746_7-10153067-48.html?part=rss&#038;tag=feed&#038;subj=TheCarTechblog">Audi turns to Nvidia for 3D navigation</a>: &#8220;
<div class="cnet-image-div image-large float-left" style="width: 610px;" ><img class="cnet-image" src="http://i.i.com.com/cnwk.1d/i/bto/20090129/AudiMMI01_610x363.jpg" alt="Audi navigation system" width="610" height="363" />
<p class="image-caption">Audis new navigation system includes 3D textured buildings.</p>
<p><span class="image-credit">(Credit: Audi)</span></div>
</p>
<p>
Audi&#8217;s new Q5 sports navigation graphics empowered by chip maker Nvidia, along with a radically updated dashboard interface, which Audi calls the Multimedia Interface, or MMI. Integrated into the new navigation system is an automotive grade Nvidia &#8230;</p>
<p>&#8220;</p>
<p>(Via <a href="http://reviews.cnet.com/8300-13746_7-48.html">Car Tech: An automotive blog from CNET</a>.)</p>
]]></content:encoded>
			<wfw:commentRss>http://mediatype.ca/2009/01/30/audi-turns-to-nvidia-for-3d-navigation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>QNX Multimedia at Convergence!</title>
		<link>http://mediatype.ca/2008/10/21/qnx-multimedia-at-convergence/</link>
		<comments>http://mediatype.ca/2008/10/21/qnx-multimedia-at-convergence/#comments</comments>
		<pubDate>Tue, 21 Oct 2008 19:14:01 +0000</pubDate>
		<dc:creator>dan</dc:creator>
				<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[QNX]]></category>

		<guid isPermaLink="false">http://mediatype.ca/2008/10/21/qnx-multimedia-at-convergence/</guid>
		<description><![CDATA[QNX is at convergence this year with a great demo. Some great things from a multimedia perspective that we&#8217;re showing at this demo: * Zune playback * iPod 1-wire playback * USB Mass storage playback * Youtube * Video games * Multinode: you can plug in an iPod in the front, and listen to it [...]]]></description>
			<content:encoded><![CDATA[<p>QNX is at convergence this year with a great demo.  Some great things from a multimedia perspective that we&#8217;re showing at this demo:</p>
<p>*  Zune playback<br />
*  iPod 1-wire playback<br />
*  USB Mass storage playback<br />
*  Youtube<br />
*  Video games<br />
*  Multinode:  you can plug in an iPod in the front, and listen to it in the back seat using headphones<br />
*  From you LCD panel dash cluster you can see what song you&#8217;re playing, and its artwork</p>
<p>I think this demonstrates a well &#8220;connected&#8221; car.  You&#8217;ve got the devices, you&#8217;ve got the internet, and you&#8217;ve got several happy networked users!</p>
<p>Here is a photo of the booth:</p>
<p>![QNX Convergence Booth](/wp-content/uploads/booth.jpg)</p>
<p>There are more photos of this on [Paul Leroux's blog](http://onqpl.blogspot.com/2008/10/report-from-convergence.html &#8220;On Q: Report from Convergence&#8221;).</p>
<p>There are lots of other advanced features that it shows as well such as voice integration, hands free support for bluetooth phones.   I hope a few of you have a chance to see it.</p>
]]></content:encoded>
			<wfw:commentRss>http://mediatype.ca/2008/10/21/qnx-multimedia-at-convergence/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

