logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

rtpfeed - Feed a DVB-S card with an RTP unicast/multicast/broacast stream

Authors

rtpfeed was writteb by  Guenter Wildmann, <g.wildmann@it-lab.at>,
        with parts taken from dumprtp.c by David Podeur.

       This man page was written by Alastair McKinstry, <mckinstry@computer.org>.

Linux                                             28 July 2002                                        RTPFEED(1)

Description

rtpfeed  takes  a  unicast,  multicast  or  broadcast  RTP  stream from a network (typically generated by
       dvbstream running on a server) and feeds it to a DVB-S card for decoding and display.

       As an RTP transport stream from dvbstream can contain multiple (up to  eight)  video  streams  and  audio
       streams, the streams to display may be explicitly named on the command line.

History

       Parts of this program were taken from dumprtp.c by David Podeur.

Name

       rtpfeed - Feed a DVB-S card with an RTP  unicast/multicast/broacast stream

Options

-g, --groupaddr
              The IP address of the RTP stream. By default, this is 224.0.1.2.

       -p, --portportnum
              The IP port of the RTP stream. By default, this is 5004.

       -v, --vpidvpid
              The Video PID of the video stream to display. If none is specified, all present are fed to the DVB
              card.

       -v, --apidapid
              The Audio PID of the audio stream to display. If none is specified, all present are fed to the DVB
              card.

       --help display this help and exit

       --version
              output version information and exit

See Also

dvbstream(1), dumprtp(1), and ts2es(1)

Synopsis

rtpfeed[--groupgroup ] [ --portportR] [ --vpidvpid ]  [ --apidapid ]

       rtpfeed--helprtpfeed--version

See Also