<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://familien-hartvig.dk/wiki/index.php?action=history&amp;feed=atom&amp;title=Set_up_a_streaming_server</id>
	<title>Set up a streaming server - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://familien-hartvig.dk/wiki/index.php?action=history&amp;feed=atom&amp;title=Set_up_a_streaming_server"/>
	<link rel="alternate" type="text/html" href="http://familien-hartvig.dk/wiki/index.php?title=Set_up_a_streaming_server&amp;action=history"/>
	<updated>2026-06-17T00:26:13Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.31.15</generator>
	<entry>
		<id>http://familien-hartvig.dk/wiki/index.php?title=Set_up_a_streaming_server&amp;diff=38&amp;oldid=prev</id>
		<title>Lars: Created page with &quot;Back  ==Kissdx== Kissdx is a multimedia streaming server, developed to work with the PClink menu item in the main menu on the KiSS player. It is basically th...&quot;</title>
		<link rel="alternate" type="text/html" href="http://familien-hartvig.dk/wiki/index.php?title=Set_up_a_streaming_server&amp;diff=38&amp;oldid=prev"/>
		<updated>2012-02-03T08:26:34Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&lt;a href=&quot;/wiki/index.php?title=KiSS_cookbook&quot; title=&quot;KiSS cookbook&quot;&gt;Back&lt;/a&gt;  ==Kissdx== Kissdx is a multimedia streaming server, developed to work with the PClink menu item in the main menu on the KiSS player. It is basically th...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[KiSS cookbook|Back]]&lt;br /&gt;
&lt;br /&gt;
==Kissdx==&lt;br /&gt;
Kissdx is a multimedia streaming server, developed to work with the PClink menu item in the main menu on the KiSS player. It is basically the same functionality as with stuff located at the KiSS harddisk. But kissdx has many more features and are able to stream many more file formats then the KiSS player can do on its own. (ISO files for one)&lt;br /&gt;
&lt;br /&gt;
PClink connects to port 8888 on the server and kissdx presents the content of three directory's: audio, video and pictures. These can be located on the servers harddisk or on a NAS or other remote storage device mounted on the server.&lt;br /&gt;
As the video files usually takes op a lot of space, you should plan carefully how you make the layout of your disk.&lt;br /&gt;
&lt;br /&gt;
===Install===&lt;br /&gt;
&lt;br /&gt;
FreeBSD: (Not implemented yet, as of march 2008 But will be soon. You might contact me for info)&lt;br /&gt;
 pkg_add -r kissdx&lt;br /&gt;
&lt;br /&gt;
===Configure===&lt;br /&gt;
At first you must configure the three directory's, where you store your stuff. It can all be in the same directory if you wish. Kissdx will only show what it can use. Often the default of other settings will suffice for a start.&lt;br /&gt;
&lt;br /&gt;
FreeBSD:&lt;br /&gt;
 edit /usr/local/etc/kissdx.conf&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;font color=&amp;quot;#007700&amp;quot;&amp;gt;''Change path to your disk layout''&amp;lt;/font&amp;gt;&lt;br /&gt;
 # paths for the media files&lt;br /&gt;
 audiopath       =       /media/audio&lt;br /&gt;
 videopath       =       /media/video&lt;br /&gt;
 picturepath     =       /media/picture&lt;br /&gt;
&lt;br /&gt;
Set to start at boot:&lt;br /&gt;
&lt;br /&gt;
FreeBSD:&lt;br /&gt;
 edit /etc/rc.conf&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;font color=&amp;quot;#007700&amp;quot;&amp;gt;''Insert this line:''&amp;lt;/font&amp;gt;&lt;br /&gt;
 kissdx_enable=&amp;quot;YES&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Start the service manually:&lt;br /&gt;
&lt;br /&gt;
FreeBSD:&lt;br /&gt;
 kissdx_server start&lt;br /&gt;
&lt;br /&gt;
Now you are ready. Just need to add some content '':O)''&lt;br /&gt;
Take a look at the [http://www.famille-kahn.com/kissdxmanual/Kissdx_manual_home|kissdx manual]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
--[[User:SR|Simon Rigét]] 00:05, 29 March 2008 (CET)&lt;/div&gt;</summary>
		<author><name>Lars</name></author>
		
	</entry>
</feed>