[Redbutton-devel] SF.net SVN: redbutton: [83] www/index.html
Brought to you by:
skilvington
|
From: <ski...@us...> - 2006-05-31 13:35:44
|
Revision: 83 Author: skilvington Date: 2006-05-31 06:35:40 -0700 (Wed, 31 May 2006) ViewCVS: http://svn.sourceforge.net/redbutton/?rev=83&view=rev Log Message: ----------- local rb-download's need to listen for rb-browser's so they can stream video/audio Modified Paths: -------------- www/index.html Modified: www/index.html =================================================================== --- www/index.html 2006-05-31 13:27:14 UTC (rev 82) +++ www/index.html 2006-05-31 13:35:40 UTC (rev 83) @@ -95,7 +95,7 @@ and <service_gateway> should be an entry in the services directory. Eg, on a single host, do this: <PRE> -rb-download 4165 > /dev/null & +rb-download -l 4165 > /dev/null & rb-browser services/4165 </PRE> To run the frontend on a different host, do this on the backend: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |