<?xml version="1.0" encoding="iso-8859-1"?><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: KiSS DP-558 PC-Link replacement for Linux: kissd</title>
	<atom:link href="http://eightflat.org/tracesofmartinsstate/2005/11/29/kiss-dp-558-pc-link-replacement-for-linux-kissd/feed/" rel="self" type="application/rss+xml" />
	<link>http://eightflat.org/tracesofmartinsstate/2005/11/29/kiss-dp-558-pc-link-replacement-for-linux-kissd/</link>
	<description>Entangled?</description>
	<lastBuildDate>Mon, 13 Sep 2010 04:36:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Ole</title>
		<link>http://eightflat.org/tracesofmartinsstate/2005/11/29/kiss-dp-558-pc-link-replacement-for-linux-kissd/#comment-25003</link>
		<dc:creator>Ole</dc:creator>
		<pubDate>Mon, 04 Dec 2006 14:28:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.stud.ntnu.no/~gronslet/blog/2005/11/29/kiss-dp-558-pc-link-replacement-for-linux-kissd/#comment-25003</guid>
		<description>Hi,
a bit OT but nevertheless a general issue for Norwegian users of this player.  
NRK do provide a few TV programs for streaming. By using -dumpstream  with mplayer the wmv files can be saved and viewed on the PC. After buying this KiSS box I would like to view these programs on the TV.

Have anyone figured out how to transcode the MS formatted NRK videos to mpeg2 or 4 or divx that the KiSS box will play ?

