1 .TH RTPFEED "1" "28 July 2002" "Linux" "Debian"
3 rtpfeed \- Feed a DVB-S card with an RTP unicast/multicast/broacast stream
5 .B rtpfeed [\fI \-\-group group \fR] [\fI \-\-port port \fIR]
6 [\fI \-\-vpid vpid \fR] [\fI \-\-apid apid \fR]
8 .B rtpfeed \fI\-\-help\fR
10 .B rtpfeed \fI\-\-version\fR
14 takes a unicast, multicast or broadcast RTP stream from a network
15 (typically generated by
17 running on a server) and feeds it to a DVB-S card for decoding and display.
19 As an RTP transport stream from
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.
25 \fB\-g\fR, \fB\-\-group\fR \fIaddr\fR
26 The IP address of the RTP stream. By default, this is
29 \fB\-p\fR, \fB\-\-port\fR \fIportnum\fR
30 The IP port of the RTP stream. By default, this is
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.
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.
42 display this help and exit
45 output version information and exit
53 Parts of this program were taken from dumprtp.c by David Podeur.
57 was writteb by Guenter Wildmann, <g.wildmann@it-lab.at>,
58 with parts taken from dumprtp.c by David Podeur.
60 This man page was written by Alastair McKinstry, <mckinstry@computer.org>.