<?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>Linux- &#38; Open-Source-Blog &#187; VoIP</title>
	<atom:link href="http://blog.linux-redaktion.com/tag/voip/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.linux-redaktion.com</link>
	<description>News, Tipps &#38; Tests</description>
	<lastBuildDate>Wed, 08 Feb 2012 15:02:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Troubleshooting: Skype-Video unter Ubuntu 9.04</title>
		<link>http://blog.linux-redaktion.com/linux/ubuntu/skype-video-unter-ubuntu/</link>
		<comments>http://blog.linux-redaktion.com/linux/ubuntu/skype-video-unter-ubuntu/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 12:02:39 +0000</pubDate>
		<dc:creator>Liane M. Dubowy</dc:creator>
				<category><![CDATA[Skype]]></category>
		<category><![CDATA[Ubuntu Linux]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Videotelefonie]]></category>
		<category><![CDATA[VoIP]]></category>
		<category><![CDATA[Webcam]]></category>

		<guid isPermaLink="false">http://blog.linux-redaktion.com/?p=780</guid>
		<description><![CDATA[Obwohl meine Webcam von Ubuntu 9.04 problemlos erkannt wurde, ließ sie sich nicht mit Skype verwenden. Im Webcam-Tool Cheese funktioniert die Webcam jedoch ohne Probleme, wurde also von Ubuntu erkannt. Das Testbild unter &#8220;Optionen, Video&#8221; zeigte in Skype aber trotzdem nur grünliche Streifen. Die Lösung des Problems ist recht einfach. Vorweg musste ich erstmal einmal [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.linux-redaktion.com/wp-content/uploads/2009/10/skype_logo.png" rel="prettyphoto[g780]"><img class="alignright size-full wp-image-785" title="skype_logo" src="http://blog.linux-redaktion.com/wp-content/uploads/2009/10/skype_logo.png" alt="skype_logo" width="105" height="47" /></a>Obwohl meine Webcam von Ubuntu 9.04 problemlos erkannt wurde, ließ sie sich nicht mit Skype verwenden. Im <a title="Cheese" href="http://blog.linux-redaktion.com/software/cheese/">Webcam-Tool Cheese</a> funktioniert die Webcam jedoch ohne Probleme, wurde also von Ubuntu erkannt. Das Testbild unter &#8220;Optionen, Video&#8221; zeigte in Skype aber trotzdem nur grünliche Streifen. Die Lösung des Problems ist recht einfach.<span id="more-780"></span></p>
<p>Vorweg musste ich erstmal einmal herausfinden, welche Webcam ich eigentlich verwende, denn auf dem Gerät selbst steht nur &#8220;Logitech&#8221; und die Schachtel habe ich längst nicht mehr. Der Konsolenbefehl &#8220;lsusb&#8221; schafft da schnell Abhilfe. Der gibt dann unter anderem folgendes aus:</p>
<div id="attachment_782" class="wp-caption aligncenter" style="width: 310px"><a href="http://blog.linux-redaktion.com/wp-content/uploads/2009/10/skype_lsusb.png" rel="prettyphoto[g780]"><img class="size-medium wp-image-782" title="Webcam herausfinden mit &quot;lsusb&quot;" src="http://blog.linux-redaktion.com/wp-content/uploads/2009/10/skype_lsusb-300x151.png" alt="Webcam herausfinden mit &quot;lsusb&quot;" width="300" height="151" /></a><p class="wp-caption-text">Webcam herausfinden mit &quot;lsusb&quot;</p></div>
<p>Bei meiner Webcam handelt es sich also um eine Logitech Quickcam Communicator STX. Wer nun noch wissen will, ob die Webcam grundsätzlich kompatibel ist, wirft am Besten einen Blick auf die Liste unter <a title="Kompatible Webcams" href="https://wiki.ubuntu.com/SkypeWebCams" target="_blank">https://wiki.ubuntu.com/SkypeWebCams</a>.</p>
<p>Mit Hilfe eines kleinen Scripts lässt sich Skype so starten, dass auch die Webcam funktioniert. Mit &#8220;sudo gedit /usr/local/bin/skype&#8221; startet man den Editor mit root-Rechten und fügt dann die folgenden beiden Zeilen ein:</p>
<p><code>#!/bin/bash<br />
LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so /usr/bin/skype</code></p>
<p>und speichert die Datei. Der folgende Befehl macht das Script ausführbar:</p>
<p><code>sudo chmod a+x /usr/local/bin/skype</code></p>
<p>In den Video-Optionen von Skype funktioniert bei mir nun auch das Testbild.</p>
<div id="attachment_792" class="wp-caption aligncenter" style="width: 310px"><a href="http://blog.linux-redaktion.com/wp-content/uploads/2009/10/skype_webcam1.png" rel="prettyphoto[g780]"><img class="size-medium wp-image-792" title="Video-Optionen mit Testbild in Skype" src="http://blog.linux-redaktion.com/wp-content/uploads/2009/10/skype_webcam1-300x194.png" alt="Video-Optionen mit Testbild in Skype" width="300" height="194" /></a><p class="wp-caption-text">Video-Optionen mit Testbild in Skype</p></div>
<p>Diese einfache Lösung verdanke ich <a title="Skype-Forum" href="http://forum.skype.com/index.php?s=2e94c06bcf6a0ba9d8d76298b2b5156f&amp;showtopic=252681&amp;st=0&amp;p=1512731&amp;#entry1512731" target="_blank">Gary Rowe aus dem Skype-Forum</a>.</p>
<div id="vgwpixel"></div>]]></content:encoded>
			<wfw:commentRss>http://blog.linux-redaktion.com/linux/ubuntu/skype-video-unter-ubuntu/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

