Browse Source

README: Update help text.

Georgi Chorbadzhiyski 11 years ago
parent
commit
cebdc73435
1 changed files with 5 additions and 3 deletions
  1. 5
    3
      README

+ 5
- 3
README View File

@@ -107,6 +107,7 @@ Input options:
107 107
                             .    -I [ff01::1111]:5000 (v6 multicast)
108 108
                             .    -I file://in.ts      (read from file)
109 109
                             . By default the input is stdin.
110
+ -1 --input-source <ipaddr> | Set multicast input source ip.
110 111
  -R --input-rtp             | Enable RTP input
111 112
  -z --input-ignore-disc     | Do not report discontinuty errors in input.
112 113
  -M --input-service <srvid> | Choose service id when input is MPTS.
@@ -120,8 +121,8 @@ Output options:
120 121
                             .    -O file://out.ts     (write to file)
121 122
                             . By default the output is stdout.
122 123
  -o --output-intf <value>   | Set multicast output interface.
123
-                             . Default for IPv4: 0.0.0.0 (intf addr)
124
-                             . Default for IPv6: -1      (intf number)
124
+                            . Default for IPv4: 0.0.0.0 (intf addr)
125
+                            . Default for IPv6: -1      (intf number)
125 126
  -t --output-ttl <ttl>      | Set multicast ttl. Default: 1
126 127
  -r --output-rtp            | Enable RTP output.
127 128
  -k --output-rtp-ssrc <id>  | Set RTP SSRC. Default: 0
@@ -136,7 +137,8 @@ CA options:
136 137
  -c --ca-system <ca_sys>    | Process input EMM/ECM from <ca_sys>.
137 138
                             | Valid systems are: CONAX (default), CRYPTOWORKS,
138 139
                             .   IRDETO, SECA (MEDIAGUARD), VIACCESS,
139
-                            .   VIDEOGUARD (NDS), NAGRA, DRECRYPT and BULCRYPT.
140
+                            .   VIDEOGUARD (NDS), NAGRA, DRECRYPT, BULCRYPT,
141
+                            .   GRIFFIN and DGCRYPT.
140 142
  -C --caid <caid>           | Set CAID. Default: Taken from --ca-system.
141 143
  -Y --const-cw <codeword>   | Set constant code word for decryption.
142 144
                             . Example cw: a1a2a3a4a5a6a7a8b1b2b3b4b5b6b7b8

Loading…
Cancel
Save