[Redbutton-devel] SF.net SVN: redbutton: [140] www/index.html
Brought to you by:
skilvington
|
From: <ski...@us...> - 2006-09-01 16:07:48
|
Revision: 140
http://svn.sourceforge.net/redbutton/?rev=140&view=rev
Author: skilvington
Date: 2006-09-01 09:07:41 -0700 (Fri, 01 Sep 2006)
Log Message:
-----------
add -v flag description for rb-download and remove libmpeg2 dependancy for rb-browser
Modified Paths:
--------------
www/index.html
Modified: www/index.html
===================================================================
--- www/index.html 2006-08-25 15:55:26 UTC (rev 139)
+++ www/index.html 2006-09-01 16:07:41 UTC (rev 140)
@@ -30,7 +30,7 @@
<H2>rb-download</H2>
Usage:
<PRE>
-rb-download [-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>]] [-c <carousel_id>] [<service_id>]
</PRE>
Download the DVB Object Carousel for the given channel onto the local hard disc.
<P>
@@ -57,6 +57,8 @@
<P>
The <carousel_id> will normally be read from the PMT, but you can use the -c option to explicitly choose a carousel.
<P>
+-v is verbose/debug mode. Use -vv for even more mind-numbing tedium.
+<P>
If no <service_id> is given, a list of possible channels (and their <service_id>) is printed.
These will be the channels available on the MUX your DVB card is currently tuned to. Use dvbtune or equivalent to tune your card.
<P>
@@ -95,7 +97,7 @@
and <service_gateway> should be an entry in the services directory.
Eg, on a single host, do this:
<PRE>
-rb-download -l 4165 > /dev/null &
+rb-download -l 4165 &
rb-browser services/4165
</PRE>
or, you could run rb-browser like this:
@@ -104,7 +106,7 @@
</PRE>
To run the frontend on a different host, do this on the backend:
<PRE>
-rb-download -l 4165 > /dev/null &
+rb-download -l 4165 &
</PRE>
and run this on the frontend:
<PRE>
@@ -143,7 +145,7 @@
If the compile fails with errors about missing .c files, expat is not installed.
If the compile fails with errors about function names ending in "_dup" being missing, libxslt is not installed.
<P>
-To run it you need an X server that supports the Xrender extension and you need to have libpng, libmpeg2, freetype2 and ffmpeg installed.
+To run it you need an X server that supports the Xrender extension and you need to have libpng, freetype2 and ffmpeg installed.
<H2>Notes</H2>
It does not implement the whole MHEG spec.
However, it seems to be enough to view everything that is currently being broadcast on the 'Freeview' channels in the UK.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|