<?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"
	>
<channel>
	<title>Comments on: 如何在 Fedora 下安装 PPStream 网络电视</title>
	<atom:link href="http://www.linuxtoy.org/archives/how-to-setup-ppstream-on-fedora.html/feed" rel="self" type="application/rss+xml" />
	<link>http://linuxtoy.org/archives/how-to-setup-ppstream-on-fedora.html</link>
	<description>LinuxTOY 是一个致力于提供 Linux 相关资讯的专题站点。如果您发现了好用好玩的 Linux 东东并愿意发扬自由、分享的精神，可以点击顶部导航 Contact 按钮进行投稿。</description>
	<pubDate>Fri, 10 Feb 2012 12:54:42 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: karihuki</title>
		<link>http://linuxtoy.org/archives/how-to-setup-ppstream-on-fedora.html#comment-191013</link>
		<dc:creator>karihuki</dc:creator>
		<pubDate>Wed, 26 Jan 2011 05:52:56 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=3563#comment-191013</guid>
		<description>&lt;p&gt;I am using fedora 13
In /tmp does not have PPStream.domain and fuse. So, i cant do the step 6. So, what should i do?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I am using fedora 13
In /tmp does not have PPStream.domain and fuse. So, i cant do the step 6. So, what should i do?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: pawnjazz</title>
		<link>http://linuxtoy.org/archives/how-to-setup-ppstream-on-fedora.html#comment-177576</link>
		<dc:creator>pawnjazz</dc:creator>
		<pubDate>Sat, 18 Dec 2010 03:52:50 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=3563#comment-177576</guid>
		<description>&lt;p&gt;目前PPS 只提供 unbunto 版本的PPS . 身為fedora 的使用者是很不方便的.
有一個小方法可以用 unbunto 的 deb 包, 轉換成 rpm 就可使用PPStream . 方法如下&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;下載 wget https://launchpad.net/~cnav/+archive/ppa/+files/ppstream&lt;em&gt;1.0.0-3&lt;/em&gt;i386.deb&lt;/li&gt;
&lt;li&gt;下載 alien 軟件. 目的是將 deb 轉換成 rpm   下載點    http://kitenet.net/~joey/code/alien/。
 2.1   下載alien 後隨便解開到一個目錄 , 不要真的把alien 安裝. 安裝alien 要有點功力.
 2.2    執行 ./alien.pl --r  ppstream&lt;em&gt;1.0.0-3&lt;/em&gt;i386.deb ; 成功後在原目錄會有 ppstream&lt;em&gt;1.0.0-3&lt;/em&gt;i386.rpm 檔案
          ( 若沒安裝 rpmbuild 要先安裝;  yum install rpm-build )&lt;/li&gt;
&lt;li&gt;&lt;p&gt;安裝 ppstream&lt;em&gt;1.0.0-3&lt;/em&gt;i386.rpm ;    用root 權限執行   yum --nopgpcheck install  ppstream&lt;em&gt;1.0.0-3&lt;/em&gt;i386.rpm&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;到 /opt/pps/lib , 執行 cp lib* /usr/lib&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;到 /opt  , 執行 chown -Rv   xxx:xxx  pps  ; 這裡的 xxx 是指你的linux 帳號&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;到 /tmp  , 執行 chown -Rv  xxx:xxx  PPStream.domain  ; 執行 chown -Rv xxx:xxx fuse&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;在桌面上打開PPStream 試看看. 成功了.&lt;/li&gt;
&lt;/ol&gt;
</description>
		<content:encoded><![CDATA[<p>目前PPS 只提供 unbunto 版本的PPS . 身為fedora 的使用者是很不方便的.
有一個小方法可以用 unbunto 的 deb 包, 轉換成 rpm 就可使用PPStream . 方法如下</p>

<ol>
<li>下載 wget <a href="https://launchpad.net/~cnav/+archive/ppa/+files/ppstream" rel="nofollow">https://launchpad.net/~cnav/+archive/ppa/+files/ppstream</a><em>1.0.0-3</em>i386.deb</li>
<li>下載 alien 軟件. 目的是將 deb 轉換成 rpm   下載點    <a href="http://kitenet.net/~joey/code/alien/" rel="nofollow">http://kitenet.net/~joey/code/alien/</a>。
 2.1   下載alien 後隨便解開到一個目錄 , 不要真的把alien 安裝. 安裝alien 要有點功力.
 2.2    執行 ./alien.pl --r  ppstream<em>1.0.0-3</em>i386.deb ; 成功後在原目錄會有 ppstream<em>1.0.0-3</em>i386.rpm 檔案
          ( 若沒安裝 rpmbuild 要先安裝;  yum install rpm-build )</li>
<li><p>安裝 ppstream<em>1.0.0-3</em>i386.rpm ;    用root 權限執行   yum --nopgpcheck install  ppstream<em>1.0.0-3</em>i386.rpm</p></li>
<li><p>到 /opt/pps/lib , 執行 cp lib* /usr/lib</p></li>
<li><p>到 /opt  , 執行 chown -Rv   xxx:xxx  pps  ; 這裡的 xxx 是指你的linux 帳號</p></li>
<li><p>到 /tmp  , 執行 chown -Rv  xxx:xxx  PPStream.domain  ; 執行 chown -Rv xxx:xxx fuse</p></li>
<li>在桌面上打開PPStream 試看看. 成功了.</li>
</ol>]]></content:encoded>
	</item>
	<item>
		<title>By: lemelsystw</title>
		<link>http://linuxtoy.org/archives/how-to-setup-ppstream-on-fedora.html#comment-169294</link>
		<dc:creator>lemelsystw</dc:creator>
		<pubDate>Mon, 20 Sep 2010 13:25:50 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=3563#comment-169294</guid>
		<description>&lt;p&gt;os:Fedora 13&lt;/p&gt;

