<?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>TheHippo &#187; Skype</title>
	<atom:link href="http://blog.thehippo.de/tag/skype/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.thehippo.de</link>
	<description>if (i=1) throw null;</description>
	<lastBuildDate>Thu, 05 Aug 2010 18:10:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Ubuntu: Using Skype with web cam</title>
		<link>http://blog.thehippo.de/2010/07/tools-and-software/ubuntu-using-skype-with-web-cam/</link>
		<comments>http://blog.thehippo.de/2010/07/tools-and-software/ubuntu-using-skype-with-web-cam/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 12:32:42 +0000</pubDate>
		<dc:creator>Hippo</dc:creator>
				<category><![CDATA[Tools and Software]]></category>
		<category><![CDATA[Cheese]]></category>
		<category><![CDATA[Skype]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ubuntu 10.04]]></category>
		<category><![CDATA[v4l]]></category>
		<category><![CDATA[Video4Linux]]></category>
		<category><![CDATA[web cam]]></category>

		<guid isPermaLink="false">http://blog.thehippo.de/?p=291</guid>
		<description><![CDATA[Back in the days where I used Windows having video and audio conversations with Skype was really easy. Just plug in all the devices and configure the volume of the microphone and you are done. Today I tried the same with my Ubuntu 10.04 installation and I encountered a few problems. This is how I got my [...]]]></description>
			<content:encoded><![CDATA[<p>Back in the days where I used Windows having video and audio conversations with <a title="Skype" href="http://www.skype.com" target="_blank">Skype</a> was really easy. Just plug in all the devices and configure the volume of the microphone and you are done.</p>
<p>Today I tried the same with my <a title="Ubuntu" href="http://www.ubuntu.com" target="_blank">Ubuntu</a> 10.04 installation and I encountered a few problems. This is how I got my webcam working with Skype:<span id="more-291"></span></p>
<ul>
<li>Check if your web cam is working in general. The program <a title="Cheese" href="http://projects.gnome.org/cheese/" target="_blank">Cheese</a> is quite suitable for this task.</li>
<li>Test if Skype works with you cam. Open the options dialogue, go to &#8220;Video&#8221; and click test. If you see yourself, everything is fine <img src='http://blog.thehippo.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </li>
<li>Otherwise create a shell script with the following content:
<div class="dean_ch" style="white-space: wrap;">
<ol>
<li class="li1">
<div class="de1"><span class="re3">#!/bin/bash</span></div>
</li>
<li class="li1">
<div class="de1"><span class="re2">LD_PRELOAD=</span>/usr/lib/libv4l/v4l1compat.so &nbsp;/usr/bin/skype</div>
</li>
</ol>
</div>
<p>This script forces Skype to use the <a title="Video 4 Linux" href="http://linuxtv.org/v4lwiki/" target="_blank">Video4Linux</a> drivers instead of the native ones.</li>
<li>If you got this error like this:<br />
<blockquote><p>X Error, request 132, minor 18, error code 8 BadMatch (invalid parameter attributes)</p></blockquote>
<p>Modify you script this way:</p>
<div class="dean_ch" style="white-space: wrap;">
<ol>
<li class="li1">
<div class="de1"><span class="re3">#!/bin/bash</span></div>
</li>
<li class="li1">
<div class="de1"><span class="kw3">export</span> <span class="re2">XLIB_SKIP_ARGB_VISUALS=</span><span class="nu0">1</span> skype</div>
</li>
<li class="li1">
<div class="de1"><span class="re2">LD_PRELOAD=</span>/usr/lib/libv4l/v4l1compat.so &nbsp;/usr/bin/skype</div>
</li>
</ol>
</div>
</li>
<li>Whenever you start Skype and want to use your web cam use this script to start Skype.</li>
</ul>
<p>P.S.: If you are on a 64bit system you probably need to do this:</p>
<div class="dean_ch" style="white-space: wrap;">
<ol>
<li class="li1">
<div class="de1"><span class="re3">#!/bin/bash</span></div>
</li>
<li class="li1">
<div class="de1"><span class="re2">LD_PRELOAD=</span>/usr/lib64/libv4l/v4l1compat.so &nbsp;/usr/bin/skype</div>
</li>
</ol>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.thehippo.de/2010/07/tools-and-software/ubuntu-using-skype-with-web-cam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use Skype from Pidgin</title>
		<link>http://blog.thehippo.de/2010/03/tools-and-software/use-skype-from-pidgin/</link>
		<comments>http://blog.thehippo.de/2010/03/tools-and-software/use-skype-from-pidgin/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 19:39:32 +0000</pubDate>
		<dc:creator>Hippo</dc:creator>
				<category><![CDATA[Tools and Software]]></category>
		<category><![CDATA[IM]]></category>
		<category><![CDATA[Instant messager]]></category>
		<category><![CDATA[Pidgin]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[Skype]]></category>

		<guid isPermaLink="false">http://blog.thehippo.de/?p=202</guid>
		<description><![CDATA[I am using different instant messager protocol. ICQ, IRC, sometimes MSN and Skype. It always bugged me to have 2 programs open. Pidgin for all protocols except Skype and Skype. Today I found a really good working plug-in for Pidgin which allows you to use the most Skype features directly from Pidgin: http://code.google.com/p/skype4pidgin/ You still [...]]]></description>
			<content:encoded><![CDATA[<p>I am using different instant messager protocol. <a title="ICQ" href="http://en.wikipedia.org/wiki/Icq" target="_blank">ICQ</a>, <a title="Internet Relay Chat" href="http://en.wikipedia.org/wiki/Internet_Relay_Chat" target="_self">IRC</a>, sometimes MSN and <a title="Skype" href="http://en.wikipedia.org/wiki/Skype" target="_blank">Skype</a>. It always bugged me to have 2 programs open. <a title="Pidgin" href="http://www.pidgin.im/" target="_blank">Pidgin</a> for all protocols except Skype and <a title="Skype" href="http://www.skype.com" target="_blank">Skype</a>.</p>
<p>Today I found a really good working plug-in for Pidgin which allows you to use the most Skype features directly from Pidgin: <a title="Skype 4 Pidgin" href="http://code.google.com/p/skype4pidgin/" target="_blank">http://code.google.com/p/skype4pidgin/</a></p>
<p>You still need Skype to be running, but you got all you contacts in you Pidgin list. If you make a call the standard Skype dialog appears, all message communication is done via the usual Pidgin conversation windows.</p>
<p><span id="more-202"></span></p>
<div id="attachment_204" class="wp-caption aligncenter" style="width: 545px"><a href="http://blog.thehippo.de/wp-content/uploads/2010/03/skype1.png"><img class="size-full wp-image-204" title="Skype 4 Pidgin" src="http://blog.thehippo.de/wp-content/uploads/2010/03/skype1.png" alt="Skype 4 Pidgin" width="535" height="356" /></a><p class="wp-caption-text">Skype 4 Pidgin</p></div>
<div id="attachment_207" class="wp-caption aligncenter" style="width: 415px"><a href="http://blog.thehippo.de/wp-content/uploads/2010/03/skype.png"><img class="size-full wp-image-207" title="Skype 4 Pidgin" src="http://blog.thehippo.de/wp-content/uploads/2010/03/skype.png" alt="Skype 4 Pidgin" width="405" height="261" /></a><p class="wp-caption-text">Skype 4 Pidgin</p></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.thehippo.de/2010/03/tools-and-software/use-skype-from-pidgin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.200 seconds -->
