Commit 66e290a4 authored by ivoire's avatar ivoire

Update manpage.


git-svn-id: svn://svn.videolan.org/dvblast/trunk@113 55d3f8b6-4a41-4d2d-a900-313d1436a5b8
parent fe4db46d
...@@ -5,7 +5,7 @@ DVBlast \- Simple and powerful dvb streaming application ...@@ -5,7 +5,7 @@ DVBlast \- Simple and powerful dvb streaming application
.B dvblast .B dvblast
[\fI-q\fR] \fI-c <config_file>\fR [\fI-r <remote_socket>\fR] [\fI-t <ttl>\fR] [\fI-o <SSRC_IP>\fR] [\fI-i <RT_priority>\fR] [\fI-a <adapter>\fR] [\fI-n <frontend number>\fR] [\fI-S <diseqc>\fR] \fI-f <frequency>\fR [\fI-s <symbol_rate>\fR] [\fI-v <0|13|18>\fR] [\fI-p\fR] [\fI-b <bandwidth>\fR] [\fI-m <modulation\fR] [\fI-u\fR] [\fI-W\fR] [\fI-U\fR] [\fI-d <dest_IP:port>\fR] [\fI-e\fR] [\fI-T\fR] [\fI-q\fR] \fI-c <config_file>\fR [\fI-r <remote_socket>\fR] [\fI-t <ttl>\fR] [\fI-o <SSRC_IP>\fR] [\fI-i <RT_priority>\fR] [\fI-a <adapter>\fR] [\fI-n <frontend number>\fR] [\fI-S <diseqc>\fR] \fI-f <frequency>\fR [\fI-s <symbol_rate>\fR] [\fI-v <0|13|18>\fR] [\fI-p\fR] [\fI-b <bandwidth>\fR] [\fI-m <modulation\fR] [\fI-u\fR] [\fI-W\fR] [\fI-U\fR] [\fI-d <dest_IP:port>\fR] [\fI-e\fR] [\fI-T\fR]
.SH DESCRIPTION .SH DESCRIPTION
DVBlast is a simple and powerful streaming application based on the linux-dvb API. DVBlast is a simple and powerful streaming application based on the linux-dvb API.
It opens a DVB device, tunes it, places PID filters, configures a CAM module, and demultiplexes the packets to several RTP outputs. It opens a DVB device, tunes it, places PID filters, configures a CAM module, and demultiplexes the packets to several RTP outputs.
DVBlast is designed to be the core of a custom IRD or CID, based on a PC with Linux-supported DVB cards. DVBlast is designed to be the core of a custom IRD or CID, based on a PC with Linux-supported DVB cards.
...@@ -14,31 +14,37 @@ DVBlast does not do any kind of processing on the elementary streams, such as tr ...@@ -14,31 +14,37 @@ DVBlast does not do any kind of processing on the elementary streams, such as tr
.SH OPTIONS .SH OPTIONS
.PP .PP
.TP .TP
\fB\-a\fR <adapter> \fB\-a\fR, \fB\-\-adapter\fR <adapter>
Address of the adapter Address of the adapter
.TP .TP
\fB\-b\fR <bandwidth> \fB\-A\fR, \fB\-\-asi\-adapter\fR
Bandwidth Read packets from an ASI adapter (0-n)
.TP .TP
\fB\-c\fR <config file> \fB\-b\fR, \fB\-\-bandwidth\fR <bandwidth>
Frontend bandwidth
.TP
\fB\-c\fR, \fB\-\-config\-file\fR <config file>
Use the given configuration file Use the given configuration file
.TP .TP
\fB\-d\fR <dest IP:port> \fB\-d\fR, \fB\-\-duplicate\fR <dest IP:port>
Duplicate all received packets to a given destination Duplicate all received packets to a given destination
.TP .TP
\fB\-e\fR \fB\-D\fR, \fB\-\-rtp\-input\fR
Read packets from a multicast address instead of a DVB card
.TP
\fB\-e\fR, \fB\-\-epg\-passthrough\fR
Enable EPG pass through (EIT data) Enable EPG pass through (EIT data)
.TP .TP
\fB\-f\fR <frequency> \fB\-f\fR, \fB\-\-frequency\fR <frequency>
Frequency Frontend frequency
.TP .TP
\fB\-h\fR \fB\-h\fR, \fB\-\-help\fR
Print the help message Print the help message
.TP .TP
\fB\-i\fR <RT priority> \fB\-i\fR, \fB\-\-priority\fR <RT priority>
Priority Real time priority
.TP .TP
\fB\-m\fR \fB\-m\fR, \fB\-\-modulation\fR
Modulation Modulation
.br .br
DVB-C qpsk|qam_16|qam_32|qam_64|qam_128|qam_256 (default qam_auto) DVB-C qpsk|qam_16|qam_32|qam_64|qam_128|qam_256 (default qam_auto)
...@@ -47,43 +53,46 @@ DVB-T qam_16|qam_32|qam_64|qam_128|qam_256 (default qam_auto) ...@@ -47,43 +53,46 @@ DVB-T qam_16|qam_32|qam_64|qam_128|qam_256 (default qam_auto)
.br .br
DVB-S2 qpsk|psk_8 (default legacy DVB-S) DVB-S2 qpsk|psk_8 (default legacy DVB-S)
.TP .TP
\fB\-n\fR <frontend number> \fB\-n\fR, \fB\-\-frontend\-number\fR <frontend number>
THe frontend number THe frontend number
.TP .TP
\fB\-o\fR <SSRC IP> \fB\-o\fR, \fB\-\-rtp-output\fR <SSRC IP>
RTP output IP RTP output IP
.TP .TP
\fB\-p\fR \fB\-p\fR, \fB\-\-force\-pulse\fR
force 22kHz pulses for high-band selection (DVB-S) Force 22kHz pulses for high-band selection (DVB-S)
.TP .TP
\fB\-q\fR \fB\-q\fR
be quiet (less verbosity, repeat or use number for even quieter) Be quiet (less verbosity, repeat or use number for even quieter)
.TP .TP
\fB\-r\fR <remote socket> \fB\-r\fR, \fB\-\-remote\-socket\fR <remote socket>
Remote socket to use Remote socket to use
.TP .TP
\fB\-s\fR <symbol rate> \fB\-s\fR, \fB\-\-symbole\-rate\fR <symbol rate>
Symbole rate Symbole rate
.TP .TP
\fB\-S\fR <diseqc> \fB\-S\fR, \fB\-\-diseqc\fR <diseqc>
Satellite number for diseqc (0: no diseqc, 1\-4, A or B) Satellite number for diseqc (0: no diseqc, 1\-4, A or B)
.TP .TP
\fB\-t\fR <ttl> \fB\-t\fR, \fB\-\-ttl\fR <ttl>
Time-To-Live of the multicast stream Time-To-Live of the multicast stream
.TP .TP
\fB\-T\fR \fB\-T\fR, \fB\-\-unique\-ts\-id\fR
Generate unique TS ID for each program Generate unique TS ID for each program
.TP .TP
\fB\-u\fR \fB\-u\fR, \fB\-\-budget\-mode\fR
Turn on budget mode (no hardware PID filtering) Turn on budget mode (no hardware PID filtering)
.TP .TP
\fB\-U\fR \fB\-U\fR, \fB\-\-use\-udp\fR
Use raw UDP rather than RTP (required by some IPTV set top boxes) Use raw UDP rather than RTP (required by some IPTV set top boxes)
.TP .TP
\fB\-v\fR <0|13|18> \fB\-v\fR, \fB\-\-voltage\fR <0|13|18>
Voltage to apply to the LNB (QPSK) Voltage to apply to the LNB (QPSK)
.TP .TP
\fB\-W\fR \fB\-V\fR, \fB\-\-version\fR
Only display the version
.TP
\fB\-W\fR, \fB\-\-slow\-cam\fR
Add extra delays for slow CAMs Add extra delays for slow CAMs
.SH AUTHORS .SH AUTHORS
Writen by Marian Ďurkovič, Andy Gatward and Christophe Massiot Writen by Marian Ďurkovič, Andy Gatward and Christophe Massiot
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment