<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: How to Stream Favorite Movies (MP4 Files) From Linux Terminal to Your Apple TV	</title>
	<atom:link href="https://www.tecmint.com/stream-movies-from-linux-terminal-to-apple-tv/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/stream-movies-from-linux-terminal-to-apple-tv/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Sun, 19 Feb 2017 00:13:16 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Darius		</title>
		<link>https://www.tecmint.com/stream-movies-from-linux-terminal-to-apple-tv/comment-page-1/#comment-869092</link>

		<dc:creator><![CDATA[Darius]]></dc:creator>
		<pubDate>Sun, 19 Feb 2017 00:13:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=9922#comment-869092</guid>

					<description><![CDATA[When the video is playing, in Terminal the progress bar is very incorrect - when the movie is 90% done it only shows 9%, so it is a &#039;zero&#039; out - does anybody know how to fix this?]]></description>
			<content:encoded><![CDATA[<p>When the video is playing, in Terminal the progress bar is very incorrect &#8211; when the movie is 90% done it only shows 9%, so it is a &#8216;zero&#8217; out &#8211; does anybody know how to fix this?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: amon-sul		</title>
		<link>https://www.tecmint.com/stream-movies-from-linux-terminal-to-apple-tv/comment-page-1/#comment-863359</link>

		<dc:creator><![CDATA[amon-sul]]></dc:creator>
		<pubDate>Sun, 29 Jan 2017 16:46:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=9922#comment-863359</guid>

					<description><![CDATA[Not sure, but since I started a new default size terminal it seems to work for video. too.]]></description>
			<content:encoded><![CDATA[<p>Not sure, but since I started a new default size terminal it seems to work for video. too.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: amon-sul		</title>
		<link>https://www.tecmint.com/stream-movies-from-linux-terminal-to-apple-tv/comment-page-1/#comment-863356</link>

		<dc:creator><![CDATA[amon-sul]]></dc:creator>
		<pubDate>Sun, 29 Jan 2017 16:22:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=9922#comment-863356</guid>

					<description><![CDATA[Great stuff, I had some problems until I installed ruby, ruby-dev, make, automake, gcc, g++ - not sure if all were strictly needed. What was needed on top was &quot;&lt;strong&gt;apt-get install libavahi-compat-libdnssd-dev&lt;/strong&gt;&quot;.

I managed to get mp3 playing via my Apple TV nicely. MP4 video shows picture and sound for a second or two and then crashes with an error. Anyone else got this - and maybe was able to fix it? 
&lt;pre&gt;
loading can take a few seconds...
=&#062; press [q] to exit airstream
/var/lib/gems/2.3.0/gems/ruby-progressbar-
1.1.1/lib/progress_bar/components/bar.rb:33:in `*&#039;: negative argument
(ArgumentError)
        from /var/lib/gems/2.3.0/gems/ruby-progressbar-
1.1.1/lib/progress_bar/components/bar.rb:33:in `empty_string&#039;
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>Great stuff, I had some problems until I installed ruby, ruby-dev, make, automake, gcc, g++ &#8211; not sure if all were strictly needed. What was needed on top was &#8220;<strong>apt-get install libavahi-compat-libdnssd-dev</strong>&#8220;.</p>
<p>I managed to get mp3 playing via my Apple TV nicely. MP4 video shows picture and sound for a second or two and then crashes with an error. Anyone else got this &#8211; and maybe was able to fix it? </p>
<pre>
loading can take a few seconds...
=&gt; press [q] to exit airstream
/var/lib/gems/2.3.0/gems/ruby-progressbar-
1.1.1/lib/progress_bar/components/bar.rb:33:in `*': negative argument
(ArgumentError)
        from /var/lib/gems/2.3.0/gems/ruby-progressbar-
1.1.1/lib/progress_bar/components/bar.rb:33:in `empty_string'
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Hugh G Rekshin		</title>
		<link>https://www.tecmint.com/stream-movies-from-linux-terminal-to-apple-tv/comment-page-1/#comment-854862</link>

		<dc:creator><![CDATA[Hugh G Rekshin]]></dc:creator>
		<pubDate>Mon, 26 Dec 2016 19:41:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=9922#comment-854862</guid>

					<description><![CDATA[Anyone having problems installing Airstream may want to follow this link ( https://github.com/unused/airstream )to the Airstream Github page.  Scroll down to &quot;troubleshooting&quot; on that page and follow the promts.
  Though I had Ruby installed, I did not have Ruby Dev installed.  I simply solved this by using the command 
sudo apt-get install ruby-dev  .  After I had this installed/working, I entered this command   sudo apt-get install libavahi-compat-libdnssd-dev  and then I was easilly able to install both gems, for airplayer and airstream by using these commands   sudo gem install airplayer    and    sudo gem install airstream   .]]></description>
			<content:encoded><![CDATA[<p>Anyone having problems installing Airstream may want to follow this link ( <a target="_blank" href="https://github.com/unused/airstream" rel="nofollow ugc">https://github.com/unused/airstream</a> )to the Airstream Github page.  Scroll down to &#8220;troubleshooting&#8221; on that page and follow the promts.<br />
  Though I had Ruby installed, I did not have Ruby Dev installed.  I simply solved this by using the command<br />
sudo apt-get install ruby-dev  .  After I had this installed/working, I entered this command   sudo apt-get install libavahi-compat-libdnssd-dev  and then I was easilly able to install both gems, for airplayer and airstream by using these commands   sudo gem install airplayer    and    sudo gem install airstream   .</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Derek		</title>
		<link>https://www.tecmint.com/stream-movies-from-linux-terminal-to-apple-tv/comment-page-1/#comment-752469</link>

		<dc:creator><![CDATA[Derek]]></dc:creator>
		<pubDate>Wed, 17 Feb 2016 21:54:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=9922#comment-752469</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/stream-movies-from-linux-terminal-to-apple-tv/comment-page-1/#comment-750111&quot;&gt;rk&lt;/a&gt;.

In my experience files smaller than 1GB will run, but files larger than 1GB will give that error. That&#039;s what I&#039;ve deduced, but you could be experiencing something different. I just shrink my video sizes a bit and everything plays A-OK.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/stream-movies-from-linux-terminal-to-apple-tv/comment-page-1/#comment-750111">rk</a>.</p>
<p>In my experience files smaller than 1GB will run, but files larger than 1GB will give that error. That&#8217;s what I&#8217;ve deduced, but you could be experiencing something different. I just shrink my video sizes a bit and everything plays A-OK.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
