<?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>ios &#8211; Aykut Çevik</title>
	<atom:link href="https://aykutcevik.com/blog/tag/ios/feed/" rel="self" type="application/rss+xml" />
	<link>https://aykutcevik.com/blog</link>
	<description>coding &#38; projects</description>
	<lastBuildDate>Mon, 10 Jul 2017 17:40:29 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
	<item>
		<title>AirPlay with iOS 10 and Kodi (only audio)</title>
		<link>https://aykutcevik.com/blog/airplay-with-ios-10-and-kodi-only-audio/</link>
					<comments>https://aykutcevik.com/blog/airplay-with-ios-10-and-kodi-only-audio/#respond</comments>
		
		<dc:creator><![CDATA[Aykut Çevik]]></dc:creator>
		<pubDate>Mon, 10 Jul 2017 17:40:29 +0000</pubDate>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[airplay]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[kodi]]></category>
		<guid isPermaLink="false">https://aykutcevik.com/blog/?p=944</guid>

					<description><![CDATA[Since iOS 9 you can&#8217;t stream videos or images to Kodi anymore. But you can still stream audio, which works pretty well. To do so, you have to disable the video/image streaming setting in the Kodi AirPlay settings menu. Some Kodi builds &#8211; like mine &#8211; does not contain this option in its GUI which [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Since iOS 9 you can&#8217;t stream videos or images to Kodi anymore. But you can still stream audio, which works pretty well.<span id="more-944"></span></p>
<p>To do so, you have to disable the video/image streaming setting in the Kodi AirPlay settings menu. Some Kodi builds &#8211; like mine &#8211; does not contain this option in its GUI which is really strange.</p>
<p>To alter this setting you have to stop Kodi and edit a configuration file.</p>
<p>I&#8217;m explaining a solution which works for <a href="http://www.xbian.org/" target="_blank" rel="noopener">XBian</a>, but with a different path to the config file you should be able to set the setting on your machine too.</p>
<p><strong>1. Stop Kodi</strong></p>
<blockquote>
<p class="p1"><span class="s1"># service xbmc stop</span></p>
</blockquote>
<p><strong>2. Open file</strong></p>
<blockquote>
<p class="p1"><span class="s1">#</span><span class="s2"> vim /home/xbian/.kodi/userdata/guisettings.xml</span></p>
</blockquote>
<p><strong>3. Edit following part of the file to</strong></p>
<blockquote>
<p class="p1"><span class="s1">&lt;airplayvideosupport&gt;false&lt;/airplayvideosupport&gt;</span></p>
</blockquote>
<p><strong>4. And start Kodi again</strong></p>
<blockquote><p># service xbmc start</p></blockquote>
<p>That&#8217;s it!</p>
]]></content:encoded>
					
					<wfw:commentRss>https://aykutcevik.com/blog/airplay-with-ios-10-and-kodi-only-audio/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>