Browse Source

README: Fix typos.

Georgi Chorbadzhiyski 12 years ago
parent
commit
ec07f03af9
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      README

+ 2
- 2
README View File

87
    make clean all
87
    make clean all
88
 
88
 
89
 tsdecrypt's master branch should always be useful so it is safe to
89
 tsdecrypt's master branch should always be useful so it is safe to
90
-use it isntead of official release. The master branch will always
90
+use it instead of official release. The master branch will always
91
 be better than any released version.
91
 be better than any released version.
92
 
92
 
93
 Command line parameters
93
 Command line parameters
223
    tsdecrypt --camd-server 10.0.1.1 --emm-only --caid 0x0963 \
223
    tsdecrypt --camd-server 10.0.1.1 --emm-only --caid 0x0963 \
224
        --input 239.0.50.11:5000 --output /dev/null
224
        --input 239.0.50.11:5000 --output /dev/null
225
 
225
 
226
-   # Decrypt stream encypted with CAID 0x0963 (Bulcrypt)
226
+   # Decrypt stream encypted with CAID 0x5581 (Bulcrypt)
227
    tsdecrypt --camd-server 10.0.1.1 --caid 0x5581 \
227
    tsdecrypt --camd-server 10.0.1.1 --caid 0x5581 \
228
        --input 239.0.50.11:5000 --output 239.78.78.78:5000
228
        --input 239.0.50.11:5000 --output 239.78.78.78:5000
229
 
229
 

Loading…
Cancel
Save