Commit d671f134 authored by ivoire's avatar ivoire

change '--use-udp' in '--udp'


git-svn-id: svn://svn.videolan.org/dvblast/trunk@115 55d3f8b6-4a41-4d2d-a900-313d1436a5b8
parent 4a73e232
......@@ -83,7 +83,7 @@ Generate unique TS ID for each program
\fB\-u\fR, \fB\-\-budget\-mode\fR
Turn on budget mode (no hardware PID filtering)
.TP
\fB\-U\fR, \fB\-\-use\-udp\fR
\fB\-U\fR, \fB\-\-udp\fR
Use raw UDP rather than RTP (required by some IPTV set top boxes)
.TP
\fB\-v\fR, \fB\-\-voltage\fR <0|13|18>
......
......@@ -339,7 +339,7 @@ void usage()
msg_Raw( NULL, " -d --duplicate duplicate all received packets to a given destination" );
msg_Raw( NULL, " -o --rtp-output <SSRC IP>" );
msg_Raw( NULL, " -t --ttl <ttl> TTL of the output stream" );
msg_Raw( NULL, " -U --use-udp use raw UDP rather than RTP (required by some IPTV set top boxes)" );
msg_Raw( NULL, " -U --udp use raw UDP rather than RTP (required by some IPTV set top boxes)" );
msg_Raw( NULL, "Misc:" );
msg_Raw( NULL, " -h --help display this full help" );
......@@ -379,7 +379,7 @@ int main( int i_argc, char **pp_argv )
{ "modulation", required_argument, NULL, 'm' },
{ "budget-mode", no_argument, NULL, 'u' },
{ "slow-cam", no_argument, NULL, 'W' },
{ "use-udp", no_argument, NULL, 'U' },
{ "udp", no_argument, NULL, 'U' },
{ "unique-ts-id", no_argument, NULL, 'T' },
{ "duplicate", required_argument, NULL, 'd' },
{ "rtp-input", required_argument, NULL, 'D' },
......
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