<?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>mcBachmann.de TechBlog &#187; skype</title>
	<atom:link href="http://blog.mcbachmann.de/tag/skype/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.mcbachmann.de</link>
	<description>Der Blog zur Website ;-)</description>
	<lastBuildDate>Wed, 11 Jan 2012 21:12:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Skype: Video doesn&#8217;t work with Ubuntu 10.04 anymore &#8211; solved</title>
		<link>http://blog.mcbachmann.de/linux/skype-video-doesnt-work-with-ubuntu-10-04-anymore</link>
		<comments>http://blog.mcbachmann.de/linux/skype-video-doesnt-work-with-ubuntu-10-04-anymore#comments</comments>
		<pubDate>Thu, 05 Aug 2010 17:38:21 +0000</pubDate>
		<dc:creator>Sven Bachmann</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[voip]]></category>
		<category><![CDATA[skype]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.mcbachmann.de/?p=537</guid>
		<description><![CDATA[A friend of mine had a problem. With the upgrade to Ubuntu 10.04 his Logitech webcam didn&#8217;t work anymore with skype. The solution was a bit tricky, because he had all he need, means skype-wrapper was installed correctly. In the end it came out, that the menu link was not correctly updated or set-up by [...]]]></description>
			<content:encoded><![CDATA[<p>A friend of mine had a problem. With the upgrade to Ubuntu 10.04 his Logitech webcam didn&#8217;t work anymore with skype. The solution was a bit tricky, because he had all he need, means skype-wrapper was installed correctly. <span id="more-537"></span></p>
<p>In the end it came out, that the menu link was not correctly updated or set-up by the installer and tried to call skype directly instead of skype-wrapper. With my 64-bit version this worked out of the box, maybe it&#8217;s just a problem of the 32-bit version &#8211; but easy to fix. Just rename the calling command from <strong>skype</strong> to <strong>skype-wrapper</strong>. Thats all <img src='http://blog.mcbachmann.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mcbachmann.de/linux/skype-video-doesnt-work-with-ubuntu-10-04-anymore/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Skype Audio unter Ubuntu 8.10</title>
		<link>http://blog.mcbachmann.de/linux/skype-audio-unter-ubuntu-810</link>
		<comments>http://blog.mcbachmann.de/linux/skype-audio-unter-ubuntu-810#comments</comments>
		<pubDate>Sat, 21 Mar 2009 16:14:44 +0000</pubDate>
		<dc:creator>Sven Bachmann</dc:creator>
				<category><![CDATA[entertainment]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[voip]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[intrepid]]></category>
		<category><![CDATA[pulseaudio]]></category>
		<category><![CDATA[skype]]></category>
		<category><![CDATA[sound]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.mcbachmann.de/?p=253</guid>
		<description><![CDATA[Update: Leider scheint der Ton verzögert anzukommen (auch wenn man in der /etc/pulse/daemon.conf die beiden Werte noch anpasst), was bei Videoübertragung unschön ist. Da ich momentan sehr viel skype hatte ich das Problem, dass ich während Skype online war, keine andere Audioquelle anhören konnte. Durch einen tollen Hinweis im PulseAudio Wiki ist dies jetzt wieder [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Update: Leider scheint der Ton verzögert anzukommen (auch wenn man in der <em>/etc/pulse/daemon.conf</em> die beiden Werte noch anpasst), was bei Videoübertragung unschön ist.</strong></p>
<p>Da ich momentan sehr viel <em>skype</em> hatte ich das Problem, dass ich während Skype online war, keine andere Audioquelle anhören konnte. Durch einen tollen Hinweis im <a href="http://www.pulseaudio.org/wiki/PerfectSetup">PulseAudio Wiki</a> ist dies jetzt wieder möglich. <span id="more-253"></span></p>
<p>Dazu legt man einfach eine Datei namens <strong>~/.asoundrc</strong> an und füllt diese mit folgenden 2 Zeilen:</p>
<blockquote><p><code>pcm.pulse { type pulse }<br />
ctl.pulse { type pulse }</code></p></blockquote>
<p>Die Änderungen in der <strong>/etc/pulse/daemon.conf</strong> waren bei mir nicht notwendig.</p>
<p>Dazu installiert man noch das Paket <strong>libasound2-plugins</strong>. Jetzt sollte ein Abmelden und dann wieder Anmelden ausreichen damit Pulseaudio die Datei ausliest.</p>
<p>Anschließend kann man im Skype die Audioquellen und -ausgaben auf das neue Gerät <strong>pulse</strong> stellen und Skype wird <em>kompatibel</em>.</p>
<p>Kleiner Hinweis noch: Bei mir ist das Paket <strong>skype-static</strong> installiert, ob es mit den anderen (im speziellen <em>oss</em>) funktioniert weiß ich nicht.</p>
<p>Wenn danach nur der Ton bei anderen Anwendungen als Flash geht, fehlt wahrscheinlich noch das Paket <strong>flashplugin-nonfree-extrasound</strong> (das macht Flash geschmeidig) &#8211; nicht vergessen danach Flash (bzw. den Firefox) neuzustarten.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mcbachmann.de/linux/skype-audio-unter-ubuntu-810/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

