Difference between revisions of "KiSS forwarder"

From KiSS DP 558 STAGE2 WiKi
Jump to: navigation, search
(KiSS forwarder)
(KiSS forwarder)
Line 18: Line 18:
  
 
----
 
----
This executable contains a very small webserver which can only respond on GET-requests.
+
<br />
The server will run at *:8888.
 
  
It contains the following files:
+
* This executable contains a very small webserver which can only respond on GET-requests.
 
+
  The server will run at *:8888.
/index.kml (text/html)
+
  It contains the following files:
/radiolist.kml (text/html)
+
  /index.kml (text/html)
/playstream.kml (text/html)
+
  /radiolist.kml (text/html)
/playlist.pls (audio/x-scpls)
+
  /playstream.kml (text/html)
 
+
  /playlist.pls (audio/x-scpls)
playlist.kml can contain a parameter 'page' like playlist.kml?page=1
+
  playlist.kml can contain a parameter 'page' like playlist.kml?page=1
playstream.kml must contain a parameter 'id' like playstream.kml?id=1
+
  playstream.kml must contain a parameter 'id' like playstream.kml?id=1
playlist.pls must contain a parameter 'id' like playlist.pls?id=1
+
  playlist.pls must contain a parameter 'id' like playlist.pls?id=1
 
+
 
Also a very small 404 HTML-page is included (text/html)
+
  Also a very small 404 HTML-page is included (text/html)

Revision as of 20:35, 8 February 2012

KiSS forwarder

This utility must run on the PC-Link machine if you would like to use it. It makes it posible to manage multiple KiSS-portals and favorite webstreams.

This version can work with a maximum of 8 KML-portals and 20 webstreams. It generates menus which are very familiar from the WebRadio2-system :-)

You can also use it to only redirect to another KiSS-portal without any menu.

If you want to run this utility when you start up your PC, you can use the parameter --minimized, like "kissforwarder.exe --minimized"

For more information and the changelog, check out http://www.quietguy.nl/kiss/

Media: kissforwarder




  • This executable contains a very small webserver which can only respond on GET-requests.
 The server will run at *:8888.
 It contains the following files:
 /index.kml (text/html)
 /radiolist.kml (text/html)
 /playstream.kml (text/html)
 /playlist.pls (audio/x-scpls)
 playlist.kml can contain a parameter 'page' like playlist.kml?page=1
 playstream.kml must contain a parameter 'id' like playstream.kml?id=1
 playlist.pls must contain a parameter 'id' like playlist.pls?id=1
 
 Also a very small 404 HTML-page is included (text/html)