&lt;p&gt;執行pps的影片時電腦出現
Could not open location; you might not have permission to open the file&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>os:Fedora 13</p>

<p>執行pps的影片時電腦出現
Could not open location; you might not have permission to open the file</p>]]></content:encoded>
	</item>
	<item>
		<title>By: kidfruit</title>
		<link>http://linuxtoy.org/archives/how-to-setup-ppstream-on-fedora.html#comment-131554</link>
		<dc:creator>kidfruit</dc:creator>
		<pubDate>Sat, 12 Dec 2009 09:54:26 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=3563#comment-131554</guid>
		<description>&lt;p&gt;yaourt飘过…………偶尔看西甲和欧冠用用sopcast&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>yaourt飘过…………偶尔看西甲和欧冠用用sopcast</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Edward</title>
		<link>http://linuxtoy.org/archives/how-to-setup-ppstream-on-fedora.html#comment-131508</link>
		<dc:creator>Edward</dc:creator>
		<pubDate>Sat, 12 Dec 2009 04:50:46 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=3563#comment-131508</guid>
		<description>&lt;p&gt;哈哈 ，还是我的ARCH LINUX 方便    yaourt  一下 就装好了，前后才2分钟不到。 酷死了！ LINUX 软件 越来越多了！爽！&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>哈哈 ，还是我的ARCH LINUX 方便    yaourt  一下 就装好了，前后才2分钟不到。 酷死了！ LINUX 软件 越来越多了！爽！</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://linuxtoy.org/archives/how-to-setup-ppstream-on-fedora.html#comment-131496</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Sat, 12 Dec 2009 04:18:33 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=3563#comment-131496</guid>
		<description>&lt;p&gt;GMLive岂非更省事，PPS、PPL、Sopcast、NSLIve都全了&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>GMLive岂非更省事，PPS、PPL、Sopcast、NSLIve都全了</p>]]></content:encoded>
	</item>
	<item>
		<title>By: updatedb</title>
		<link>http://linuxtoy.org/archives/how-to-setup-ppstream-on-fedora.html#comment-131495</link>
		<dc:creator>updatedb</dc:creator>
		<pubDate>Sat, 12 Dec 2009 04:11:19 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=3563#comment-131495</guid>
		<description>&lt;p&gt;看到这个过程，我发现影音体验真是越来越差了&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>看到这个过程，我发现影音体验真是越来越差了</p>]]></content:encoded>
	</item>
	<item>
		<title>By: eric</title>
		<link>http://linuxtoy.org/archives/how-to-setup-ppstream-on-fedora.html#comment-131492</link>
		<dc:creator>eric</dc:creator>
		<pubDate>Sat, 12 Dec 2009 03:56:14 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=3563#comment-131492</guid>
		<description>&lt;p&gt;对于我等懒人而言，还是vbox一个xp来的实际啊。&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>对于我等懒人而言，还是vbox一个xp来的实际啊。</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Linux Chinese User Group</title>
		<link>http://linuxtoy.org/archives/how-to-setup-ppstream-on-fedora.html#comment-131491</link>
		<dc:creator>Linux Chinese User Group</dc:creator>
		<pubDate>Sat, 12 Dec 2009 03:52:23 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=3563#comment-131491</guid>
		<description>&lt;p&gt;同意transtone&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>同意transtone</p>]]></content:encoded>
	</item>
	<item>
		<title>By: liu.wanfang</title>
		<link>http://linuxtoy.org/archives/how-to-setup-ppstream-on-fedora.html#comment-131472</link>
		<dc:creator>liu.wanfang</dc:creator>
		<pubDate>Sat, 12 Dec 2009 01:46:18 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=3563#comment-131472</guid>
		<description>&lt;p&gt;看到了自己的名字，我真是太高兴了。&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>看到了自己的名字，我真是太高兴了。</p>]]></content:encoded>
	</item>
</channel>
</rss>

