.TH RTPFEED "1" "28 July 2002" "Linux" "Debian" .SH NAME rtpfeed \- Feed a DVB-S card with an RTP unicast/multicast/broacast stream .SH SYNOPSIS .B rtpfeed [\fI \-\-group group \fR] [\fI \-\-port port \fIR] [\fI \-\-vpid vpid \fR] [\fI \-\-apid apid \fR] .PP .B rtpfeed \fI\-\-help\fR .PP .B rtpfeed \fI\-\-version\fR .SH DESCRIPTION .B rtpfeed takes a unicast, multicast or broadcast RTP stream from a network (typically generated by .B dvbstream running on a server) and feeds it to a DVB-S card for decoding and display. .PP As an RTP transport stream from .B dvbstream can contain multiple (up to eight) video streams and audio streams, the streams to display may be explicitly named on the command line. .SH OPTIONS .TP \fB\-g\fR, \fB\-\-group\fR \fIaddr\fR The IP address of the RTP stream. By default, this is \fI224.0.1.2\fR. .TP \fB\-p\fR, \fB\-\-port\fR \fIportnum\fR The IP port of the RTP stream. By default, this is \fI5004\fR. .TP \fB\-v\fR, \fB\-\-vpid\fR \fIvpid\fR The Video PID of the video stream to display. If none is specified, all present are fed to the DVB card. .TP \fB\-v\fR, \fB\-\-apid\fR \fIapid\fR The Audio PID of the audio stream to display. If none is specified, all present are fed to the DVB card. .TP \fB\-\-help\fR display this help and exit .TP \fB\-\-version\fR output version information and exit .SH "SEE ALSO" .BR dvbstream (1), .BR dumprtp (1), and .BR ts2es (1) .SH HISTORY Parts of this program were taken from dumprtp.c by David Podeur. .SH AUTHORS .B rtpfeed was writteb by Guenter Wildmann, , with parts taken from dumprtp.c by David Podeur. .PP This man page was written by Alastair McKinstry, .