[Redbutton-devel] SF.net SVN: redbutton: [183] www/index.html
Brought to you by:
skilvington
|
From: <ski...@us...> - 2007-01-18 22:39:04
|
Revision: 183
http://svn.sourceforge.net/redbutton/?rev=183&view=rev
Author: skilvington
Date: 2007-01-18 14:23:40 -0800 (Thu, 18 Jan 2007)
Log Message:
-----------
add rb-download -f flag and channels.conf description to web page
Modified Paths:
--------------
www/index.html
Modified: www/index.html
===================================================================
--- www/index.html 2007-01-18 22:22:54 UTC (rev 182)
+++ www/index.html 2007-01-18 22:23:40 UTC (rev 183)
@@ -30,7 +30,7 @@
<H2>rb-download</H2>
Usage:
<PRE>
-rb-download [-v] [-a <adapter>] [-b <base_dir>] [-t <timeout>] [-l <listen_addr>] [-c <carousel_id>] [<service_id>]
+rb-download [-v] [-a <adapter>] [-b <base_dir>] [-t <timeout>] [-l <listen_addr>] [-f <channels_file>] [-c <carousel_id>] [<service_id>]
</PRE>
Download the DVB Object Carousel for the given channel onto the local hard disc.
<P>
@@ -41,12 +41,21 @@
If no DSM-CC data is found after this time, it is assumed none is being broadcast.
<P>
The DVB devices used will be:
-<ul>
-<li>/dev/dvb/adapter0/demux0</li>
-<li>/dev/dvb/adapter0/dvr0</li>
-</ul>
-use the -a option to change the adapter number (eg "-a 1" will use /dev/dvb/adapter1/demux0 etc).
+<UL>
+<LI>/dev/dvb/adapter0/frontend0</LI>
+<LI>/dev/dvb/adapter0/demux0</LI>
+<LI>/dev/dvb/adapter0/dvr0</LI>
+</UL>
+use the -a option to change the adapter number (eg "-a 1" will use /dev/dvb/adapter1/frontend0 etc).
<P>
+rb-download needs a "channels.conf" file which gives tuning parameters for service_id's.
+A channels.conf files can be generated by the "scan" utility in the dvb-apps package at <A HREF="http://www.linuxtv.org">www.linuxtv.org</A>.
+If not specified with -f, rb-download will search for:
+<UL>
+<LI>~/channels.conf</LI>
+<LI>/etc/channels.conf</LI>
+</UL>
+<P>
rb-download listens on the network for commands from a remote rb-browser.
The default IP to listen on is 0.0.0.0 (ie all interfaces), the default TCP port is 10101.
The -l option changes the default IP and port.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|