updated on Fri Jan 13 08:00:32 UTC 2012
[aur-mirror.git] / dvbstream / rtpfeed.1
blob5beb8b875fc7f68f251e3cd7a406b0ead65643fb
1 .TH RTPFEED "1" "28 July 2002" "Linux" "Debian"
2 .SH NAME
3 rtpfeed \- Feed a DVB-S card with an RTP  unicast/multicast/broacast stream
4 .SH SYNOPSIS
5 .B rtpfeed [\fI \-\-group group \fR] [\fI \-\-port port \fIR]  
6 [\fI \-\-vpid vpid \fR]  [\fI \-\-apid apid \fR] 
7 .PP
8 .B rtpfeed \fI\-\-help\fR
9 .PP
10 .B rtpfeed \fI\-\-version\fR
12 .SH DESCRIPTION
13 .B rtpfeed
14 takes a unicast, multicast or broadcast RTP stream from a network 
15 (typically generated by 
16 .B dvbstream
17 running on a server) and feeds it to a DVB-S card for decoding and display.
18 .PP
19 As an RTP transport stream from
20 .B dvbstream
21 can contain multiple (up to eight) video streams and audio streams,
22 the streams to display may be explicitly named on the command line.
23 .SH OPTIONS
24 .TP
25 \fB\-g\fR, \fB\-\-group\fR  \fIaddr\fR
26 The IP address of the RTP stream. By default, this is 
27 \fI224.0.1.2\fR.
28 .TP
29 \fB\-p\fR, \fB\-\-port\fR \fIportnum\fR
30 The IP port of the RTP stream. By default, this is
31 \fI5004\fR.
32 .TP
33 \fB\-v\fR, \fB\-\-vpid\fR \fIvpid\fR
34 The Video PID of the video stream to display. If none is specified,
35 all present are fed to the DVB card.
36 .TP
37 \fB\-v\fR, \fB\-\-apid\fR \fIapid\fR
38 The Audio PID of the audio stream to display. If none is specified,
39 all present are fed to the DVB card.
40 .TP
41 \fB\-\-help\fR
42 display this help and exit
43 .TP
44 \fB\-\-version\fR
45 output version information and exit
46 .SH "SEE ALSO"
47 .BR dvbstream (1),
48 .BR dumprtp (1),
49 and
50 .BR ts2es (1)
52 .SH HISTORY 
53 Parts of this program were taken from dumprtp.c by David Podeur.
55 .SH AUTHORS
56 .B rtpfeed
57 was writteb by  Guenter Wildmann, <g.wildmann@it-lab.at>,
58  with parts taken from dumprtp.c by David Podeur.
59 .PP
60 This man page was written by Alastair McKinstry, <mckinstry@computer.org>.