Ole</description>
		<content:encoded><![CDATA[<p>Hi,<br />
a bit OT but nevertheless a general issue for Norwegian users of this player.<br />
NRK do provide a few TV programs for streaming. By using -dumpstream  with mplayer the wmv files can be saved and viewed on the PC. After buying this KiSS box I would like to view these programs on the TV.</p>
<p>Have anyone figured out how to transcode the MS formatted NRK videos to mpeg2 or 4 or divx that the KiSS box will play ?</p>
<p>Ole</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://eightflat.org/tracesofmartinsstate/2005/11/29/kiss-dp-558-pc-link-replacement-for-linux-kissd/#comment-23752</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Sun, 19 Nov 2006 21:41:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.stud.ntnu.no/~gronslet/blog/2005/11/29/kiss-dp-558-pc-link-replacement-for-linux-kissd/#comment-23752</guid>
		<description>Time to check out &lt;a href=&quot;http://www.vidartysse.net/kissdx/&quot; rel=&quot;nofollow&quot;&gt;kissdx&lt;/a&gt;. From the web page:
The kissdx enhancements are:
* Playback of the files in a VIDEO_TS folder as if it was a DVD
* Playback of DVD ISO images
* Arbitrary character set translation between server and player
* Wild-card search for subtitle files, relaxing the strict subtitle file naming rules normally imposed by by KiSS players
* Scaling of pictures to better fit TV screen, improve performance, and to avoid display problems with some files
* Caching of scaled pictures to speed up the display of pictures that have already been displayed once
* Pre-caching of the next picture to be displayed to speed up sequential browsing / slideshow
* Configuration changes are recognised without the need for a restart</description>
		<content:encoded><![CDATA[<p>Time to check out <a href="http://www.vidartysse.net/kissdx/" rel="nofollow">kissdx</a>. From the web page:<br />
The kissdx enhancements are:<br />
* Playback of the files in a VIDEO_TS folder as if it was a DVD<br />
* Playback of DVD ISO images<br />
* Arbitrary character set translation between server and player<br />
* Wild-card search for subtitle files, relaxing the strict subtitle file naming rules normally imposed by by KiSS players<br />
* Scaling of pictures to better fit TV screen, improve performance, and to avoid display problems with some files<br />
* Caching of scaled pictures to speed up the display of pictures that have already been displayed once<br />
* Pre-caching of the next picture to be displayed to speed up sequential browsing / slideshow<br />
* Configuration changes are recognised without the need for a restart</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://eightflat.org/tracesofmartinsstate/2005/11/29/kiss-dp-558-pc-link-replacement-for-linux-kissd/#comment-13793</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Sun, 23 Jul 2006 17:45:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.stud.ntnu.no/~gronslet/blog/2005/11/29/kiss-dp-558-pc-link-replacement-for-linux-kissd/#comment-13793</guid>
		<description>I had some problems starting the kiss daemon after a recent yum update, but found out how to solve it. From my notes:
* Problem: kissd won&#039;t start:
&lt;code&gt;    
# service kissd restart
    Shutting down kissd:               [FAILED]
    Starting kissd:                    [  OK  ]
&lt;/code&gt;
  Works:
&lt;code&gt; 
   # kissd -d
&lt;/code&gt;
  Doesn&#039;t work:
&lt;code&gt;
    # kissd -dk
&lt;/code&gt;
  &lt;strong&gt;Reason&lt;/strong&gt;:
&lt;code&gt;
    # kissd -kv
&lt;/code&gt;
    Using config file /etc/kissd.conf
    starting kissd...
    bind: Address already in use
  This is because &quot;-k&quot; is for the kml page.
  &lt;strong&gt;Solution 1&lt;/strong&gt;:
  Get rid of CLOSE_WAIT:
&lt;code&gt;
    # netstat -an &#124;grep CLOSE_WAIT
&lt;/code&gt;
  Read output, then
&lt;code&gt;
    # fuser -n tcp ,,
&lt;/code&gt;
  Read the last PID, find the process:
&lt;code&gt;
    # ps aux&#124;grep [PID]
&lt;/code&gt;
  Kill that pid:
&lt;code&gt;
    # kill [PID]
&lt;/code&gt;
  (See also &lt;code&gt;&#039;rpcinfo -p&#039;&lt;/code&gt;)

  &lt;strong&gt;Solution 2&lt;/strong&gt; (if &lt;code&gt;kissd&lt;/code&gt; won&#039;t start at all):
&lt;code&gt;
    # fuser -n tcp 8000
    8000/tcp:             2099
    # ps aux&#124;grep 2099
    ...
    nasd
    # man nasd
    # service nasd stop
    # service kissd start
    # service nasd start
&lt;/code&gt;
  You might considering this (untested):
&lt;code&gt;
    # mv /etc/rc.d/rc5.d/S99kissd  /etc/rc.d/rc5.d/S87kissd
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>I had some problems starting the kiss daemon after a recent yum update, but found out how to solve it. From my notes:<br />
* Problem: kissd won&#8217;t start:<br />
<code><br />
# service kissd restart<br />
    Shutting down kissd:               [FAILED]<br />
    Starting kissd:                    [  OK  ]<br />
</code><br />
  Works:<br />
<code><br />
   # kissd -d<br />
</code><br />
  Doesn&#8217;t work:<br />
<code><br />
    # kissd -dk<br />
</code><br />
  <strong>Reason</strong>:<br />
<code><br />
    # kissd -kv<br />
</code><br />
    Using config file /etc/kissd.conf<br />
    starting kissd&#8230;<br />
    bind: Address already in use<br />
  This is because &#8220;-k&#8221; is for the kml page.<br />
  <strong>Solution 1</strong>:<br />
  Get rid of CLOSE_WAIT:<br />
<code><br />
    # netstat -an |grep CLOSE_WAIT<br />
</code><br />
  Read output, then<br />
<code><br />
    # fuser -n tcp ,,<br />
</code><br />
  Read the last PID, find the process:<br />
<code><br />
    # ps aux|grep [PID]<br />
</code><br />
  Kill that pid:<br />
<code><br />
    # kill [PID]<br />
</code><br />
  (See also <code>'rpcinfo -p'</code>)</p>
<p>  <strong>Solution 2</strong> (if <code>kissd</code> won&#8217;t start at all):<br />
<code><br />
    # fuser -n tcp 8000<br />
    8000/tcp:             2099<br />
    # ps aux|grep 2099<br />
    ...<br />
    nasd<br />
    # man nasd<br />
    # service nasd stop<br />
    # service kissd start<br />
    # service nasd start<br />
</code><br />
  You might considering this (untested):<br />
<code><br />
    # mv /etc/rc.d/rc5.d/S99kissd  /etc/rc.d/rc5.d/S87kissd<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://eightflat.org/tracesofmartinsstate/2005/11/29/kiss-dp-558-pc-link-replacement-for-linux-kissd/#comment-9492</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Thu, 09 Mar 2006 21:14:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.stud.ntnu.no/~gronslet/blog/2005/11/29/kiss-dp-558-pc-link-replacement-for-linux-kissd/#comment-9492</guid>
		<description>Jo: Why not ask the &lt;a href=&quot;http://popies.net/kissd/index.html&quot; rel=&quot;nofollow&quot;&gt;author&lt;/a&gt;? :)

You might want to check whether you have activated the wrappers in &lt;code&gt;kissd.conf&lt;/code&gt; - if so, the scripts must be executable. Try to disable them first.</description>
		<content:encoded><![CDATA[<p>Jo: Why not ask the <a href="http://popies.net/kissd/index.html" rel="nofollow">author</a>? <img src='http://eightflat.org/tracesofmartinsstate/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>You might want to check whether you have activated the wrappers in <code>kissd.conf</code> &#8211; if so, the scripts must be executable. Try to disable them first.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jo</title>
		<link>http://eightflat.org/tracesofmartinsstate/2005/11/29/kiss-dp-558-pc-link-replacement-for-linux-kissd/#comment-9487</link>
		<dc:creator>Jo</dc:creator>
		<pubDate>Wed, 08 Mar 2006 23:48:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.stud.ntnu.no/~gronslet/blog/2005/11/29/kiss-dp-558-pc-link-replacement-for-linux-kissd/#comment-9487</guid>
		<description>hello there.
could anyone please help me with kissd? i own a dp-558 and the kissd is installed on a opened buffalo linkstation2. the dp-558 menu lists all folders mentioned in the config file, but the player isn&#039;t able to play any of the files (wrong codec). doesn&#039;t matter if the file&#039;s a mp3, avi, mpg etc... 
i&#039;m not that skilled in linux, but when i type in &quot;top&quot; in the ssh session on the linkstation to see all processes, it says that kissd is sleeping...
i would be VERY thankful for any advice!
thanks in advance!!!</description>
		<content:encoded><![CDATA[<p>hello there.<br />
could anyone please help me with kissd? i own a dp-558 and the kissd is installed on a opened buffalo linkstation2. the dp-558 menu lists all folders mentioned in the config file, but the player isn&#8217;t able to play any of the files (wrong codec). doesn&#8217;t matter if the file&#8217;s a mp3, avi, mpg etc&#8230;<br />
i&#8217;m not that skilled in linux, but when i type in &#8220;top&#8221; in the ssh session on the linkstation to see all processes, it says that kissd is sleeping&#8230;<br />
i would be VERY thankful for any advice!<br />
thanks in advance!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://eightflat.org/tracesofmartinsstate/2005/11/29/kiss-dp-558-pc-link-replacement-for-linux-kissd/#comment-9479</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Tue, 07 Mar 2006 21:15:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.stud.ntnu.no/~gronslet/blog/2005/11/29/kiss-dp-558-pc-link-replacement-for-linux-kissd/#comment-9479</guid>
		<description>Roberto: I haven&#039;t got any dvd iso images at the moment to test with, but you could always mount the image and play the .vob file (I think). I&#039;ll try to download a dvd iso and test is soon.


By the way - the new kissd 0.10 plays .ogg files just fine :)</description>
		<content:encoded><![CDATA[<p>Roberto: I haven&#8217;t got any dvd iso images at the moment to test with, but you could always mount the image and play the .vob file (I think). I&#8217;ll try to download a dvd iso and test is soon.</p>
<p>By the way &#8211; the new kissd 0.10 plays .ogg files just fine <img src='http://eightflat.org/tracesofmartinsstate/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ROberto</title>
		<link>http://eightflat.org/tracesofmartinsstate/2005/11/29/kiss-dp-558-pc-link-replacement-for-linux-kissd/#comment-9478</link>
		<dc:creator>ROberto</dc:creator>
		<pubDate>Tue, 07 Mar 2006 19:26:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.stud.ntnu.no/~gronslet/blog/2005/11/29/kiss-dp-558-pc-link-replacement-for-linux-kissd/#comment-9478</guid>
		<description>Does this device allow you to play .iso DVD files? I have a ton of DVDs stored as .iso&#039;s and need a networked DVD to play them.</description>
		<content:encoded><![CDATA[<p>Does this device allow you to play .iso DVD files? I have a ton of DVDs stored as .iso&#8217;s and need a networked DVD to play them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Baziel</title>
		<link>http://eightflat.org/tracesofmartinsstate/2005/11/29/kiss-dp-558-pc-link-replacement-for-linux-kissd/#comment-8826</link>
		<dc:creator>Baziel</dc:creator>
		<pubDate>Thu, 12 Jan 2006 16:37:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.stud.ntnu.no/~gronslet/blog/2005/11/29/kiss-dp-558-pc-link-replacement-for-linux-kissd/#comment-8826</guid>
		<description>I got good results unfirewalling tcp port 8000 iso 8888.</description>
		<content:encoded><![CDATA[<p>I got good results unfirewalling tcp port 8000 iso 8888.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: t</title>
		<link>http://eightflat.org/tracesofmartinsstate/2005/11/29/kiss-dp-558-pc-link-replacement-for-linux-kissd/#comment-8600</link>
		<dc:creator>t</dc:creator>
		<pubDate>Fri, 06 Jan 2006 08:13:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.stud.ntnu.no/~gronslet/blog/2005/11/29/kiss-dp-558-pc-link-replacement-for-linux-kissd/#comment-8600</guid>
		<description>O, happy trip!</description>
		<content:encoded><![CDATA[<p>O, happy trip!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://eightflat.org/tracesofmartinsstate/2005/11/29/kiss-dp-558-pc-link-replacement-for-linux-kissd/#comment-8572</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Thu, 05 Jan 2006 19:40:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.stud.ntnu.no/~gronslet/blog/2005/11/29/kiss-dp-558-pc-link-replacement-for-linux-kissd/#comment-8572</guid>
		<description>Hi &quot;t&quot; (is that your new alias..?) Actually, on monday I will be located in Lancaster toghether with Dani and JP ;)</description>
		<content:encoded><![CDATA[<p>Hi &#8220;t&#8221; (is that your new alias..?) Actually, on monday I will be located in Lancaster toghether with Dani and JP <img src='http://eightflat.org/tracesofmartinsstate/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

